By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-05-29T23:24:42.226Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-z2sz7 with PID 14 (/app/app.jar started by so in /app)
2021-05-29T23:24:42.232Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-29T23:24:42.232Z||main|||||INFO|500||The following profiles are active: basic
2021-05-29T23:24:48.709Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-29T23:24:48.710Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-29T23:24:48.791Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-29T23:24:50.166Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-29T23:24:50.389Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-29T23:24:50.705Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-29T23:24:50.713Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-29T23:24:50.779Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-29T23:24:50.946Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-29T23:24:51.313Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-29T23:24:52.073Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-29T23:24:53.868Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-29T23:24:53.910Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-29T23:24:54.299Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-29T23:24:54.426Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-29T23:24:55.513Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-29T23:24:56.281Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-29T23:24:56.303Z||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$$24bb08c9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-29T23:24:56.304Z||main|||||WARN|500||The sdc end point is not alive
2021-05-29T23:24:58.501Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-29T23:25:00.544Z||main|||||WARN|500||---
2021-05-29T23:25:00.545Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-29T23:25:00.545Z||main|||||WARN|500||---
2021-05-29T23:25:00.809Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-29T23:25:03.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:25:03.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:25:03.563Z||main|||||INFO|500||Started Application in 23.028 seconds (JVM running for 24.109)
2021-05-29T23:25:03.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:25:03.615Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:25:03.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0ea8759-1cf4-49bf-ba6d-aec937abc189 url= /sdc/v1/artifactTypes
2021-05-29T23:25:03.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:25:04.786Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:25:04.790Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@432bf6e3
2021-05-29T23:25:04.790Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:25:04.799Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:25:04.800Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:25:04.803Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:25:53.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:25:53.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:25:53.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:25:53.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:25:53.568Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e22d55e-ef0e-4a16-8770-0316a8432ae8 url= /sdc/v1/artifactTypes
2021-05-29T23:25:53.569Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:25:54.609Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:25:54.609Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@365021b1
2021-05-29T23:25:54.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:25:54.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:25:54.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:25:54.610Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:26:43.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:26:43.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:26:43.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:26:43.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:26:43.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67f77c1a-1c38-4015-a934-aa16aa26c3ba url= /sdc/v1/artifactTypes
2021-05-29T23:26:43.565Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:26:44.593Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:26:44.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c499f57
2021-05-29T23:26:44.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:26:44.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:26:44.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:26:44.596Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:27:33.558Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:27:33.559Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:27:33.560Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:27:33.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:27:33.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b198334-5c77-4edf-bfd6-fd4f2f14cc39 url= /sdc/v1/artifactTypes
2021-05-29T23:27:33.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:27:34.613Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:27:34.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ac1786f
2021-05-29T23:27:34.614Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:27:34.615Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:27:34.615Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:27:34.617Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:28:23.559Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:28:23.559Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:28:23.560Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:28:23.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:28:23.567Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9638745b-42c6-47f7-8bc0-973ddeecf8a8 url= /sdc/v1/artifactTypes
2021-05-29T23:28:23.567Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:28:24.593Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:28:24.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20577ffc
2021-05-29T23:28:24.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:28:24.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:28:24.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:28:24.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:29:13.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:29:13.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:29:13.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:29:13.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:29:13.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7e6bc6f-f4e3-4d01-a7a7-2f0286e5654d url= /sdc/v1/artifactTypes
2021-05-29T23:29:13.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:29:14.577Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:29:14.577Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2798dc94
2021-05-29T23:29:14.577Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:29:14.578Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:29:14.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:29:14.578Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:30:03.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:30:03.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:30:03.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:30:03.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:30:03.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d88bff03-ef98-4c03-911b-878ca525d222 url= /sdc/v1/artifactTypes
2021-05-29T23:30:03.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:30:04.593Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:30:04.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a73e7f7
2021-05-29T23:30:04.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:30:04.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:30:04.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:30:04.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:30:53.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:30:53.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:30:53.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:30:53.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:30:53.567Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 935591f8-eb57-46a0-a91b-649eb625631a url= /sdc/v1/artifactTypes
2021-05-29T23:30:53.567Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:30:54.609Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:30:54.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50dd079f
2021-05-29T23:30:54.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:30:54.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:30:54.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:30:54.611Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:31:43.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:31:43.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:31:43.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:31:43.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:31:43.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 450b73b5-5369-48ba-8fd3-2a12407973d5 url= /sdc/v1/artifactTypes
2021-05-29T23:31:43.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:31:44.593Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:31:44.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e6101d5
2021-05-29T23:31:44.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:31:44.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:31:44.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:31:44.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:32:33.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:32:33.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:32:33.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:32:33.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:32:33.563Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b985883-a549-475a-a448-6abee82b706c url= /sdc/v1/artifactTypes
2021-05-29T23:32:33.563Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:32:34.577Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:32:34.578Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69391e2b
2021-05-29T23:32:34.578Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:32:34.578Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:32:34.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:32:34.579Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:33:23.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:33:23.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:33:23.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:33:23.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:33:23.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c78f5108-6f6c-4466-a3fa-abf2d3071462 url= /sdc/v1/artifactTypes
2021-05-29T23:33:23.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:33:24.593Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:33:24.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c0e1fe4
2021-05-29T23:33:24.593Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:33:24.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:33:24.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:33:24.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:34:13.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:34:13.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:34:13.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:34:13.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:34:13.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd451416-37f2-4cec-b3a3-5fa8a8d1e140 url= /sdc/v1/artifactTypes
2021-05-29T23:34:13.565Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:34:14.609Z||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.54.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-29T23:34:14.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74274
2021-05-29T23:34:14.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:34:14.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:34:14.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:34:14.610Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-29T23:35:03.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:35:03.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:35:03.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:35:03.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:35:03.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7588168d-2cab-4b7b-b8f9-bb2061356ca6 url= /sdc/v1/artifactTypes
2021-05-29T23:35:03.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:35:03.755Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-29T23:35:03.763Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-29T23:35:03.787Z||scheduling-1|||||DEBUG|500||create keys
2021-05-29T23:35:03.794Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-29T23:35:03.819Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:35:03.833Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c8c9208a-3c0e-4ba7-8f66-4c6be37a1b13 url= /sdc/v1/registerForDistribution
2021-05-29T23:35:03.912Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c8c9208a-3c0e-4ba7-8f66-4c6be37a1b13 url= /sdc/v1/registerForDistribution
2021-05-29T23:35:03.912Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-29T23:35:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:35:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:35:03.924Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:35:03.924Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:35:03.925Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:35:03.925Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:35:03.925Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-29T23:35:06.350Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-29T23:35:14.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:35:14.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:36:03.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:36:03.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:36:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:36:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:36:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:36:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:36:13.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:36:13.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:37:03.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:37:03.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:37:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:37:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:37:03.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:37:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:37:13.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:37:13.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:38:03.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:38:03.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:38:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:38:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:38:03.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:38:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:38:13.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:38:13.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:39:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:39:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:39:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:39:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:39:03.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:39:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:39:13.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:39:13.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:40:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:40:03.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:40:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:40:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:40:03.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:40:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:40:13.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:40:13.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:41:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:41:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:41:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:41:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:41:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:41:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:41:13.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:41:13.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:42:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:42:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:42:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:42:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:42:03.921Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:42:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:42:13.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:42:13.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:43:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:43:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:43:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:43:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:43:03.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:43:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:43:13.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:43:13.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:44:03.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:44:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:44:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:44:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:44:03.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:44:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:44:13.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:44:13.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:45:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:45:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:45:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:45:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:45:03.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:45:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:45:13.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:45:13.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:46:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:46:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:46:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:46:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:46:03.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:46:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:46:13.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:46:13.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:47:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:47:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:47:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:47:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:47:03.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:47:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:47:13.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:47:13.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:48:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:48:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:48:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:48:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:48:03.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:48:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:48:13.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:48:13.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:49:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:49:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:49:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:49:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:49:03.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:49:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:49:13.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:49:13.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:50:03.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:50:03.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:50:03.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:50:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:50:03.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:50:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:50:13.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:50:13.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:51:03.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:51:03.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:51:03.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:51:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:51:03.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:51:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:51:13.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:51:13.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:52:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:52:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:52:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:52:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:52:03.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:52:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:52:13.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:52:13.461Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:53:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:53:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:53:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:53:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:53:03.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:53:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:53:13.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:53:13.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:54:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:54:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:54:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:54:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:54:03.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:54:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:54:13.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:54:13.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:55:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:55:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:55:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:55:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:55:03.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:55:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:55:13.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:55:13.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:56:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:56:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:56:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:56:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:56:03.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:56:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:56:13.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:56:13.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:57:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:57:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:57:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:57:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:57:03.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:57:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:57:13.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:57:13.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:58:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:58:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:58:03.920Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:58:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:58:03.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:58:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:58:13.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:58:13.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:59:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:59:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:59:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:59:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:59:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:59:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:59:13.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-29T23:59:13.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:00:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:00:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:00:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:00:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:00:03.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:00:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:00:13.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:00:13.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:01:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:01:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:01:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:01:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:01:03.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:01:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:01:13.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:01:13.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:02:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:02:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:02:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:02:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:02:03.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:02:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:02:13.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:02:13.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:03:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:03:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:03:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:03:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:03:03.921Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:03:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:03:13.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:03:13.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:04:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:04:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:04:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:04:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:04:03.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:04:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:04:13.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:04:13.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:05:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:05:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:05:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:05:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:05:03.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:05:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:05:13.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:05:13.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:06:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:06:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:06:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:06:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:06:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:06:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:06:13.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:06:13.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:07:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:07:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:07:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:07:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:07:03.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:07:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:07:13.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:07:13.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:08:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:08:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:08:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:08:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:08:03.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:08:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:08:13.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:08:13.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:09:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:09:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:09:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:09:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:09:03.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:09:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:09:13.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:09:13.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:10:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:10:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:10:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:10:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:10:03.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:10:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:10:13.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:10:13.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:11:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:11:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:11:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:11:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:11:03.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:11:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:11:13.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:11:13.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:12:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:12:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:12:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:12:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:12:03.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:12:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:12:13.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:12:13.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:13:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:13:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:13:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:13:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:13:03.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:13:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:13:13.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:13:13.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:14:03.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:14:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:14:03.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:14:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:14:03.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:14:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:14:13.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:14:13.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:15:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:15:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:15:03.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:15:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:15:03.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:15:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:15:13.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:15:13.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:16:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:16:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:16:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:16:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:16:03.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:16:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:16:13.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:16:13.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:17:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:17:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:17:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:17:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:17:03.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:17:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:17:13.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:17:13.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:18:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:18:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:18:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:18:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:18:03.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:18:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:18:13.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:18:13.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:19:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:19:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:19:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:19:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:19:03.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:19:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:19:13.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:19:13.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:20:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:20:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:20:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:20:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:20:03.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:20:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:20:13.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:20:13.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:21:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:21:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:21:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:21:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:21:03.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:21:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:21:13.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:21:13.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:22:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:22:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:22:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:22:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:22:03.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:22:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:22:13.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:22:13.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:23:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:23:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:23:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:23:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:23:03.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:23:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:23:13.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:23:13.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:24:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:24:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:24:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:24:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:24:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:24:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:24:13.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:24:13.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:25:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:25:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:25:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:25:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:25:03.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:25:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:25:13.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:25:13.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:26:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:26:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:26:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:26:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:26:03.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:26:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:26:13.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:26:13.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:27:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:27:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:27:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:27:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:27:03.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:27:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:27:13.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:27:13.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:28:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:28:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:28:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:28:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:28:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:28:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:28:13.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:28:13.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:29:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:29:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:29:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:29:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:29:03.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:29:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:29:13.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:29:13.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:30:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:30:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:30:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:30:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:30:03.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:30:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:30:13.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:30:13.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:31:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:31:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:31:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:31:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:31:03.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:31:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:31:13.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:31:13.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:32:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:32:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:32:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:32:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:32:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:32:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:32:13.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:32:13.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:33:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:33:03.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:33:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:33:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:33:03.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:33:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:33:13.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:33:13.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:03.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:34:03.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:34:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:03.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:34:03.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:34:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:04.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:04.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334817116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334817688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334815387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334816091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334814864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "dcae-sch",
"timestamp": 1622334819603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334817116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334817688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334815387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334816091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334814864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "dcae-sch",
"timestamp": 1622334819603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334817116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334817688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334815387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334816091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334814864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "dcae-sch",
"timestamp": 1622334819603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334817116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334817688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334815387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334816091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334814864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "dcae-sch",
"timestamp": 1622334819603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334817116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334817688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334815387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334816091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334814864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "dcae-sch",
"timestamp": 1622334819603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334817116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334817688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334815387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334816091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334814864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "dcae-sch",
"timestamp": 1622334819603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334817116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334815387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334817688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334816091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334814864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "dcae-sch",
"timestamp": 1622334819603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334825583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334825583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334827986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334827990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334827392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334828080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334828187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334825583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334827392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334829000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334828486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "cds",
"timestamp": 1622334829207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:34:04.230Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.244Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334825583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "policy-id",
"timestamp": 1622334830003,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:34:04.280Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334827392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334828486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334825583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334830557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334827392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334828486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334825583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334827392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334828486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334832298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334825583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334832440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334827392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334828486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334833303,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:34:04.298Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.298Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-30T00:34:04.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334833444,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:34:04.347Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.347Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:34:04.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334827392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334828486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334834306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334834773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334828486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334837342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334837998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334839306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334839619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334839811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334840737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334841179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334839811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334841742,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:34:04.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-30T00:34:04.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334839811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334842745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334842747,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:34:04.393Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.393Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-30T00:34:04.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334839811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:34:04.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334843750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:04.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:04.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"96515d04-4032-42b9-ab71-c667a02df8bc","serviceName":"vFW 2021-05-30 00-30-25","serviceVersion":"1.0","serviceUUID":"cd47e7b0-1d82-491b-8954-4232cea27df5","serviceDescription":"catalog service description","serviceInvariantUUID":"4b3e3937-59df-425f-9ba9-38b119556d4f","resources":[{"resourceInstanceName":"vFW 4bf3fad8-7fdd 0","resourceName":"vFW 4bf3fad8-7fdd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4770e160-794f-4113-8220-f116f1ab588b","resourceInvariantUUID":"cabfe7f3-d064-47b6-976e-0902c92da9c0","resourceCustomizationUUID":"b8bd8c72-764a-4ae2-85f4-5e210bb4a482","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQzYjE4MjNhYjlmNDY2ZTk1N2MxNzg4MjY0ZTQwM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a07a3997-3362-478b-a3b1-4768e0d69d29","artifactVersion":"1"},{"artifactName":"vfw4bf3fad87fdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json","artifactChecksum":"MzBlZjRkMDM0YTMxYWY3YmRlYTViYjU0NDE1YzNiOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"864fc4f0-40f8-4883-87fc-cb649853116a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec3823cc-5c3a-4663-aedc-8225132ca2f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml","artifactChecksum":"NzJlNWVhMGU1YmNhZGQ5MmFjOTdjNTc5M2JlNjRiMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d0691b-8b98-4ee3-9d07-79a7ae40166e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d4c53e2-dac4-4c39-b8af-6a028556a63f","artifactVersion":"2","generatedFromUUID":"ec3823cc-5c3a-4663-aedc-8225132ca2f3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210530003025-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml","artifactChecksum":"MTdkMzAwYWY1NzI2NGNlNjkzM2U3MGZkYzZjYmI0YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae41ebb0-ad8f-47fa-9ac1-6f980fc9430e","artifactVersion":"1"},{"artifactName":"service-Vfw20210530003025-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar","artifactChecksum":"YzNlNzU1YWM1ZGRmZjFlYzRjNjdkODVmNjI2ZDk5MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63c28376-a525-4c0d-b2b0-3ad47d207045","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:34:04.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:04.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:04.597Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:04.597Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.697Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-30T00:34:04.700Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:04.701Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:04.710Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:04.711Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:05.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:05.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:05.604Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:05.604Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:34:05.704Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:05.705Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:05.705Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:05.715Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:05.716Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:06.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:06.605Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:06.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:06.607Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:34:06.707Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:06.708Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:06.708Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:06.719Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:06.719Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:07.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:07.608Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:07.610Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:07.610Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:07.710Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:07.711Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:07.711Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:07.719Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:07.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:08.610Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:08.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:08.612Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:08.613Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-30T00:34:08.713Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:08.714Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:08.714Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:08.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:08.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:09.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:09.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:09.615Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:09.615Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:34:09.716Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:09.716Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:09.716Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:09.727Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:09.727Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:10.616Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:10.616Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:10.618Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:10.618Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:34:10.718Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:10.719Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:10.719Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:10.729Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:10.729Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:34:11.620Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"serviceName": "vFW 2021-05-30 00-30-25",
"serviceVersion": "1.0",
"serviceUUID": "cd47e7b0-1d82-491b-8954-4232cea27df5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4b3e3937-59df-425f-9ba9-38b119556d4f",
"resources": [
{
"resourceInstanceName": "vFW 4bf3fad8-7fdd 0",
"resourceCustomizationUUID": "b8bd8c72-764a-4ae2-85f4-5e210bb4a482",
"resourceName": "vFW 4bf3fad8-7fdd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4770e160-794f-4113-8220-f116f1ab588b",
"resourceInvariantUUID": "cabfe7f3-d064-47b6-976e-0902c92da9c0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4bf3fad87fdd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"artifactChecksum": "MzBlZjRkMDM0YTMxYWY3YmRlYTViYjU0NDE1YzNiOWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "864fc4f0-40f8-4883-87fc-cb649853116a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ec3823cc-5c3a-4663-aedc-8225132ca2f3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d4c53e2-dac4-4c39-b8af-6a028556a63f",
"generatedFromUUID": "ec3823cc-5c3a-4663-aedc-8225132ca2f3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d4c53e2-dac4-4c39-b8af-6a028556a63f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210530003025-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"artifactChecksum": "YzNlNzU1YWM1ZGRmZjFlYzRjNjdkODVmNjI2ZDk5MDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63c28376-a525-4c0d-b2b0-3ad47d207045"
}
],
"workloadContext": "Production"
}
2021-05-30T00:34:11.623Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:34:11.623Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd47e7b0-1d82-491b-8954-4232cea27df5 ASDC
2021-05-30T00:34:11.707Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:96515d04-4032-42b9-ab71-c667a02df8bc
ServiceName:vFW 2021-05-30 00-30-25
ServiceVersion:1.0
ServiceUUID:cd47e7b0-1d82-491b-8954-4232cea27df5
ServiceInvariantUUID:4b3e3937-59df-425f-9ba9-38b119556d4f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210530003025-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
ArtifactUUID:63c28376-a525-4c0d-b2b0-3ad47d207045
ArtifactChecksum:YzNlNzU1YWM1ZGRmZjFlYzRjNjdkODVmNjI2ZDk5MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4bf3fad8-7fdd 0
ResourceCustomizationUUID:b8bd8c72-764a-4ae2-85f4-5e210bb4a482
ResourceInvariantUUID:cabfe7f3-d064-47b6-976e-0902c92da9c0
ResourceName:vFW 4bf3fad8-7fdd
ResourceType:VF
ResourceUUID:4770e160-794f-4113-8220-f116f1ab588b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4bf3fad87fdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
ArtifactUUID:864fc4f0-40f8-4883-87fc-cb649853116a
ArtifactChecksum:MzBlZjRkMDM0YTMxYWY3YmRlYTViYjU0NDE1YzNiOWI=
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/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
ArtifactUUID:ec3823cc-5c3a-4663-aedc-8225132ca2f3
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/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
ArtifactUUID:4d4c53e2-dac4-4c39-b8af-6a028556a63f
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/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
ArtifactUUID:4d4c53e2-dac4-4c39-b8af-6a028556a63f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-30T00:34:11.708Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd47e7b0-1d82-491b-8954-4232cea27df5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:34:11.760Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63c28376-a525-4c0d-b2b0-3ad47d207045 from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:11.772Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:12.655Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:12.670Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar 63c28376-a525-4c0d-b2b0-3ad47d207045 109988
2021-05-30T00:34:12.671Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar ASDC sendASDCNotification
2021-05-30T00:34:12.671Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:12.672Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:12.673Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:12.674Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:12.674Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334852671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:12.775Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:12.776Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:12.776Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:12.786Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:12.786Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:13.675Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:34:13.676Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:34:13.676Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 63c28376-a525-4c0d-b2b0-3ad47d207045, URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar to file: /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:13.677Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210530003025-csar.csar
2021-05-30T00:34:13.785Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:13.785Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:14.252Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5406094013808101980/Definitions/service-Vfw20210530003025-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2021-05-30T00:34:16.834Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4bf3fad8-7fdd 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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4bf3fad8-7fdd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:34:16.846Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.848Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.851Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.851Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:34:16.852Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:34:16.853Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.857Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:34:16.861Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.861Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ea834b9-7a4c-4c98-bc81-471a13c486b4
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9624c1f7-783e-4f20-8db1-a1b604e8fa8e
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ba109af-8879-4edd-9796-b5adfdb641b0
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-30 00-30-25
Description:catalog service description
Model UUID:cd47e7b0-1d82-491b-8954-4232cea27df5
Model Version:NULL
Model InvariantUuid:4b3e3937-59df-425f-9ba9-38b119556d4f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4bf3fad8-7fdd
Model UUID:c77db5ac-adb9-4d88-b122-e42de16a456c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cabfe7f3-d064-47b6-976e-0902c92da9c0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b8bd8c72-764a-4ae2-85f4-5e210bb4a482
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f8f1fe19-7650-4e27-82cf-fc43518100e6
ModelName:Vfw4bf3fad87fdd..base_vfw..module-0
ModelUuid:3de44727-75da-4b15-a9c7-8f55e85180e6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0ea834b9-7a4c-4c98-bc81-471a13c486b4
ModelInvariantUuid:9451a115-c635-4722-ab3e-3f320a391eff
ModelName:vFW 4bf3fad8-7fdd-nodes.vfwCvfc
ModelUuid:d3730360-5596-4831-a54f-f770f226092a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4383ceed-9288-4665-af03-62b6082edcbb
ModelInvariantUuid:b06d5f13-d861-43a0-83c6-5834677175eb
ModelName:Vfw4bf3fad87fdd.compute.nodes.heat.vfw
ModelUuid:8f1f8e61-2a68-4538-a9f7-33a989097249
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9624c1f7-783e-4f20-8db1-a1b604e8fa8e
ModelInvariantUuid:12f6aeb2-19f6-4742-b13d-d036158a6b07
ModelName:vFW 4bf3fad8-7fdd-nodes.vsnCvfc
ModelUuid:73102926-8ce8-4ff6-bd38-6b34b18b5bce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bdb996da-40a0-4411-93a5-8b3989fe2548
ModelInvariantUuid:bb055842-987a-49c8-a343-b3916ebd77f1
ModelName:Vfw4bf3fad87fdd.compute.nodes.heat.vsn
ModelUuid:c9a1c5fd-d853-432b-89a9-d2a7179f966a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1ba109af-8879-4edd-9796-b5adfdb641b0
ModelInvariantUuid:8672a5fd-a268-4ef6-9c96-47f3b251fff8
ModelName:vFW 4bf3fad8-7fdd-nodes.vpgCvfc
ModelUuid:12cb35ea-300c-4530-9d55-512ff3c4ed31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a6799206-5c8a-455f-8be5-8bd9e894a492
ModelInvariantUuid:1faf11e0-9779-4664-bba4-f59e1dc59306
ModelName:Vfw4bf3fad87fdd.compute.nodes.heat.vpg
ModelUuid:0622a96e-96c1-4dd1-91ec-6d50f6938594
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-30T00:34:16.879Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4770e160-794f-4113-8220-f116f1ab588b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:34:16.980Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||vFW 4bf3fad8-7fdd 0
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4770e160-794f-4113-8220-f116f1ab588b
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 864fc4f0-40f8-4883-87fc-cb649853116a from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json 864fc4f0-40f8-4883-87fc-cb649853116a 785
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json ASDC sendASDCNotification
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:18.801Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:18.801Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:18.803Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:18.803Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334858800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:18.903Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:18.904Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:18.904Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:18.914Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:18.914Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:34:19.807Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4bf3fad87fdd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f8f1fe19-7650-4e27-82cf-fc43518100e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3de44727-75da-4b15-a9c7-8f55e85180e6",
"vfModuleModelCustomizationUUID": "ac3a2b9d-b59b-4616-b041-df6f65297020",
"isBase": true,
"artifacts": [
"ec3823cc-5c3a-4663-aedc-8225132ca2f3",
"4d4c53e2-dac4-4c39-b8af-6a028556a63f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-30T00:34:19.827Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bf3fad87fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3de44727-75da-4b15-a9c7-8f55e85180e6
VfModuleModelInvariantUUID:f8f1fe19-7650-4e27-82cf-fc43518100e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec3823cc-5c3a-4663-aedc-8225132ca2f3
,
4d4c53e2-dac4-4c39-b8af-6a028556a63f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4bf3fad87fdd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f8f1fe19-7650-4e27-82cf-fc43518100e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3de44727-75da-4b15-a9c7-8f55e85180e6",
"vfModuleModelCustomizationUUID": "ac3a2b9d-b59b-4616-b041-df6f65297020",
"isBase": true,
"artifacts": [
"ec3823cc-5c3a-4663-aedc-8225132ca2f3",
"4d4c53e2-dac4-4c39-b8af-6a028556a63f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bf3fad87fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3de44727-75da-4b15-a9c7-8f55e85180e6
VfModuleModelInvariantUUID:f8f1fe19-7650-4e27-82cf-fc43518100e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec3823cc-5c3a-4663-aedc-8225132ca2f3
,
4d4c53e2-dac4-4c39-b8af-6a028556a63f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec3823cc-5c3a-4663-aedc-8225132ca2f3 from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:20.963Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:20.964Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml ec3823cc-5c3a-4663-aedc-8225132ca2f3 20368
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:20.967Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:20.967Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334860965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:21.067Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:21.068Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:21.068Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:21.077Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:21.077Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:21.968Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d4c53e2-dac4-4c39-b8af-6a028556a63f from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:21.969Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:21.969Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:22.509Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env 4d4c53e2-dac4-4c39-b8af-6a028556a63f 2098
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:22.511Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:22.513Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:22.513Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334862510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:34:22.613Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:22.614Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:22.614Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:22.624Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:22.625Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:23.513Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cd47e7b0-1d82-491b-8954-4232cea27df5
2021-05-30T00:34:23.514Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4bf3fad8-7fdd 0 4770e160-794f-4113-8220-f116f1ab588b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:34:23.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b8bd8c72-764a-4ae2-85f4-5e210bb4a482
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b8bd8c72-764a-4ae2-85f4-5e210bb4a482 matches Tosca VF Customization UUID: b8bd8c72-764a-4ae2-85f4-5e210bb4a482
2021-05-30T00:34:23.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b8bd8c72-764a-4ae2-85f4-5e210bb4a482 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-30T00:34:23.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.557Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b8bd8c72-764a-4ae2-85f4-5e210bb4a482: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59e045bc
2021-05-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac3a2b9d-b59b-4616-b041-df6f65297020
2021-05-30T00:34:23.559Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac3a2b9d-b59b-4616-b041-df6f65297020
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.567Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ea834b9-7a4c-4c98-bc81-471a13c486b4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-30T00:34:23.575Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.575Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.575Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9624c1f7-783e-4f20-8db1-a1b604e8fa8e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-30T00:34:23.579Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.579Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.579Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-30T00:34:23.583Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ba109af-8879-4edd-9796-b5adfdb641b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-30T00:34:23.584Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.584Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.584Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.585Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.585Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.585Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=b8bd8c72-764a-4ae2-85f4-5e210bb4a482
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:34:23.586Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.586Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cd47e7b0-1d82-491b-8954-4232cea27df5: vFW 4bf3fad8-7fdd
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.588Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:34:23.588Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.588Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-05-30 00-30-25
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:34:23.837Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4bf3fad8-7fdd 4770e160-794f-4113-8220-f116f1ab588b 1 ASDC deployResourceStructure
2021-05-30T00:34:23.837Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json ASDC sendASDCNotification
2021-05-30T00:34:23.838Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:23.838Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:23.838Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:23.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:23.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334863837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:23.939Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:23.940Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:23.940Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:23.950Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:23.951Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:24.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-30T00:34:24.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:24.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:24.841Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:24.842Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:24.842Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334864840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:24.942Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:24.943Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:24.943Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:24.955Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:24.955Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:25.843Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-30T00:34:25.843Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:25.844Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:25.844Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:25.845Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:25.845Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334865843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:25.946Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-30T00:34:25.946Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:25.947Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:25.957Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:25.957Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:26.846Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar ASDC sendASDCNotification
2021-05-30T00:34:26.847Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:26.847Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:26.847Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:26.849Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:26.849Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334866846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:34:26.949Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:26.950Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:34:26.950Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:26.961Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:34:26.961Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:27.850Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:34:27.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:34:27.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:34:27.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:34:27.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:34:57.870Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:34:57.881Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:34:57.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:34:57.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:34:57.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:35:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:35:03.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:35:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:35:03.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:35:03.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:35:03.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334837116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:35:03.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:35:27.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:35:27.894Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:35:27.896Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:35:27.896Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:35:27.897Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:35:57.897Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:35:57.907Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:35:57.909Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:35:57.909Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:35:57.909Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:36:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:36:03.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:36:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:36:03.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:36:03.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "dcae-sch",
"timestamp": 1622334839603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334835387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334834864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:36:27.910Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:36:27.919Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:36:27.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:36:27.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:36:27.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:36:57.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:36:57.934Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:36:57.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:36:57.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:36:57.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:37:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:37:03.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:37:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:37:03.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:37:04.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334839811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334837116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "dcae-sch",
"timestamp": 1622334839603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334835387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334834864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334839811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334837116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334835387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "dcae-sch",
"timestamp": 1622334839603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334834864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334839811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334846091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334837116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334835387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "dcae-sch",
"timestamp": 1622334839603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334834864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334846091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334837116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "dcae-sch",
"timestamp": 1622334839603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334835387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334834864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334847392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334847688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334846091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334837116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334835387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "dcae-sch",
"timestamp": 1622334839603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334834864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334847392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334848486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334847688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334846091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334837116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "dcae-sch",
"timestamp": 1622334839603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1622334835387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334834864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334847392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334848486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334847688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334846091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334847392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334848486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334847688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334851699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334851722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334846091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334847392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334848486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334847688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334852671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334852715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334846091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334852725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334847392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334848486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334847688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "aai-ml",
"timestamp": 1622334853720,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.466Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:37:04.466Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "policy-id",
"timestamp": 1622334853727,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.486Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334853897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334847392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334848486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334847688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334848486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334855269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334855583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334856514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334857064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334857099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334857213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334855583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334857344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334857668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334858067,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.501Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.501Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334855583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "cds",
"timestamp": 1622334858222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.511Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622334858347,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.523Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.523Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334858536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334858800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622334859070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334855583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334859507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "clamp",
"timestamp": 1622334859540,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.538Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:37:04.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334859623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334855583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334860965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334855583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334861282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334861374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334855583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334862287,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.558Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-30T00:37:04.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334862395,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.569Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.569Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-30T00:37:04.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334862510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.575Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622334863290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622334863399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334863492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334863837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334864840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334865843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334866846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334869811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334870506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334869811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "aai-ml",
"timestamp": 1622334871510,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.582Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.583Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334869811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334869811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334869811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334869811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334869811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334885511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334887518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "clamp",
"timestamp": 1622334888520,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:04.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:27.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:37:27.947Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:37:27.955Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:37:57.955Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-30T00:37:57.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96515d04-4032-42b9-ab71-c667a02df8bc and serviceModelVersionId: cd47e7b0-1d82-491b-8954-4232cea27df5
2021-05-30T00:37:57.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b3e3937-59df-425f-9ba9-38b119556d4f
2021-05-30T00:38:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:38:03.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:38:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:08.616Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0
2021-05-30T00:38:08.707Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:38:09.144Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-30T00:38:09.147Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0|INFO|500||Invoke
2021-05-30T00:38:09.252Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-30T00:38:09.525Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0|INFO|500||InvokeReturn
2021-05-30T00:38:09.526Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210530-00:38:09:257-75205], vertex-id=[385080], Content-Length=[0], Date=[Sun, 30 May 2021 00:38:09 GMT], Content-Type=[application/json]}
2021-05-30T00:38:09.526Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:38:09.529Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:38:09.529Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:38:09.532Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-30T00:38:09.533Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96515d04-4032-42b9-ab71-c667a02df8bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:38:09.534Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:38:09.534Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:09.536Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:09.536Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335089533,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:38:09.636Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:09.637Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:09.637Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:09.649Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:09.649Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:10.262Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:10.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:38:10.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335089533,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:38:10.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:38:10.548Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:38:10.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f82784d7-7b7c-422b-82a2-437b718d64c8","serviceName":"basic_onboard_tHcHSu","serviceVersion":"1.0","serviceUUID":"304fcb30-394e-476d-806d-58a86633e52a","serviceDescription":"service","serviceInvariantUUID":"ff1f1e18-c11c-4d07-910d-c01930c8956b","resources":[{"resourceInstanceName":"basic_onboard_tHcHSu 0","resourceName":"basic_onboard_tHcHSu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8802a72a-8c48-4045-9a1f-594bdad01f80","resourceInvariantUUID":"953baec3-c61a-4157-bd9b-cb7b3cdcc716","resourceCustomizationUUID":"caec6b1a-2da0-48e6-b27a-946f54e437bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml","artifactChecksum":"NDgzOWFhMTI3MTI1ODhkNDhkZDAxZWNkOTEwMjYxNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"183cebb7-201e-4e7d-853f-a94262f3bb4d","artifactVersion":"1"},{"artifactName":"basic_onboard_thchsu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json","artifactChecksum":"ZmM4MTJiZmZmNzQwMzUyNjQ3OTljNTE5OGNkMzZkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b8cd694-f920-49e7-a4ad-ac11f221adca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c018f20f-6ce0-41ea-999b-38144fb9dbae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c59c8ed4-2aeb-4589-a7cd-e324165d305e","artifactVersion":"2","generatedFromUUID":"1b8cd694-f920-49e7-a4ad-ac11f221adca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardThchsu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml","artifactChecksum":"YjAwMWJhODljOThjY2MwNDQxMTY1YjcyNzVmYjFmODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d942afda-02d5-4d91-985f-937473769e7a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardThchsu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar","artifactChecksum":"ZjdkNGNjYTk4YzlmMzQwZjBmZWEyOGUzODdiM2E1MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffa879ee-428a-479b-904a-2f5773ccf5fa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:38:10.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:10.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:10.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:10.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:38:10.651Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:10.652Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:10.652Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:10.661Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:10.662Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:11.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:11.552Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:11.553Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:11.553Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:38:11.653Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:11.654Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:11.654Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:11.664Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:11.664Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:12.554Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:12.554Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:12.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:12.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:38:12.656Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:12.657Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:12.657Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:12.666Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:12.667Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:13.557Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:13.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:13.559Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:13.559Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:38:13.660Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-30T00:38:13.661Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:13.661Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:13.671Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:13.671Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:14.560Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:14.561Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:14.562Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:14.562Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-30T00:38:14.662Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:14.663Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:14.663Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:14.673Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:14.673Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:15.563Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:15.563Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:15.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:15.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:38:15.665Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:15.666Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:15.666Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:15.675Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:15.676Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:16.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:16.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:16.568Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:16.568Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:38:16.668Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:16.669Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:16.669Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:16.678Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:16.679Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:17.569Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"serviceName": "basic_onboard_tHcHSu",
"serviceVersion": "1.0",
"serviceUUID": "304fcb30-394e-476d-806d-58a86633e52a",
"serviceDescription": "service",
"serviceInvariantUUID": "ff1f1e18-c11c-4d07-910d-c01930c8956b",
"resources": [
{
"resourceInstanceName": "basic_onboard_tHcHSu 0",
"resourceCustomizationUUID": "caec6b1a-2da0-48e6-b27a-946f54e437bc",
"resourceName": "basic_onboard_tHcHSu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8802a72a-8c48-4045-9a1f-594bdad01f80",
"resourceInvariantUUID": "953baec3-c61a-4157-bd9b-cb7b3cdcc716",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_thchsu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"artifactChecksum": "ZmM4MTJiZmZmNzQwMzUyNjQ3OTljNTE5OGNkMzZkMTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1b8cd694-f920-49e7-a4ad-ac11f221adca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c59c8ed4-2aeb-4589-a7cd-e324165d305e",
"generatedFromUUID": "1b8cd694-f920-49e7-a4ad-ac11f221adca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c59c8ed4-2aeb-4589-a7cd-e324165d305e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardThchsu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"artifactChecksum": "ZjdkNGNjYTk4YzlmMzQwZjBmZWEyOGUzODdiM2E1MTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ffa879ee-428a-479b-904a-2f5773ccf5fa"
}
],
"workloadContext": "Production"
}
2021-05-30T00:38:17.569Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:38:17.569Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 304fcb30-394e-476d-806d-58a86633e52a ASDC
2021-05-30T00:38:17.570Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f82784d7-7b7c-422b-82a2-437b718d64c8
ServiceName:basic_onboard_tHcHSu
ServiceVersion:1.0
ServiceUUID:304fcb30-394e-476d-806d-58a86633e52a
ServiceInvariantUUID:ff1f1e18-c11c-4d07-910d-c01930c8956b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardThchsu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
ArtifactUUID:ffa879ee-428a-479b-904a-2f5773ccf5fa
ArtifactChecksum:ZjdkNGNjYTk4YzlmMzQwZjBmZWEyOGUzODdiM2E1MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tHcHSu 0
ResourceCustomizationUUID:caec6b1a-2da0-48e6-b27a-946f54e437bc
ResourceInvariantUUID:953baec3-c61a-4157-bd9b-cb7b3cdcc716
ResourceName:basic_onboard_tHcHSu
ResourceType:VF
ResourceUUID:8802a72a-8c48-4045-9a1f-594bdad01f80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_thchsu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
ArtifactUUID:e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3
ArtifactChecksum:ZmM4MTJiZmZmNzQwMzUyNjQ3OTljNTE5OGNkMzZkMTg=
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/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1b8cd694-f920-49e7-a4ad-ac11f221adca
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/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
ArtifactUUID:c59c8ed4-2aeb-4589-a7cd-e324165d305e
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/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
ArtifactUUID:c59c8ed4-2aeb-4589-a7cd-e324165d305e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-30T00:38:17.570Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 304fcb30-394e-476d-806d-58a86633e52a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:38:17.596Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ffa879ee-428a-479b-904a-2f5773ccf5fa from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:18.275Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:18.278Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar ffa879ee-428a-479b-904a-2f5773ccf5fa 74814
2021-05-30T00:38:18.278Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar ASDC sendASDCNotification
2021-05-30T00:38:18.278Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:18.279Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:18.279Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:18.281Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:18.281Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335098278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:38:18.381Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:18.382Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:18.382Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:18.391Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:18.391Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:19.281Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:38:19.282Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:38:19.282Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ffa879ee-428a-479b-904a-2f5773ccf5fa, URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar to file: /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.282Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.283Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.283Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.528Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6179880111481466906/Definitions/service-BasicOnboardThchsu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tHcHSu 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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tHcHSu 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is not matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13fe6844-74b6-40f4-b754-bb33ac1dac3b
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.485Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_tHcHSu
Description:service
Model UUID:304fcb30-394e-476d-806d-58a86633e52a
Model Version:NULL
Model InvariantUuid:ff1f1e18-c11c-4d07-910d-c01930c8956b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_tHcHSu
Model UUID:e490f554-6e3e-4265-b1b5-bfb750ffcc56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:953baec3-c61a-4157-bd9b-cb7b3cdcc716
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:caec6b1a-2da0-48e6-b27a-946f54e437bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:56badcc2-71f4-4d33-bbf4-1feb36c79bf1
ModelName:BasicOnboardThchsu..base_ubuntu18..module-0
ModelUuid:14897315-dcd9-4038-afde-52f619817ec8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:13fe6844-74b6-40f4-b754-bb33ac1dac3b
ModelInvariantUuid:59b4ced1-7c9e-4e1b-a4fe-693fd92c242e
ModelName:basic_onboard_tHcHSu-nodes.ubuntu18Cvfc
ModelUuid:15f450ef-2981-477b-9dc7-9cfe3ec9e677
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:39d4ee5f-5a6c-4eac-a591-299729c119f8
ModelInvariantUuid:8383900f-5adb-487a-983e-ec4e4753fee0
ModelName:BasicOnboardThchsu.compute.nodes.heat.ubuntu18
ModelUuid:abaab9ce-64a4-433d-b822-914cd12bb128
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-30T00:38:20.492Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8802a72a-8c48-4045-9a1f-594bdad01f80
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:38:20.493Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||basic_onboard_tHcHSu 0
2021-05-30T00:38:20.493Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8802a72a-8c48-4045-9a1f-594bdad01f80
2021-05-30T00:38:20.493Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3 from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:20.494Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:20.494Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:21.076Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3 798
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json ASDC sendASDCNotification
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:21.079Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:21.079Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335101077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:38:21.179Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:21.179Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:21.180Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:21.189Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:21.189Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:22.079Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardThchsu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "56badcc2-71f4-4d33-bbf4-1feb36c79bf1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "14897315-dcd9-4038-afde-52f619817ec8",
"vfModuleModelCustomizationUUID": "2fc222c4-f223-471a-ae19-a362cf081f89",
"isBase": true,
"artifacts": [
"1b8cd694-f920-49e7-a4ad-ac11f221adca",
"c59c8ed4-2aeb-4589-a7cd-e324165d305e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-30T00:38:22.083Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardThchsu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14897315-dcd9-4038-afde-52f619817ec8
VfModuleModelInvariantUUID:56badcc2-71f4-4d33-bbf4-1feb36c79bf1
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b8cd694-f920-49e7-a4ad-ac11f221adca
,
c59c8ed4-2aeb-4589-a7cd-e324165d305e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardThchsu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "56badcc2-71f4-4d33-bbf4-1feb36c79bf1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "14897315-dcd9-4038-afde-52f619817ec8",
"vfModuleModelCustomizationUUID": "2fc222c4-f223-471a-ae19-a362cf081f89",
"isBase": true,
"artifacts": [
"1b8cd694-f920-49e7-a4ad-ac11f221adca",
"c59c8ed4-2aeb-4589-a7cd-e324165d305e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardThchsu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14897315-dcd9-4038-afde-52f619817ec8
VfModuleModelInvariantUUID:56badcc2-71f4-4d33-bbf4-1feb36c79bf1
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b8cd694-f920-49e7-a4ad-ac11f221adca
,
c59c8ed4-2aeb-4589-a7cd-e324165d305e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1b8cd694-f920-49e7-a4ad-ac11f221adca from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:22.675Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml 1b8cd694-f920-49e7-a4ad-ac11f221adca 5033
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:22.678Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:22.678Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335102676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:38:22.778Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:22.779Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:22.779Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:22.790Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:22.790Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:23.678Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c59c8ed4-2aeb-4589-a7cd-e324165d305e from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:23.679Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:23.679Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env c59c8ed4-2aeb-4589-a7cd-e324165d305e 909
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:23.859Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:23.859Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:23.860Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:23.860Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335103858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:38:23.961Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:23.961Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:23.962Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:23.972Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:23.972Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:24.861Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 304fcb30-394e-476d-806d-58a86633e52a
2021-05-30T00:38:24.862Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tHcHSu 0 8802a72a-8c48-4045-9a1f-594bdad01f80 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= caec6b1a-2da0-48e6-b27a-946f54e437bc
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: caec6b1a-2da0-48e6-b27a-946f54e437bc matches Tosca VF Customization UUID: caec6b1a-2da0-48e6-b27a-946f54e437bc
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: caec6b1a-2da0-48e6-b27a-946f54e437bc matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-30T00:38:24.873Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.873Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.873Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id caec6b1a-2da0-48e6-b27a-946f54e437bc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@216799c8
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fc222c4-f223-471a-ae19-a362cf081f89
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fc222c4-f223-471a-ae19-a362cf081f89
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-30T00:38:24.875Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is not matching search criteria
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13fe6844-74b6-40f4-b754-bb33ac1dac3b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-30T00:38:24.878Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.878Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=caec6b1a-2da0-48e6-b27a-946f54e437bc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:38:24.880Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.880Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 304fcb30-394e-476d-806d-58a86633e52a: basic_onboard_tHcHSu
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_tHcHSu
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tHcHSu 8802a72a-8c48-4045-9a1f-594bdad01f80 1 ASDC deployResourceStructure
2021-05-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json ASDC sendASDCNotification
2021-05-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:24.939Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:24.940Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:24.941Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335104938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:38:25.041Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:25.042Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:25.042Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:25.051Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:25.051Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:25.944Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:25.944Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335105941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-30T00:38:26.044Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:26.045Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:26.045Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:26.055Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:26.055Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:26.945Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-30T00:38:26.945Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:26.945Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:26.946Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:26.948Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:26.948Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335106945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-30T00:38:27.048Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:27.049Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:27.049Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:27.059Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:27.059Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar ASDC sendASDCNotification
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:27.950Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:27.951Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335107949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:38:28.051Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:28.051Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:28.052Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:28.061Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:28.061Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:28.951Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82784d7-7b7c-422b-82a2-437b718d64c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:38:28.962Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82784d7-7b7c-422b-82a2-437b718d64c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:38:28.965Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:38:28.965Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:38:28.965Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:38:28.971Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:38:58.971Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f82784d7-7b7c-422b-82a2-437b718d64c8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-30T00:38:58.977Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f82784d7-7b7c-422b-82a2-437b718d64c8 and serviceModelVersionId: 304fcb30-394e-476d-806d-58a86633e52a
2021-05-30T00:38:58.977Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff1f1e18-c11c-4d07-910d-c01930c8956b
2021-05-30T00:38:58.978Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0
2021-05-30T00:38:58.983Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:38:59.031Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|INFO|500||Invoke
2021-05-30T00:38:59.032Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f82784d7-7b7c-422b-82a2-437b718d64c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b24c7e54-eaf3-469d-b367-0ab18363500f], X-ECOMP-RequestID=[f82784d7-7b7c-422b-82a2-437b718d64c8], X-TransactionId=[], X-ONAP-RequestID=[f82784d7-7b7c-422b-82a2-437b718d64c8], Content-Type=[application/merge-patch+json]}
2021-05-30T00:38:59.054Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-30T00:38:59.131Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?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/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210530-00:38:59:057-46611], vertex-id=[196648], Content-Length=[0], Date=[Sun, 30 May 2021 00:38:59 GMT], Content-Type=[application/json]}
2021-05-30T00:38:59.131Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:38:59.132Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|INFO|500||InvokeReturn
2021-05-30T00:38:59.132Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:38:59.132Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:38:59.135Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-30T00:38:59.135Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f82784d7-7b7c-422b-82a2-437b718d64c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:38:59.136Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:38:59.136Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:59.137Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:59.138Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335139135,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:38:59.238Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:59.238Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:38:59.239Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:59.251Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:38:59.251Z||pool-34-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-05-30T00:39:00.148Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:00.149Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:39:00.149Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:03.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:39:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:04.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "NOTIFIED"
}
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622334843918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335098278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335101077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335102676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335103858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335104938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335105941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335106945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335107949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335139135,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:10.331Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:39:10.332Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:10.332Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:39:10.332Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:19.864Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:39:19.864Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:19.865Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:39:19.865Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:29.397Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:39:29.397Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:29.398Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:39:29.398Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:38.934Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:39:38.934Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:38.935Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:39:38.935Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:48.467Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:40:03.918Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:40:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:40:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:40:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:40:03.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:40:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:40:13.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:40:13.459Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:41:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:41:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:41:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:41:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:41:03.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:41:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:41:13.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:41:13.461Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:42:03.918Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:42:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:42:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:42:03.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:42:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:04.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:42:04.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "clamp",
"timestamp": 1622335319811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "policy-id",
"timestamp": 1622335314864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622335317116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "ves-openapi-manager",
"timestamp": 1622335315387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "dcae-sch",
"timestamp": 1622335319603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:42:04.539Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:42:04.540Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.540Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"71bf9be7-35a5-4bed-b7e9-7e4d591a534b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b82f1f10-b0e3-4afd-ad81-4a18d9577f94","serviceDescription":"service","serviceInvariantUUID":"920cd5f0-9537-46e9-8870-e5100768cacb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"30bbd127-9bcb-4f81-b21b-643ae4d0ee09","resourceInvariantUUID":"c77426ca-f375-4601-805c-22677c050789","resourceCustomizationUUID":"05bef090-62a9-4dc4-9420-959f3e7d9a2e","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":"MGJmNTkzYWNkNzJiMmRhZjAwNTZjZDRhZTQ1NDk2NDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67587238-32a9-456c-81b4-6aeb127493c8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDE0MmVhNGYzYWI0ZDZkMGVlM2M2NWM2YmM2M2VjMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90e30960-9791-4249-8746-c6d1b29a37e0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:42:04.542Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:42:04.542Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:04.544Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:04.544Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335323918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.644Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:04.645Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:42:04.645Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:04.655Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:42:04.655Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:42:05.545Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:42:05.546Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:05.547Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:05.547Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335323918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:42:05.647Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:05.648Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:42:05.648Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:05.658Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:42:05.658Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:42:06.548Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b82f1f10-b0e3-4afd-ad81-4a18d9577f94",
"serviceDescription": "service",
"serviceInvariantUUID": "920cd5f0-9537-46e9-8870-e5100768cacb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "05bef090-62a9-4dc4-9420-959f3e7d9a2e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "30bbd127-9bcb-4f81-b21b-643ae4d0ee09",
"resourceInvariantUUID": "c77426ca-f375-4601-805c-22677c050789",
"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": "NDE0MmVhNGYzYWI0ZDZkMGVlM2M2NWM2YmM2M2VjMWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "90e30960-9791-4249-8746-c6d1b29a37e0"
}
],
"workloadContext": "Production"
}
2021-05-30T00:42:06.549Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:42:06.549Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b82f1f10-b0e3-4afd-ad81-4a18d9577f94 ASDC
2021-05-30T00:42:06.549Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:71bf9be7-35a5-4bed-b7e9-7e4d591a534b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b82f1f10-b0e3-4afd-ad81-4a18d9577f94
ServiceInvariantUUID:920cd5f0-9537-46e9-8870-e5100768cacb
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:90e30960-9791-4249-8746-c6d1b29a37e0
ArtifactChecksum:NDE0MmVhNGYzYWI0ZDZkMGVlM2M2NWM2YmM2M2VjMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:05bef090-62a9-4dc4-9420-959f3e7d9a2e
ResourceInvariantUUID:c77426ca-f375-4601-805c-22677c050789
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:30bbd127-9bcb-4f81-b21b-643ae4d0ee09
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-30T00:42:06.549Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b82f1f10-b0e3-4afd-ad81-4a18d9577f94 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:42:06.575Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:42:06.575Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 90e30960-9791-4249-8746-c6d1b29a37e0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-30T00:42:07.180Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 90e30960-9791-4249-8746-c6d1b29a37e0 52216
2021-05-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:42:07.183Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:07.184Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:07.184Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335327182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:42:07.284Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:07.285Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:42:07.285Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:07.295Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:42:07.295Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:42:08.184Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:42:08.185Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 90e30960-9791-4249-8746-c6d1b29a37e0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.256Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6477126092225921599/Definitions/service-BasicNetwork-template.yml
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:42:08.594Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.594Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.594Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.598Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.598Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.598Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b82f1f10-b0e3-4afd-ad81-4a18d9577f94
Model Version:NULL
Model InvariantUuid:920cd5f0-9537-46e9-8870-e5100768cacb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c77426ca-f375-4601-805c-22677c050789
Model UUID:e9b7eac1-25de-4a75-8b18-85d90bf8e6dd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:05bef090-62a9-4dc4-9420-959f3e7d9a2e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-30T00:42:08.604Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 30bbd127-9bcb-4f81-b21b-643ae4d0ee09
2021-05-30T00:42:08.604Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||No resources found for Service: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:42:08.607Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||
2021-05-30T00:42:08.607Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:42:08.612Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.612Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.612Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b82f1f10-b0e3-4afd-ad81-4a18d9577f94: Generic NeutronNet
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.638Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:42:08.638Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.638Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-30T00:42:08.686Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:08.689Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:08.689Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335328687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:42:08.789Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:08.790Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:42:08.790Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:08.800Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:42:08.800Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:42:09.690Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:42:09.697Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:42:09.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:42:09.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:42:09.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:42:39.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:42:39.708Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:42:39.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:42:39.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:42:39.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:43:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:43:03.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:43:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:43:03.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:43:03.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:43:03.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "clamp",
"timestamp": 1622335319811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:43:03.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:43:09.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:43:09.718Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:43:09.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:43:09.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:43:09.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:43:39.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:43:39.733Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:43:39.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:43:39.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:43:39.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:44:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:44:03.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:44:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:44:03.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:44:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:44:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "policy-id",
"timestamp": 1622335314864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:44:03.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:44:09.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:44:09.746Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:44:09.747Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:44:09.748Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:44:09.748Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:44:39.748Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:44:39.758Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:44:39.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:44:39.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:44:39.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:45:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:45:03.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:45:03.922Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:03.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622335317116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "ves-openapi-manager",
"timestamp": 1622335315387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "dcae-sch",
"timestamp": 1622335319603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335323918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "policy-id",
"timestamp": 1622335325392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335323918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "policy-id",
"timestamp": 1622335326395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622335326091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335327182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "policy-id",
"timestamp": 1622335327398,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:45:03.956Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:03.956Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622335326091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622335327392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "cds",
"timestamp": 1622335327688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335328687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622335327392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622335328486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "cds",
"timestamp": 1622335327688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622335328486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622335330808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "cds",
"timestamp": 1622335331018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "cds",
"timestamp": 1622335332024,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:45:03.972Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:03.973Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622335332229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622335333234,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:45:03.987Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:03.987Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "aai-ml",
"timestamp": 1622335335583,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "clamp",
"timestamp": 1622335336670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "aai-ml",
"timestamp": 1622335335583,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "clamp",
"timestamp": 1622335337714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "clamp",
"timestamp": 1622335338717,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:45:04.165Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:04.165Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "aai-ml",
"timestamp": 1622335339507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "aai-ml",
"timestamp": 1622335342867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-30T00:45:04.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "aai-ml",
"timestamp": 1622335343872,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:45:04.178Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:04.178Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:45:09.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:45:09.769Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-30T00:45:09.771Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:45:09.777Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:45:39.777Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-30T00:45:39.782Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and serviceModelVersionId: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
2021-05-30T00:45:39.782Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 920cd5f0-9537-46e9-8870-e5100768cacb
2021-05-30T00:45:39.783Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0
2021-05-30T00:45:39.787Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:45:39.825Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-30T00:45:39.826Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0|INFO|500||Invoke
2021-05-30T00:45:39.847Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-30T00:45:40.157Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0|INFO|500||InvokeReturn
2021-05-30T00:45:40.157Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210530-00:45:39:851-47275], vertex-id=[159792], Content-Length=[0], Date=[Sun, 30 May 2021 00:45:39 GMT], Content-Type=[application/json]}
2021-05-30T00:45:40.158Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:45:40.158Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:45:40.158Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:45:40.162Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-30T00:45:40.162Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:45:40.162Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:45:40.163Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:40.165Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:40.165Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335540162,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:45:40.265Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:40.266Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:40.266Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:40.278Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:40.279Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:45:41.175Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:45:41.176Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:45:41.176Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:45.459Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:45.460Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:45:45.460Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"662e4215-9fd3-4a5e-9db5-8df18286ab17","serviceName":"Demo_pNF_pBUxavMbHxfRLXVu5mND","serviceVersion":"1.0","serviceUUID":"223d22bb-a72d-4daf-943b-bb76e8d21c8b","serviceDescription":"catalog service description","serviceInvariantUUID":"d04c0d01-4863-4863-9223-50952fbae5e8","resources":[{"resourceInstanceName":"pNF 399bdbfc-4fcf 0","resourceName":"pNF 399bdbfc-4fcf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"35e2ec97-1074-4a0b-96e7-39952e260978","resourceInvariantUUID":"d59dc826-7d8c-4ce6-b452-447756920042","resourceCustomizationUUID":"7316b65d-0fbd-49f4-b16a-4398dc86183f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml","artifactChecksum":"M2NiNTkxNWVkNjU0NjE1NGZhOTE4NTdlY2M0OThmOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5562d94-b845-4f6d-b89c-adc0aff68e4f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar","artifactChecksum":"ODU0NTQ0MDI0NWE2ZTgxZjY0OTczNDdhNGViMWJiMmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25abbc05-62fd-4600-9ecb-a6c9d378a84d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88fb01e8-441d-4f0c-b65f-b1fcc8f07dad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml","artifactChecksum":"NjdhODYxM2ZhYTNlZWM2YjQ0YjFhNWRiZTA1YzA0MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45710edf-5983-4ee9-b5a7-2d519321c8fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44bcde34-0e4f-4709-9bce-f8cf34ae7eed","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01f0707c-d9b0-4e99-a3e4-6b7269d96001","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml","artifactChecksum":"N2M5ODUyNDNmM2Y4Y2I4N2IwMjExZGMzODg5MzUxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4bb3fd54-bb0f-49e8-8e07-90943f9ae66d","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar","artifactChecksum":"MjI2MGNhMTJkZjRmNDY4NTkxYzJhOWM3NzI4MDUzNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069bb809-eca2-4fb4-b691-0edef18de6dd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:45:45.462Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:45.462Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:45.463Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:45.463Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:45.564Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:45.564Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:45.565Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:45.575Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:45.576Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:46.464Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:46.465Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:46.466Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:46.466Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:46.567Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:46.567Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:46.567Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:46.577Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:46.577Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:47.467Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:47.468Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:47.469Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:47.469Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:47.569Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-30T00:45:47.570Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:47.570Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:47.580Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:47.580Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:48.470Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:48.471Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:48.472Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:48.472Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:48.572Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:48.573Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:48.573Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:48.583Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:48.583Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:49.473Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:49.473Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:49.475Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:49.475Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:49.575Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:49.576Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:49.576Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:49.585Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:49.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:50.475Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:50.476Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:50.477Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:50.478Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:50.578Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:50.579Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:50.579Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:50.588Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:50.588Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:45:51.478Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:51.479Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:51.481Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:51.481Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-30T00:45:51.581Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:51.582Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:51.582Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:51.590Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:51.591Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:52.481Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:52.482Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:52.483Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:52.483Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335541175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
"status": "NOTIFIED"
}
2021-05-30T00:45:52.584Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-30T00:45:52.584Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:52.584Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:52.594Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:52.594Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:53.484Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"serviceName": "Demo_pNF_pBUxavMbHxfRLXVu5mND",
"serviceVersion": "1.0",
"serviceUUID": "223d22bb-a72d-4daf-943b-bb76e8d21c8b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d04c0d01-4863-4863-9223-50952fbae5e8",
"resources": [
{
"resourceInstanceName": "pNF 399bdbfc-4fcf 0",
"resourceCustomizationUUID": "7316b65d-0fbd-49f4-b16a-4398dc86183f",
"resourceName": "pNF 399bdbfc-4fcf",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "35e2ec97-1074-4a0b-96e7-39952e260978",
"resourceInvariantUUID": "d59dc826-7d8c-4ce6-b452-447756920042",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
"artifactChecksum": "MjI2MGNhMTJkZjRmNDY4NTkxYzJhOWM3NzI4MDUzNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "069bb809-eca2-4fb4-b691-0edef18de6dd"
}
],
"workloadContext": "Production"
}
2021-05-30T00:45:53.485Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:45:53.485Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 223d22bb-a72d-4daf-943b-bb76e8d21c8b ASDC
2021-05-30T00:45:53.485Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:662e4215-9fd3-4a5e-9db5-8df18286ab17
ServiceName:Demo_pNF_pBUxavMbHxfRLXVu5mND
ServiceVersion:1.0
ServiceUUID:223d22bb-a72d-4daf-943b-bb76e8d21c8b
ServiceInvariantUUID:d04c0d01-4863-4863-9223-50952fbae5e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
ArtifactUUID:069bb809-eca2-4fb4-b691-0edef18de6dd
ArtifactChecksum:MjI2MGNhMTJkZjRmNDY4NTkxYzJhOWM3NzI4MDUzNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 399bdbfc-4fcf 0
ResourceCustomizationUUID:7316b65d-0fbd-49f4-b16a-4398dc86183f
ResourceInvariantUUID:d59dc826-7d8c-4ce6-b452-447756920042
ResourceName:pNF 399bdbfc-4fcf
ResourceType:PNF
ResourceUUID:35e2ec97-1074-4a0b-96e7-39952e260978
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-30T00:45:53.485Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 223d22bb-a72d-4daf-943b-bb76e8d21c8b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:45:53.510Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:45:53.510Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:45:53.510Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:45:53.511Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 069bb809-eca2-4fb4-b691-0edef18de6dd from URL: /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:53.511Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:45:53.511Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:54.703Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:45:54.706Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar 069bb809-eca2-4fb4-b691-0edef18de6dd 83324
2021-05-30T00:45:54.706Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar ASDC sendASDCNotification
2021-05-30T00:45:54.706Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:54.707Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:45:54.707Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:54.709Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:54.709Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622335554706,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-30T00:45:54.809Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:54.810Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:45:54.810Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:54.829Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-30T00:45:54.829Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:55.709Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:45:55.710Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 069bb809-eca2-4fb4-b691-0edef18de6dd, URL: /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar to file: /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.793Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8533803448596108532/Definitions/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml
2021-05-30T00:45:56.437Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:45:56.437Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:45:56.437Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 399bdbfc-4fcf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 399bdbfc-4fcf 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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Node template pNF 399bdbfc-4fcf 0 is matching search criteria
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 399bdbfc-4fcf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Node template pNF 399bdbfc-4fcf 0 is matching search criteria
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 399bdbfc-4fcf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_pBUxavMbHxfRLXVu5mND
Description:catalog service description
Model UUID:223d22bb-a72d-4daf-943b-bb76e8d21c8b
Model Version:NULL
Model InvariantUuid:d04c0d01-4863-4863-9223-50952fbae5e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-30T00:45:56.447Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 35e2ec97-1074-4a0b-96e7-39952e260978
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||pNF 399bdbfc-4fcf 0
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 35e2ec97-1074-4a0b-96e7-39952e260978
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 223d22bb-a72d-4daf-943b-bb76e8d21c8b
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 223d22bb-a72d-4daf-943b-bb76e8d21c8b
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 399bdbfc-4fcf 0 35e2ec97-1074-4a0b-96e7-39952e260978 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-30T00:45:56.452Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-30T00:45:56.452Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.452Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 223d22bb-a72d-4daf-943b-bb76e8d21c8b: pNF 399bdbfc-4fcf
2021-05-30T00:45:56.453Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Processing PNF resource: 35e2ec97-1074-4a0b-96e7-39952e260978
2021-05-30T00:45:56.453Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery