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-13T00:30:00.126Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-bxb8v with PID 14 (/app/app.jar started by so in /app)
2021-05-13T00:30:00.133Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-13T00:30:00.134Z||main|||||INFO|500||The following profiles are active: basic
2021-05-13T00:30:07.977Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-13T00:30:07.978Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-13T00:30:08.049Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-13T00:30:09.670Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-13T00:30:09.832Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-13T00:30:10.214Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-13T00:30:10.223Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-13T00:30:10.330Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-13T00:30:10.460Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-13T00:30:10.812Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-13T00:30:11.651Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-13T00:30:13.795Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-13T00:30:13.838Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-13T00:30:14.248Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-13T00:30:14.420Z||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-13T00:30:15.641Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-13T00:30:16.581Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-13T00:30:16.623Z||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$$f0e1b4c.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-13T00:30:16.624Z||main|||||WARN|500||The sdc end point is not alive
2021-05-13T00:30:18.875Z||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-13T00:30:21.171Z||main|||||WARN|500||---
2021-05-13T00:30:21.171Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-13T00:30:21.172Z||main|||||WARN|500||---
2021-05-13T00:30:21.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-13T00:30:24.531Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:30:24.532Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:30:24.532Z||main|||||INFO|500||Started Application in 26.581 seconds (JVM running for 27.915)
2021-05-13T00:30:24.545Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:30:24.609Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:30:24.659Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad083bbf-d925-4e59-85fe-1be8eaff0e0e url= /sdc/v1/artifactTypes
2021-05-13T00:30:24.660Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:30:25.760Z||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.8.205] 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-13T00:30:25.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b4a289b
2021-05-13T00:30:25.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:30:25.776Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:30:25.778Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:30:25.779Z||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-13T00:31:14.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:31:14.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:31:14.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:31:14.533Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:31:14.539Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e257e1ba-daf1-4db0-966d-e6f212e1575b url= /sdc/v1/artifactTypes
2021-05-13T00:31:14.540Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:31:15.584Z||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.8.205] 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-13T00:31:15.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f872df2
2021-05-13T00:31:15.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:31:15.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:31:15.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:31:15.587Z||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-13T00:32:04.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:32:04.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:32:04.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:32:04.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:32:04.532Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cfbb214-4d91-41b4-a451-66d14197e5db url= /sdc/v1/artifactTypes
2021-05-13T00:32:04.533Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:32:05.567Z||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.8.205] 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-13T00:32:05.568Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4eb6e86a
2021-05-13T00:32:05.568Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:32:05.569Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:32:05.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:32:05.569Z||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-13T00:32:54.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:32:54.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:32:54.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:32:54.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:32:54.538Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 415fa382-07e8-47d6-b582-9d2daab85f0a url= /sdc/v1/artifactTypes
2021-05-13T00:32:54.538Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:32:55.583Z||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.8.205] 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-13T00:32:55.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18ba1f85
2021-05-13T00:32:55.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:32:55.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:32:55.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:32:55.587Z||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-13T00:33:44.527Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:33:44.528Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:33:44.528Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:33:44.531Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:33:44.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9200e417-61be-4529-8282-8d8d084f9ca2 url= /sdc/v1/artifactTypes
2021-05-13T00:33:44.537Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:33:45.565Z||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.8.205] 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-13T00:33:45.566Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56d4603
2021-05-13T00:33:45.566Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:33:45.566Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:33:45.567Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:33:45.567Z||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-13T00:34:34.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:34:34.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:34:34.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:34:34.535Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:34:34.542Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0970558f-9424-49a5-9686-f20f4382f0c8 url= /sdc/v1/artifactTypes
2021-05-13T00:34:34.542Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:34:35.583Z||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.8.205] 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-13T00:34:35.584Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3866881f
2021-05-13T00:34:35.584Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:34:35.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:34:35.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:34:35.585Z||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-13T00:35:24.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:35:24.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:35:24.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:35:24.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:35:24.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5ea29d2-579f-40d2-9ff1-a9dcee4ab992 url= /sdc/v1/artifactTypes
2021-05-13T00:35:24.537Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:35:25.565Z||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.8.205] 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-13T00:35:25.566Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e508908
2021-05-13T00:35:25.566Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:35:25.567Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:35:25.567Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:35:25.567Z||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-13T00:36:14.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:36:14.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:36:14.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:36:14.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:36:14.535Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 732e987f-38c9-47ea-842f-fbd1cf287190 url= /sdc/v1/artifactTypes
2021-05-13T00:36:14.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:36:15.583Z||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.8.205] 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-13T00:36:15.584Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72d07480
2021-05-13T00:36:15.584Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:36:15.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:36:15.585Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:36:15.585Z||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-13T00:37:04.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:37:04.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:37:04.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:37:04.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:37:04.533Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73fea1ea-1a31-4ef2-8616-03d705f8ecfd url= /sdc/v1/artifactTypes
2021-05-13T00:37:04.533Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:37:05.566Z||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.8.205] 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-13T00:37:05.567Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40e219b0
2021-05-13T00:37:05.568Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:37:05.568Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:37:05.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:37:05.569Z||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-13T00:37:54.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:37:54.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:37:54.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:37:54.531Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:37:54.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b94d84e-db38-479c-b053-ba2c5f3f9a70 url= /sdc/v1/artifactTypes
2021-05-13T00:37:54.538Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:37:55.584Z||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.8.205] 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-13T00:37:55.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5720c425
2021-05-13T00:37:55.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:37:55.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:37:55.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:37:55.586Z||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-13T00:38:44.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:38:44.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:38:44.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:38:44.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:38:44.541Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d260ca0d-a89b-4574-9325-da470d7193df url= /sdc/v1/artifactTypes
2021-05-13T00:38:44.541Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:38:45.568Z||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.8.205] 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-13T00:38:45.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d8f3ce9
2021-05-13T00:38:45.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:38:45.569Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:38:45.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:38:45.570Z||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-13T00:39:34.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:39:34.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:39:34.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:39:34.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:39:34.536Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b54fd47-1c02-4306-810f-c149a627236e url= /sdc/v1/artifactTypes
2021-05-13T00:39:34.536Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:39:35.582Z||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.8.205] 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-13T00:39:35.583Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1537b266
2021-05-13T00:39:35.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:39:35.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:39:35.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:39:35.584Z||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-13T00:40:24.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:40:24.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:40:24.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:40:24.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:40:24.536Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c34d0d9d-5951-4078-b020-ba6b39396b80 url= /sdc/v1/artifactTypes
2021-05-13T00:40:24.536Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:40:25.568Z||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.8.205] 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-13T00:40:25.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d8fd8e0
2021-05-13T00:40:25.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-13T00:40:25.570Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-13T00:40:25.570Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-13T00:40:25.570Z||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-13T00:40:31.070Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-13T00:41:14.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T00:41:14.528Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T00:41:14.528Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T00:41:14.532Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T00:41:14.540Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33248f17-f28a-41b6-83ac-f264bf786d90 url= /sdc/v1/artifactTypes
2021-05-13T00:41:14.541Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T00:41:14.994Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-13T00:41:15.002Z||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-13T00:41:15.022Z||scheduling-1|||||DEBUG|500||create keys
2021-05-13T00:41:15.028Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-13T00:41:15.069Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:41:15.088Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 08176b32-f7e8-42a5-86ff-ae0195083439 url= /sdc/v1/registerForDistribution
2021-05-13T00:41:15.196Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 08176b32-f7e8-42a5-86ff-ae0195083439 url= /sdc/v1/registerForDistribution
2021-05-13T00:41:15.196Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-13T00:41:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:41:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:41:15.211Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-13T00:41:15.214Z||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-13T00:41:15.214Z||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-13T00:41:15.214Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:41:15.214Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:41:25.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:41:25.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:42:15.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:42:15.206Z||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-13T00:42:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:42:15.206Z||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-13T00:42:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:42:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:42:24.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:42:24.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:43:15.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:43:15.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:43:15.210Z||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-13T00:43:15.210Z||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-13T00:43:15.210Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:43:15.210Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:43:24.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:43:24.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:44:15.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:44:15.205Z||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-13T00:44:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:44:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:44:15.208Z||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-13T00:44:15.208Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:44:24.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:44:24.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:45:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:45:15.205Z||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-13T00:45:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:45:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:45:15.206Z||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-13T00:45:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:45:24.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:45:24.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:46:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:46:15.205Z||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-13T00:46:15.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:46:15.206Z||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-13T00:46:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:46:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:46:24.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:46:24.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:47:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:47:15.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:47:15.206Z||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-13T00:47:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:47:15.205Z||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-13T00:47:15.208Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:47:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:47:24.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:48:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:48:15.205Z||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-13T00:48:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:48:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:48:15.206Z||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-13T00:48:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:48:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:48:24.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:49:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:49:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:49:15.207Z||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-13T00:49:15.207Z||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-13T00:49:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:49:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:49:24.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:49:24.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:50:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:50:15.205Z||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-13T00:50:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:50:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:50:15.206Z||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-13T00:50:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:50:24.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:50:24.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:51:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:51:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:51:15.205Z||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-13T00:51:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:51:15.206Z||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-13T00:51:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:51:24.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:51:24.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:52:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:52:15.205Z||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-13T00:52:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:52:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:52:15.207Z||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-13T00:52:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:52:24.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:52:24.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:53:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:53:15.205Z||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-13T00:53:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:53:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:53:15.206Z||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-13T00:53:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:53:24.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:53:24.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:54:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:54:15.205Z||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-13T00:54:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:54:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:54:15.206Z||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-13T00:54:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:54:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:54:24.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:55:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:55:15.204Z||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-13T00:55:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:55:15.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:55:15.206Z||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-13T00:55:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:55:24.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:55:24.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:56:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:56:15.205Z||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-13T00:56:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:56:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:56:15.206Z||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-13T00:56:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:56:24.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:56:24.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:57:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:57:15.205Z||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-13T00:57:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:57:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:57:15.206Z||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-13T00:57:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:57:24.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:57:24.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:58:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:58:15.205Z||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-13T00:58:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:58:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:58:15.206Z||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-13T00:58:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:58:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:58:24.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:59:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:59:15.205Z||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-13T00:59:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:59:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T00:59:15.207Z||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-13T00:59:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T00:59:24.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T00:59:24.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:00:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:00:15.205Z||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-13T01:00:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:00:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:00:15.207Z||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-13T01:00:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:00:24.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:00:24.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:01:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:01:15.205Z||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-13T01:01:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:01:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:01:15.206Z||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-13T01:01:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:01:24.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:01:24.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:02:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:02:15.205Z||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-13T01:02:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:02:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:02:15.206Z||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-13T01:02:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:02:24.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:02:24.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:03:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:03:15.205Z||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-13T01:03:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:03:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:03:15.208Z||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-13T01:03:15.208Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:03:24.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:03:24.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:04:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:04:15.205Z||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-13T01:04:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:04:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:04:15.206Z||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-13T01:04:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:04:24.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:04:24.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:05:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:05:15.205Z||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-13T01:05:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:05:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:05:15.207Z||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-13T01:05:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:05:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:05:24.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:06:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:06:15.205Z||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-13T01:06:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:06:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:06:15.207Z||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-13T01:06:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:06:24.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:06:24.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:07:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:07:15.205Z||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-13T01:07:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:07:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:07:15.206Z||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-13T01:07:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:07:24.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:07:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:08:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:08:15.205Z||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-13T01:08:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:08:15.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:08:15.206Z||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-13T01:08:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:08:24.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:08:24.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:09:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:09:15.205Z||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-13T01:09:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:09:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:09:15.206Z||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-13T01:09:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:09:24.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:09:24.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:10:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:10:15.205Z||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-13T01:10:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:10:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:10:15.206Z||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-13T01:10:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:10:24.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:10:24.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:11:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:11:15.205Z||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-13T01:11:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:11:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:11:15.206Z||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-13T01:11:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:11:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:11:24.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:12:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:12:15.205Z||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-13T01:12:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:12:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:12:15.207Z||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-13T01:12:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:12:24.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:12:24.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:13:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:13:15.205Z||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-13T01:13:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:13:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:13:15.206Z||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-13T01:13:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:13:24.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:13:24.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:14:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:14:15.205Z||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-13T01:14:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:14:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:14:15.206Z||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-13T01:14:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:14:24.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:14:24.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:15:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:15:15.205Z||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-13T01:15:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:15:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:15:15.206Z||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-13T01:15:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:15:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:15:24.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:16:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:16:15.205Z||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-13T01:16:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:16:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:16:15.206Z||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-13T01:16:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:16:24.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:16:24.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:17:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:17:15.205Z||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-13T01:17:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:17:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:17:15.206Z||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-13T01:17:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:17:24.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:17:24.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:18:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:18:15.205Z||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-13T01:18:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:18:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:18:15.206Z||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-13T01:18:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:18:24.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:18:24.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:19:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:19:15.205Z||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-13T01:19:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:19:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:19:15.206Z||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-13T01:19:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:19:24.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:19:24.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:20:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:20:15.205Z||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-13T01:20:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:20:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:20:15.207Z||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-13T01:20:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:20:24.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:20:24.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:21:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:21:15.205Z||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-13T01:21:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:21:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:21:15.206Z||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-13T01:21:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:21:24.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:21:24.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:22:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:22:15.205Z||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-13T01:22:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:22:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:22:15.206Z||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-13T01:22:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:22:24.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:22:24.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:23:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:23:15.205Z||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-13T01:23:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:23:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:23:15.206Z||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-13T01:23:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:23:24.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:23:24.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:24:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:24:15.205Z||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-13T01:24:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:24:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:24:15.207Z||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-13T01:24:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:24:24.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:24:24.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:25:15.209Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:25:15.209Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:25:15.219Z||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-13T01:25:15.219Z||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-13T01:25:15.219Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:25:15.219Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:25:24.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:25:24.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:26:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:26:15.205Z||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-13T01:26:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:26:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:26:15.206Z||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-13T01:26:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:26:24.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:26:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:27:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:27:15.205Z||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-13T01:27:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:27:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:27:15.206Z||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-13T01:27:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:27:24.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:27:24.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:28:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:28:15.205Z||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-13T01:28:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:28:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:28:15.206Z||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-13T01:28:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:28:24.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:28:24.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:29:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:29:15.205Z||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-13T01:29:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:29:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:29:15.206Z||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-13T01:29:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:29:24.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:29:24.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:30:15.205Z||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-13T01:30:15.205Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:30:15.206Z||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-13T01:30:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:15.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:15.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "dcae-sch",
"timestamp": 1620869396492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869398086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869400223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "dcae-sch",
"timestamp": 1620869396492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869398086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869400223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "dcae-sch",
"timestamp": 1620869396492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869398086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869400223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869406477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "dcae-sch",
"timestamp": 1620869396492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869398086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869400223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869407290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869406477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "dcae-sch",
"timestamp": 1620869396492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869398086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869400223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869407290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869408177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869406477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "dcae-sch",
"timestamp": 1620869396492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869398086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869400223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869408177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869407290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869406477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "dcae-sch",
"timestamp": 1620869396492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869398086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869400223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869407290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869408177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869406477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869410715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869407290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869408177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869406477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869412221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:30:15.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869412305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869410715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869411719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869407290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869408177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869406477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869413230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869411719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869410715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869407290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869408177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869414008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869413417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "policy-id",
"timestamp": 1620869414234,
"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-13T01:30:15.729Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:30:15.747Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:30:15.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869411719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869410715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869408177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869413417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:30:15.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:30:15.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-13T01:30:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bed9d284-0a2e-4ddc-b2a2-c3eb88a69160","serviceName":"vFW 2021-05-13 01-26-35","serviceVersion":"1.0","serviceUUID":"fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37","serviceDescription":"catalog service description","serviceInvariantUUID":"83e1e7c3-172a-4a70-93e9-ed4972e0cb1e","resources":[{"resourceInstanceName":"vFW a5021bc4-9681 0","resourceName":"vFW a5021bc4-9681","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44","resourceInvariantUUID":"2910bb8c-95ce-4886-94f5-5cf0b0207f24","resourceCustomizationUUID":"01b3378d-97ee-4038-868d-685af639d753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml","artifactChecksum":"MzRhNDUzYWEzZWUzZDkzNDZkODVhMDc3YmI5Y2U2NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13f71f07-d6a0-4df9-96b3-ac3a67cb9992","artifactVersion":"1"},{"artifactName":"vfwa5021bc496810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json","artifactChecksum":"MWMzNDFjYzEzNTcxZGZlOWZlNDUxODkwN2NhNjY2MDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c991efad-f862-435e-8152-d8622871914d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ff7fbb8-ac11-4bf8-9186-96b5bd08019b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml","artifactChecksum":"OTU3Yzc0NzkwY2JiMDkyMTBkZDg2YmI2MjE0ZmZhZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb393d57-5b13-403c-a022-96f2e6abdd12","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e54c14ce-a9c4-496a-b90c-c413a86a0e54","artifactVersion":"2","generatedFromUUID":"6ff7fbb8-ac11-4bf8-9186-96b5bd08019b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210513012635-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml","artifactChecksum":"ZTdlZjQ4ZGNmYzE5M2YyMGJkZjgwYzVhMzc5NGIwZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1de3456e-8003-4ac8-b9de-23f373d5758f","artifactVersion":"1"},{"artifactName":"service-Vfw20210513012635-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar","artifactChecksum":"MTIxN2VkN2U2YzNlY2UzMTc0N2EzZWY4ZWU5YWI2ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61160aa7-689c-4d42-8b5c-eb6530da8b63","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-13T01:30:15.832Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:30:15.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:15.844Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:15.844Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:15.945Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-13T01:30:15.950Z||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-13T01:30:15.950Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:15.961Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:15.961Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:16.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:30:16.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:16.852Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:16.852Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:30:16.952Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:16.953Z||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-13T01:30:16.954Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:16.963Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:16.964Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:17.853Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:30:17.854Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:17.856Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:17.856Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:30:17.957Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:17.958Z||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-13T01:30:17.958Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:17.967Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:17.968Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:18.857Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:30:18.859Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:18.862Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:18.862Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:18.962Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-13T01:30:18.964Z||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-13T01:30:18.964Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:18.972Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:18.973Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:19.863Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:30:19.864Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:19.867Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:19.867Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-13T01:30:19.967Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:19.968Z||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-13T01:30:19.968Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:19.985Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:19.986Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:20.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:30:20.869Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:20.870Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:20.870Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:30:20.971Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:20.972Z||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-13T01:30:20.972Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:20.981Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:20.981Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:21.871Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:30:21.872Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:21.874Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:21.874Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:30:21.974Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:21.975Z||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-13T01:30:21.975Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:21.983Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:21.984Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:22.876Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"serviceName": "vFW 2021-05-13 01-26-35",
"serviceVersion": "1.0",
"serviceUUID": "fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "83e1e7c3-172a-4a70-93e9-ed4972e0cb1e",
"resources": [
{
"resourceInstanceName": "vFW a5021bc4-9681 0",
"resourceCustomizationUUID": "01b3378d-97ee-4038-868d-685af639d753",
"resourceName": "vFW a5021bc4-9681",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44",
"resourceInvariantUUID": "2910bb8c-95ce-4886-94f5-5cf0b0207f24",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa5021bc496810_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"artifactChecksum": "MWMzNDFjYzEzNTcxZGZlOWZlNDUxODkwN2NhNjY2MDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c991efad-f862-435e-8152-d8622871914d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6ff7fbb8-ac11-4bf8-9186-96b5bd08019b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e54c14ce-a9c4-496a-b90c-c413a86a0e54",
"generatedFromUUID": "6ff7fbb8-ac11-4bf8-9186-96b5bd08019b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e54c14ce-a9c4-496a-b90c-c413a86a0e54",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210513012635-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"artifactChecksum": "MTIxN2VkN2U2YzNlY2UzMTc0N2EzZWY4ZWU5YWI2ZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "61160aa7-689c-4d42-8b5c-eb6530da8b63"
}
],
"workloadContext": "Production"
}
2021-05-13T01:30:22.878Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-13T01:30:22.878Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 ASDC
2021-05-13T01:30:23.038Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
ServiceName:vFW 2021-05-13 01-26-35
ServiceVersion:1.0
ServiceUUID:fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37
ServiceInvariantUUID:83e1e7c3-172a-4a70-93e9-ed4972e0cb1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210513012635-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar
ArtifactUUID:61160aa7-689c-4d42-8b5c-eb6530da8b63
ArtifactChecksum:MTIxN2VkN2U2YzNlY2UzMTc0N2EzZWY4ZWU5YWI2ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a5021bc4-9681 0
ResourceCustomizationUUID:01b3378d-97ee-4038-868d-685af639d753
ResourceInvariantUUID:2910bb8c-95ce-4886-94f5-5cf0b0207f24
ResourceName:vFW a5021bc4-9681
ResourceType:VF
ResourceUUID:5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa5021bc496810_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json
ArtifactUUID:c991efad-f862-435e-8152-d8622871914d
ArtifactChecksum:MWMzNDFjYzEzNTcxZGZlOWZlNDUxODkwN2NhNjY2MDU=
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/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml
ArtifactUUID:6ff7fbb8-ac11-4bf8-9186-96b5bd08019b
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/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env
ArtifactUUID:e54c14ce-a9c4-496a-b90c-c413a86a0e54
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/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env
ArtifactUUID:e54c14ce-a9c4-496a-b90c-c413a86a0e54
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-13T01:30:23.038Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 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-13T01:30:23.113Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:30:23.114Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:30:23.115Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:30:23.115Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 61160aa7-689c-4d42-8b5c-eb6530da8b63 from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:23.115Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:30:23.116Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:25.800Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:30:25.816Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar 61160aa7-689c-4d42-8b5c-eb6530da8b63 110170
2021-05-13T01:30:25.817Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar ASDC sendASDCNotification
2021-05-13T01:30:25.817Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:25.818Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:30:25.818Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:25.820Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:25.820Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869425817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:30:25.920Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:25.921Z||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-13T01:30:25.921Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:25.929Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:25.929Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:26.820Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:30:26.822Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:30:26.822Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 61160aa7-689c-4d42-8b5c-eb6530da8b63, URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar to file: /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:26.823Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210513012635-csar.csar
2021-05-13T01:30:26.956Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:26.956Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:27.467Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1795687191805530255/Definitions/service-Vfw20210513012635-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-13T01:30:30.179Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a5021bc4-9681 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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a5021bc4-9681 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-Vfw20210513012635-csar.csar
2021-05-13T01:30:30.185Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:30:30.190Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.204Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:30.208Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:30.208Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:30:30.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:30:30.212Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.212Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria
2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-13T01:30:30.218Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.218Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-13T01:30:30.218Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria
2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b87bdbf-fde1-49fc-8909-f46815702b8e
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95f9b99f-8287-45d6-bfa2-e4cd5775003f
2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria
2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dfe0e45-952c-4a51-a809-4ac0d7a7d425
2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-13 01-26-35
Description:catalog service description
Model UUID:fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37
Model Version:NULL
Model InvariantUuid:83e1e7c3-172a-4a70-93e9-ed4972e0cb1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a5021bc4-9681
Model UUID:084a9fe7-caaa-4bb2-975e-beb132795f32
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2910bb8c-95ce-4886-94f5-5cf0b0207f24
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:01b3378d-97ee-4038-868d-685af639d753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f2713182-ff3a-4569-a117-df2a39147272
ModelName:VfwA5021bc49681..base_vfw..module-0
ModelUuid:c30564c9-4c43-4883-835b-05c82f885b91
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8b87bdbf-fde1-49fc-8909-f46815702b8e
ModelInvariantUuid:975c0af9-f989-45c3-bc0f-0854d4073c22
ModelName:vFW a5021bc4-9681-nodes.vfwCvfc
ModelUuid:f0138095-125d-44b0-a0e7-ba47e103ba24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f8af345f-e32c-44d9-8c8e-1408ff01d3ce
ModelInvariantUuid:a012e244-d1e4-467e-9d70-8e1246c6ff8b
ModelName:VfwA5021bc49681.compute.nodes.heat.vfw
ModelUuid:3a2698fb-fd8e-4f12-a59c-954caee3dcb6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:95f9b99f-8287-45d6-bfa2-e4cd5775003f
ModelInvariantUuid:a9b1aa4f-c901-4378-b1fe-5503994bed96
ModelName:vFW a5021bc4-9681-nodes.vsnCvfc
ModelUuid:850f3e1c-2b5d-4158-8bcd-35496a0e7f71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a8646d0f-de19-4a32-b4a1-b708dada3c75
ModelInvariantUuid:ffaed27c-3546-4c5b-bedd-5f99321be3a9
ModelName:VfwA5021bc49681.compute.nodes.heat.vsn
ModelUuid:7a1b2716-bdd3-426a-8336-35eb97156696
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4dfe0e45-952c-4a51-a809-4ac0d7a7d425
ModelInvariantUuid:143b0359-b2d6-41c4-802d-31d7e590a8a4
ModelName:vFW a5021bc4-9681-nodes.vpgCvfc
ModelUuid:e2024949-e1dc-424f-a626-97e82ff0a333
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:728a728b-f5b9-494d-94dd-14fdb0e90996
ModelInvariantUuid:f3907ff8-8432-4ab2-a15e-dc4f6977187f
ModelName:VfwA5021bc49681.compute.nodes.heat.vpg
ModelUuid:d6a4efd0-107a-4888-b5cf-5af969b829e4
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-13T01:30:30.244Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44
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-13T01:30:30.335Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||vFW a5021bc4-9681 0
2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44
2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c991efad-f862-435e-8152-d8622871914d from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json
2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json
2021-05-13T01:30:32.052Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:30:32.053Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json c991efad-f862-435e-8152-d8622871914d 785
2021-05-13T01:30:32.053Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json ASDC sendASDCNotification
2021-05-13T01:30:32.053Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json
2021-05-13T01:30:32.054Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:30:32.054Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:32.056Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:32.057Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869432053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:30:32.157Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:32.158Z||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-13T01:30:32.158Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:32.167Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:32.168Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:30:33.058Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA5021bc49681..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f2713182-ff3a-4569-a117-df2a39147272",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c30564c9-4c43-4883-835b-05c82f885b91",
"vfModuleModelCustomizationUUID": "4ee4f070-58ef-4b63-9ef5-a3fc09b0d727",
"isBase": true,
"artifacts": [
"6ff7fbb8-ac11-4bf8-9186-96b5bd08019b",
"e54c14ce-a9c4-496a-b90c-c413a86a0e54"
],
"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-13T01:30:33.079Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5021bc49681..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c30564c9-4c43-4883-835b-05c82f885b91
VfModuleModelInvariantUUID:f2713182-ff3a-4569-a117-df2a39147272
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ff7fbb8-ac11-4bf8-9186-96b5bd08019b
,
e54c14ce-a9c4-496a-b90c-c413a86a0e54
}
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-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA5021bc49681..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f2713182-ff3a-4569-a117-df2a39147272",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c30564c9-4c43-4883-835b-05c82f885b91",
"vfModuleModelCustomizationUUID": "4ee4f070-58ef-4b63-9ef5-a3fc09b0d727",
"isBase": true,
"artifacts": [
"6ff7fbb8-ac11-4bf8-9186-96b5bd08019b",
"e54c14ce-a9c4-496a-b90c-c413a86a0e54"
],
"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-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5021bc49681..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c30564c9-4c43-4883-835b-05c82f885b91
VfModuleModelInvariantUUID:f2713182-ff3a-4569-a117-df2a39147272
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ff7fbb8-ac11-4bf8-9186-96b5bd08019b
,
e54c14ce-a9c4-496a-b90c-c413a86a0e54
}
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-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ff7fbb8-ac11-4bf8-9186-96b5bd08019b from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml
2021-05-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml
2021-05-13T01:30:33.470Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:30:33.471Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml 6ff7fbb8-ac11-4bf8-9186-96b5bd08019b 20368
2021-05-13T01:30:33.472Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-13T01:30:33.472Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml
2021-05-13T01:30:33.472Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:30:33.473Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:33.475Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:33.475Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869433472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:30:33.575Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:33.576Z||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-13T01:30:33.576Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:33.585Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:33.585Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:30:34.475Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e54c14ce-a9c4-496a-b90c-c413a86a0e54 from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env
2021-05-13T01:30:34.476Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:30:34.476Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env
2021-05-13T01:30:35.206Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env e54c14ce-a9c4-496a-b90c-c413a86a0e54 2098
2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env
2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:30:35.208Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:35.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:35.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869435207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:30:35.310Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:35.311Z||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-13T01:30:35.311Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:35.323Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:35.324Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:30:36.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37
2021-05-13T01:30:36.212Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a5021bc4-9681 0 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44 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-13T01:30:36.263Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.264Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.264Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-13T01:30:36.265Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 01b3378d-97ee-4038-868d-685af639d753
2021-05-13T01:30:36.265Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01b3378d-97ee-4038-868d-685af639d753 matches Tosca VF Customization UUID: 01b3378d-97ee-4038-868d-685af639d753
2021-05-13T01:30:36.265Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 01b3378d-97ee-4038-868d-685af639d753 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-13T01:30:36.271Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.272Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 01b3378d-97ee-4038-868d-685af639d753: {\"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-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c83d52a
2021-05-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-13T01:30:36.274Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ee4f070-58ef-4b63-9ef5-a3fc09b0d727
2021-05-13T01:30:36.275Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ee4f070-58ef-4b63-9ef5-a3fc09b0d727
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-13T01:30:36.281Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.282Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:36.282Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b87bdbf-fde1-49fc-8909-f46815702b8e
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-13T01:30:36.296Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.296Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria
2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-13T01:30:36.299Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-13T01:30:36.299Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-13T01:30:36.299Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-13T01:30:36.302Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:36.303Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-13T01:30:36.303Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.303Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95f9b99f-8287-45d6-bfa2-e4cd5775003f
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-13T01:30:36.306Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.307Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:36.307Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria
2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-13T01:30:36.312Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-13T01:30:36.312Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-13T01:30:36.312Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dfe0e45-952c-4a51-a809-4ac0d7a7d425
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-13T01:30:36.314Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria
2021-05-13T01:30:36.316Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=01b3378d-97ee-4038-868d-685af639d753
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-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37: vFW a5021bc4-9681
2021-05-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-13 01-26-35
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-13T01:30:36.631Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a5021bc4-9681 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44 1 ASDC deployResourceStructure
2021-05-13T01:30:36.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json ASDC sendASDCNotification
2021-05-13T01:30:36.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json
2021-05-13T01:30:36.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:30:36.633Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:36.635Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:36.635Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869436632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:30:36.735Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:36.736Z||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-13T01:30:36.736Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:36.745Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:36.745Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:37.636Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-13T01:30:37.637Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml
2021-05-13T01:30:37.637Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:30:37.637Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:37.639Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:37.639Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869437636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-13T01:30:37.739Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:37.740Z||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-13T01:30:37.740Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:37.749Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:37.750Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:38.640Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-13T01:30:38.640Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env
2021-05-13T01:30:38.640Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:30:38.641Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:38.642Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:38.643Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869438640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-13T01:30:38.743Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:38.744Z||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-13T01:30:38.744Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:38.754Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:38.754Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:39.643Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar ASDC sendASDCNotification
2021-05-13T01:30:39.644Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar
2021-05-13T01:30:39.644Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:30:39.645Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:30:39.647Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:30:39.648Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869439643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:30:39.748Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:30:39.749Z||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-13T01:30:39.749Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:30:39.759Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:30:39.759Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:30:40.649Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:30:40.673Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:30:40.676Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:30:40.676Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:30:40.676Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:31:10.677Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:31:10.689Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:31:10.692Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:31:10.692Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:31:10.692Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:31:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:31:15.207Z||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-13T01:31:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:31:15.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:31:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:31:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869411719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:31:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:31:40.693Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:31:40.707Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:31:40.710Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:31:40.711Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:31:40.711Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:32:10.711Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:32:10.724Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:32:10.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:32:10.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:32:10.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:32:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:32:15.208Z||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-13T01:32:15.208Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:32:15.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:32:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:32:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869410715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-13T01:32:15.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:32:40.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:32:40.740Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:32:40.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:32:40.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:32:40.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:33:10.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:33:10.754Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:33:10.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:33:10.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:33:10.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:33:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:33:15.206Z||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-13T01:33:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:33:15.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:33:15.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869415502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869415533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869413417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869416273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869411719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869410715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869416507,
"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-13T01:33:15.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:33:15.758Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:33:15.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "cds",
"timestamp": 1620869416548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-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-13T01:33:15.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:33:15.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869413417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869411719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869410715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869417510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869413417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869411719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869413417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869419080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869413417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869415204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869423913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869423730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869425356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869423730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869425817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869425997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869423730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869427331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869423730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869427591,
"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-13T01:33:15.795Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:33:15.795Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869423730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869428596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869429051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869423730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869430059,
"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-13T01:33:15.808Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:33:15.809Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:33:15.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869423730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869430740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869431063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869432053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869432672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869432717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869432727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869433472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "clamp",
"timestamp": 1620869433676,
"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-13T01:33:15.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:33:15.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:33:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "aai-ml",
"timestamp": 1620869433722,
"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-13T01:33:15.843Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:33:15.843Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:33:15.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869435207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869436632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869437307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869437636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869438313,
"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-13T01:33:15.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
2021-05-13T01:33:15.861Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869438640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869439643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869438086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869433417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869437290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "dcae-sch",
"timestamp": 1620869436491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869441719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869440223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869438176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869438086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869437290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "dcae-sch",
"timestamp": 1620869436491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869433417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869441719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869440223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869438176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869438086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869437290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "dcae-sch",
"timestamp": 1620869436491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869441719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869433417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869440223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869438176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869438086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869437290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869433417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869441719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "dcae-sch",
"timestamp": 1620869436491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869440223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869438176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869438086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869433417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869437290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "dcae-sch",
"timestamp": 1620869436491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869441719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869440223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869438176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869438086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869433417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869441719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869437290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "dcae-sch",
"timestamp": 1620869436491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869440223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869438176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869438086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869433417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "dcae-sch",
"timestamp": 1620869436491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869437290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869441719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869440223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869438176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869450183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869450211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869450219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869450321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869450433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869451223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "cds",
"timestamp": 1620869451327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-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-13T01:33:15.893Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:15.894Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:15.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869450715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869451707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869451725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "policy-id",
"timestamp": 1620869452226,
"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-13T01:33:15.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:15.908Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869450715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869453228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869453229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869450715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869454232,
"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-13T01:33:15.924Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:15.925Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:15.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869454235,
"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-13T01:33:15.937Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:15.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:15.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869450715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869453731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869455234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869455239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869450715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869453731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869455903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869450715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869453731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "aai-ml",
"timestamp": 1620869456907,
"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-13T01:33:15.955Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:15.955Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:15.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869450715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869453731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869457665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869453731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869459010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869453731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869459671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869453731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "clamp",
"timestamp": 1620869460673,
"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-13T01:33:15.970Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:15.970Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:15.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869461851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869463684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869464371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869465400,
"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-13T01:33:16.004Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:16.004Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:16.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:16.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869465769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:16.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869466403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:33:16.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869466772,
"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-13T01:33:16.024Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
2021-05-13T01:33:16.024Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:33:40.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:33:40.771Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160
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-13T01:33:40.774Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:33:40.774Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-13T01:33:40.781Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-13T01:34:10.781Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 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-13T01:34:10.792Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and serviceModelVersionId: fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37
2021-05-13T01:34:10.792Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83e1e7c3-172a-4a70-93e9-ed4972e0cb1e
2021-05-13T01:34:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:34:15.206Z||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-13T01:34:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:22.105Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0
2021-05-13T01:34:22.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-13T01:34:22.625Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|INFO|500||Invoke
2021-05-13T01:34:22.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bed9d284-0a2e-4ddc-b2a2-c3eb88a69160], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83cc3ba5-0afe-4c2f-b163-1a560d1f664a], X-ECOMP-RequestID=[bed9d284-0a2e-4ddc-b2a2-c3eb88a69160], X-TransactionId=[], X-ONAP-RequestID=[bed9d284-0a2e-4ddc-b2a2-c3eb88a69160], Content-Type=[application/merge-patch+json]}
2021-05-13T01:34:22.749Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-13T01:34:23.586Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?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/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210513-01:34:22:748-2983], vertex-id=[127048], Content-Length=[0], Date=[Thu, 13 May 2021 01:34:22 GMT], Content-Type=[application/json]}
2021-05-13T01:34:23.588Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-13T01:34:23.590Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|INFO|500||InvokeReturn
2021-05-13T01:34:23.592Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-13T01:34:23.593Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-13T01:34:23.597Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||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-13T01:34:23.598Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-13T01:34:23.599Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-13T01:34:23.599Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:23.601Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:23.601Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869663598,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-13T01:34:23.702Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:23.703Z||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-13T01:34:23.703Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:23.713Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:23.714Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:24.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:24.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:34:24.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869663598,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-13T01:34:24.327Z||pool-2-thread-7|||||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-13T01:34:24.613Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:34:24.613Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|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-13T01:34:24.614Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:28.931Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:28.932Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-13T01:34:28.932Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4","serviceName":"basic_onboard_lIiTym","serviceVersion":"1.0","serviceUUID":"9818c502-ff2d-4abe-8ff0-17da903e790c","serviceDescription":"service","serviceInvariantUUID":"9a5230ce-57d8-4eb3-a679-e41cf5b30571","resources":[{"resourceInstanceName":"basic_onboard_lIiTym 0","resourceName":"basic_onboard_lIiTym","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92478f3d-a9cf-4bb6-b48c-0e43cc4627aa","resourceInvariantUUID":"44d44353-84b6-4e39-bcd0-cc15de6df0b0","resourceCustomizationUUID":"479d4113-aff6-44eb-bd59-427060cbdd8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml","artifactChecksum":"OWFkYmFhNzIyYWFjZDg4ZDRkMjhjZmYzOTYwZDY4ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c47162a-1e42-41cf-b390-5d4bf3396be4","artifactVersion":"1"},{"artifactName":"basic_onboard_liitym0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json","artifactChecksum":"YjQ2NThhZTg2YmY2MzY1MTI5M2Q4YzA1ZTQxZjQzN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91adc82c-776f-4b75-9377-9dbe6d27a5cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fd18aab-bcd4-41f7-af91-0bce5ac6eff6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82a23807-fb57-4561-b8fe-0688852174de","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1341ca14-c87d-4a1e-9c48-36341747c6a2","artifactVersion":"2","generatedFromUUID":"4fd18aab-bcd4-41f7-af91-0bce5ac6eff6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLiitym-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml","artifactChecksum":"MmFhZjU4OTc0ZTJmYTAxYjMwNjE4MmIwYjFkNjNhMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50693dd3-e672-4a0f-99f4-b84f5d1a8f2c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLiitym-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar","artifactChecksum":"ZTYyN2VmMzZkMTVmYzFlNzNjYjlkMjFmNzBjNzI1ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fe051fa-fd98-4655-8713-77b54173d92b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-13T01:34:28.934Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:34:28.934Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:28.936Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:28.936Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:34:29.036Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:29.037Z||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-13T01:34:29.037Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:29.047Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:29.047Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:29.936Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:34:29.938Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:29.940Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:29.940Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:34:30.040Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:30.041Z||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-13T01:34:30.042Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:30.051Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:30.051Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:30.941Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:34:30.942Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:30.944Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:30.945Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:34:31.045Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:31.046Z||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-13T01:34:31.046Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:31.053Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:31.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:31.945Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:34:31.947Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:31.949Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:31.949Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:34:32.050Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-13T01:34:32.051Z||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-13T01:34:32.051Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:32.060Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:32.060Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:32.951Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:34:32.952Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:32.954Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:32.954Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-13T01:34:33.055Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:33.056Z||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-13T01:34:33.056Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:33.063Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:33.064Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:33.955Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:34:33.956Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:33.957Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:33.957Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:34:34.058Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-13T01:34:34.058Z||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-13T01:34:34.058Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:34.067Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:34.067Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:34.958Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:34:34.959Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:34.961Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:34.962Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:34:35.062Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:35.062Z||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-13T01:34:35.063Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:35.073Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:35.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:35.964Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"serviceName": "basic_onboard_lIiTym",
"serviceVersion": "1.0",
"serviceUUID": "9818c502-ff2d-4abe-8ff0-17da903e790c",
"serviceDescription": "service",
"serviceInvariantUUID": "9a5230ce-57d8-4eb3-a679-e41cf5b30571",
"resources": [
{
"resourceInstanceName": "basic_onboard_lIiTym 0",
"resourceCustomizationUUID": "479d4113-aff6-44eb-bd59-427060cbdd8a",
"resourceName": "basic_onboard_lIiTym",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "92478f3d-a9cf-4bb6-b48c-0e43cc4627aa",
"resourceInvariantUUID": "44d44353-84b6-4e39-bcd0-cc15de6df0b0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_liitym0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"artifactChecksum": "YjQ2NThhZTg2YmY2MzY1MTI5M2Q4YzA1ZTQxZjQzN2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91adc82c-776f-4b75-9377-9dbe6d27a5cf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4fd18aab-bcd4-41f7-af91-0bce5ac6eff6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1341ca14-c87d-4a1e-9c48-36341747c6a2",
"generatedFromUUID": "4fd18aab-bcd4-41f7-af91-0bce5ac6eff6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1341ca14-c87d-4a1e-9c48-36341747c6a2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLiitym-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"artifactChecksum": "ZTYyN2VmMzZkMTVmYzFlNzNjYjlkMjFmNzBjNzI1ODE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1fe051fa-fd98-4655-8713-77b54173d92b"
}
],
"workloadContext": "Production"
}
2021-05-13T01:34:35.965Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-13T01:34:35.965Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9818c502-ff2d-4abe-8ff0-17da903e790c ASDC
2021-05-13T01:34:35.966Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
ServiceName:basic_onboard_lIiTym
ServiceVersion:1.0
ServiceUUID:9818c502-ff2d-4abe-8ff0-17da903e790c
ServiceInvariantUUID:9a5230ce-57d8-4eb3-a679-e41cf5b30571
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLiitym-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar
ArtifactUUID:1fe051fa-fd98-4655-8713-77b54173d92b
ArtifactChecksum:ZTYyN2VmMzZkMTVmYzFlNzNjYjlkMjFmNzBjNzI1ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lIiTym 0
ResourceCustomizationUUID:479d4113-aff6-44eb-bd59-427060cbdd8a
ResourceInvariantUUID:44d44353-84b6-4e39-bcd0-cc15de6df0b0
ResourceName:basic_onboard_lIiTym
ResourceType:VF
ResourceUUID:92478f3d-a9cf-4bb6-b48c-0e43cc4627aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_liitym0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json
ArtifactUUID:91adc82c-776f-4b75-9377-9dbe6d27a5cf
ArtifactChecksum:YjQ2NThhZTg2YmY2MzY1MTI5M2Q4YzA1ZTQxZjQzN2U=
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/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4fd18aab-bcd4-41f7-af91-0bce5ac6eff6
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/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env
ArtifactUUID:1341ca14-c87d-4a1e-9c48-36341747c6a2
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/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env
ArtifactUUID:1341ca14-c87d-4a1e-9c48-36341747c6a2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-13T01:34:35.966Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9818c502-ff2d-4abe-8ff0-17da903e790c 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-13T01:34:36.004Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1fe051fa-fd98-4655-8713-77b54173d92b from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:36.168Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:34:36.175Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar 1fe051fa-fd98-4655-8713-77b54173d92b 74823
2021-05-13T01:34:36.175Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar ASDC sendASDCNotification
2021-05-13T01:34:36.175Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:36.176Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:34:36.176Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:36.178Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:36.178Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869676175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:34:36.278Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-13T01:34:36.279Z||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-13T01:34:36.279Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:36.289Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:36.289Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:37.179Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:34:37.181Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:34:37.181Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1fe051fa-fd98-4655-8713-77b54173d92b, URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar to file: /app/ASDC/1/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:37.182Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:37.182Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:37.182Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:37.309Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11592710846607374468/Definitions/service-BasicOnboardLiitym-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-13T01:34:38.401Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-13T01:34:38.401Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lIiTym 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lIiTym 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-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is not matching search criteria
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is not matching search criteria
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=985d0ea3-b4dc-461d-9646-9050c4441eb1
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lIiTym
Description:service
Model UUID:9818c502-ff2d-4abe-8ff0-17da903e790c
Model Version:NULL
Model InvariantUuid:9a5230ce-57d8-4eb3-a679-e41cf5b30571
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lIiTym
Model UUID:baa20da8-201c-4a9f-9d5d-eecd8e8c4738
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:44d44353-84b6-4e39-bcd0-cc15de6df0b0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:479d4113-aff6-44eb-bd59-427060cbdd8a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:77d5d7a0-5399-4175-8c3d-37cac031137f
ModelName:BasicOnboardLiitym..base_ubuntu18..module-0
ModelUuid:29ba6f73-ef29-4f80-9261-b9f78cb2c3a5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:985d0ea3-b4dc-461d-9646-9050c4441eb1
ModelInvariantUuid:c45cc627-f187-460b-8478-a57caba2820d
ModelName:basic_onboard_lIiTym-nodes.ubuntu18Cvfc
ModelUuid:a9c27af2-5292-4280-8c1a-651d255a6b1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7e2c7147-cd4e-4990-9efe-6a020d61b5dd
ModelInvariantUuid:1ac8036b-d377-498f-a703-6ec4439559bb
ModelName:BasicOnboardLiitym.compute.nodes.heat.ubuntu18
ModelUuid:22544fd8-0258-4934-af6e-61449caed165
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-13T01:34:38.414Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa
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-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||basic_onboard_lIiTym 0
2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa
2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91adc82c-776f-4b75-9377-9dbe6d27a5cf from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json
2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json
2021-05-13T01:34:38.817Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json 91adc82c-776f-4b75-9377-9dbe6d27a5cf 798
2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json ASDC sendASDCNotification
2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json
2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:38.821Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:38.821Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869678818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:34:38.921Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:38.922Z||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-13T01:34:38.922Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:38.932Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:38.932Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:39.822Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLiitym..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "77d5d7a0-5399-4175-8c3d-37cac031137f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "29ba6f73-ef29-4f80-9261-b9f78cb2c3a5",
"vfModuleModelCustomizationUUID": "3a291342-99e0-4052-8317-e089c3e2259b",
"isBase": true,
"artifacts": [
"4fd18aab-bcd4-41f7-af91-0bce5ac6eff6",
"1341ca14-c87d-4a1e-9c48-36341747c6a2"
],
"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-13T01:34:39.826Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLiitym..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29ba6f73-ef29-4f80-9261-b9f78cb2c3a5
VfModuleModelInvariantUUID:77d5d7a0-5399-4175-8c3d-37cac031137f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fd18aab-bcd4-41f7-af91-0bce5ac6eff6
,
1341ca14-c87d-4a1e-9c48-36341747c6a2
}
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-13T01:34:39.828Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLiitym..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "77d5d7a0-5399-4175-8c3d-37cac031137f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "29ba6f73-ef29-4f80-9261-b9f78cb2c3a5",
"vfModuleModelCustomizationUUID": "3a291342-99e0-4052-8317-e089c3e2259b",
"isBase": true,
"artifacts": [
"4fd18aab-bcd4-41f7-af91-0bce5ac6eff6",
"1341ca14-c87d-4a1e-9c48-36341747c6a2"
],
"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-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLiitym..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29ba6f73-ef29-4f80-9261-b9f78cb2c3a5
VfModuleModelInvariantUUID:77d5d7a0-5399-4175-8c3d-37cac031137f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fd18aab-bcd4-41f7-af91-0bce5ac6eff6
,
1341ca14-c87d-4a1e-9c48-36341747c6a2
}
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-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4fd18aab-bcd4-41f7-af91-0bce5ac6eff6 from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml
2021-05-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml
2021-05-13T01:34:41.650Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml 4fd18aab-bcd4-41f7-af91-0bce5ac6eff6 5033
2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml
2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:34:41.652Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:41.653Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:41.654Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869681651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:34:41.754Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:41.755Z||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-13T01:34:41.755Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:41.764Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:41.764Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:42.654Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1341ca14-c87d-4a1e-9c48-36341747c6a2 from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env
2021-05-13T01:34:42.656Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:34:42.656Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env
2021-05-13T01:34:44.470Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env 1341ca14-c87d-4a1e-9c48-36341747c6a2 909
2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env
2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:34:44.472Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:44.474Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:44.475Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869684471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:34:44.575Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:44.576Z||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-13T01:34:44.576Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:44.586Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:44.586Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:45.475Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9818c502-ff2d-4abe-8ff0-17da903e790c
2021-05-13T01:34:45.476Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lIiTym 0 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa 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-13T01:34:45.489Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.489Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.489Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-13T01:34:45.490Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 479d4113-aff6-44eb-bd59-427060cbdd8a
2021-05-13T01:34:45.490Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 479d4113-aff6-44eb-bd59-427060cbdd8a matches Tosca VF Customization UUID: 479d4113-aff6-44eb-bd59-427060cbdd8a
2021-05-13T01:34:45.490Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 479d4113-aff6-44eb-bd59-427060cbdd8a 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-13T01:34:45.491Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.492Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.492Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 479d4113-aff6-44eb-bd59-427060cbdd8a: {\"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-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3064fdb
2021-05-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3a291342-99e0-4052-8317-e089c3e2259b
2021-05-13T01:34:45.494Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3a291342-99e0-4052-8317-e089c3e2259b
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-13T01:34:45.495Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.495Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:45.495Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is not matching search criteria
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=985d0ea3-b4dc-461d-9646-9050c4441eb1
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-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.499Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria
2021-05-13T01:34:45.499Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=479d4113-aff6-44eb-bd59-427060cbdd8a
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-13T01:34:45.500Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9818c502-ff2d-4abe-8ff0-17da903e790c: basic_onboard_lIiTym
2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:34:45.503Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_lIiTym
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-13T01:34:45.588Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lIiTym 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa 1 ASDC deployResourceStructure
2021-05-13T01:34:45.589Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json ASDC sendASDCNotification
2021-05-13T01:34:45.589Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json
2021-05-13T01:34:45.589Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:34:45.590Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:45.592Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:45.592Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869685589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:34:45.692Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:45.693Z||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-13T01:34:45.693Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:45.705Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:45.705Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:46.592Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-13T01:34:46.593Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml
2021-05-13T01:34:46.593Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:34:46.594Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:46.596Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:46.596Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869686592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-13T01:34:46.697Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:46.698Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-13T01:34:46.698Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:46.708Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:46.709Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:47.597Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-13T01:34:47.598Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env
2021-05-13T01:34:47.598Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:34:47.598Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:47.600Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:47.601Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869687597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-13T01:34:47.701Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:47.702Z||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-13T01:34:47.702Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:47.712Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:47.712Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:34:48.601Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar ASDC sendASDCNotification
2021-05-13T01:34:48.602Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar
2021-05-13T01:34:48.602Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:34:48.603Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:34:48.605Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:34:48.605Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869688601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:34:48.705Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:34:48.706Z||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-13T01:34:48.706Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:34:48.717Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:34:48.717Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:34:49.606Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
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-13T01:34:49.620Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4
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-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-13T01:34:49.631Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-13T01:35:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:35:15.207Z||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-13T01:35:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:35:15.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:35:15.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "NOTIFIED"
}
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869664613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869676175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869678818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869681651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869684471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869685589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869686592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869687597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-13T01:35:15.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:15.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T01:35:15.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869688601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:35:15.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:35:19.631Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 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-13T01:35:19.638Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and serviceModelVersionId: 9818c502-ff2d-4abe-8ff0-17da903e790c
2021-05-13T01:35:19.638Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a5230ce-57d8-4eb3-a679-e41cf5b30571
2021-05-13T01:35:19.639Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0
2021-05-13T01:35:19.646Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-13T01:35:19.692Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?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-13T01:35:19.693Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0|INFO|500||Invoke
2021-05-13T01:35:19.718Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-13T01:35:20.307Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0|INFO|500||InvokeReturn
2021-05-13T01:35:20.308Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210513-01:35:19:715-177], vertex-id=[208912], Content-Length=[0], Date=[Thu, 13 May 2021 01:35:19 GMT], Content-Type=[application/json]}
2021-05-13T01:35:20.308Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-13T01:35:20.308Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-13T01:35:20.309Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||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-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:35:20.317Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:35:20.317Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869720314,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-13T01:35:20.417Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:35:20.418Z||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-13T01:35:20.418Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:35:20.429Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:35:20.429Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-13T01:35:21.330Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:35:21.331Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:35:21.331Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:35:30.866Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:35:30.867Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:35:30.868Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:35:30.868Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:35:40.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:35:40.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:35:40.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:35:40.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:35:49.947Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:35:49.948Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:35:49.948Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:35:49.948Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:35:59.486Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:36:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:36:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:36:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:36:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:36:15.206Z||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-13T01:36:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:36:15.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:36:15.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-13T01:36:15.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869720314,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-13T01:36:15.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:36:24.751Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:37:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:37:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:37:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:37:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:37:15.206Z||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-13T01:37:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:37:24.744Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:37:24.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:38:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:38:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:38:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:38:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:38:15.206Z||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-13T01:38:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:38:24.750Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:38:24.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:39:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:39:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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-13T01:39:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:39:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:39:15.206Z||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-13T01:39:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:39:15.826Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:39:15.827Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.827Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"be326d32-85a2-40e9-841d-b901d3e04e43","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"deb940f4-5976-45bd-b539-b6448409134c","serviceDescription":"service","serviceInvariantUUID":"d4debddf-938b-493a-890c-d687b21278a0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6692f0a7-1ddf-4c8d-9927-32ea004e9c0e","resourceInvariantUUID":"cba8952f-fdb0-4bff-965d-4f0885847571","resourceCustomizationUUID":"c7ff7dd9-0093-4912-80b4-2f925b401a6d","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":"NGJlMWE3MzI1ODQzMzcwYzhkNTA3ZDE1NmZjZjFiYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"317be6d3-7809-4917-a09f-325f9ae8279a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTQxMzFiOTRmNmMxOTMzZDZmZmU3OGRjMDk2OTc5MWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e52db721-cfe6-4446-8e6b-d739e3e44b9a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-13T01:39:15.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869938086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869946477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.830Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "policy-id",
"timestamp": 1620869940223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "cds",
"timestamp": 1620869947290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.831Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "ves-openapi-manager",
"timestamp": 1620869946477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620869938086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "policy-id",
"timestamp": 1620869940223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "aai-ml",
"timestamp": 1620869948176,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "cds",
"timestamp": 1620869947290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "aai-ml",
"timestamp": 1620869948176,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "policy-id",
"timestamp": 1620869949777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "cds",
"timestamp": 1620869950075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "policy-id",
"timestamp": 1620869950781,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "cds",
"timestamp": 1620869951082,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-05-13T01:39:15.833Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:39:15.833Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869955204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-13T01:39:15.852Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43
2021-05-13T01:39:15.853Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 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-13T01:39:15.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869950715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "aai-ml",
"timestamp": 1620869951426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:39:15.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "policy-id",
"timestamp": 1620869951784,
"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-13T01:39:15.869Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43
2021-05-13T01:39:15.869Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 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-13T01:39:15.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "clamp",
"timestamp": 1620869951719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620869950715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "clamp",
"timestamp": 1620869951719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869953417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "aai-ml",
"timestamp": 1620869954803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:39:15.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620869953417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:15.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:39:15.934Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-13T01:39:15.935Z||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-13T01:39:15.935Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:39:15.945Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:39:15.945Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:39:16.834Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:39:16.835Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:39:16.838Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:39:16.838Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869955204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:39:16.938Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:39:16.939Z||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-13T01:39:16.939Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:39:16.948Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:39:16.948Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:39:17.839Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "deb940f4-5976-45bd-b539-b6448409134c",
"serviceDescription": "service",
"serviceInvariantUUID": "d4debddf-938b-493a-890c-d687b21278a0",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c7ff7dd9-0093-4912-80b4-2f925b401a6d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6692f0a7-1ddf-4c8d-9927-32ea004e9c0e",
"resourceInvariantUUID": "cba8952f-fdb0-4bff-965d-4f0885847571",
"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": "OTQxMzFiOTRmNmMxOTMzZDZmZmU3OGRjMDk2OTc5MWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e52db721-cfe6-4446-8e6b-d739e3e44b9a"
}
],
"workloadContext": "Production"
}
2021-05-13T01:39:17.839Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-13T01:39:17.839Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 deb940f4-5976-45bd-b539-b6448409134c ASDC
2021-05-13T01:39:17.840Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:be326d32-85a2-40e9-841d-b901d3e04e43
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:deb940f4-5976-45bd-b539-b6448409134c
ServiceInvariantUUID:d4debddf-938b-493a-890c-d687b21278a0
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:e52db721-cfe6-4446-8e6b-d739e3e44b9a
ArtifactChecksum:OTQxMzFiOTRmNmMxOTMzZDZmZmU3OGRjMDk2OTc5MWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c7ff7dd9-0093-4912-80b4-2f925b401a6d
ResourceInvariantUUID:cba8952f-fdb0-4bff-965d-4f0885847571
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6692f0a7-1ddf-4c8d-9927-32ea004e9c0e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-13T01:39:17.840Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF deb940f4-5976-45bd-b539-b6448409134c 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-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e52db721-cfe6-4446-8e6b-d739e3e44b9a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-13T01:39:17.867Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:39:17.867Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-13T01:39:18.302Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e52db721-cfe6-4446-8e6b-d739e3e44b9a 52225
2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:39:18.307Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:39:18.307Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869958305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:39:18.407Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:39:18.408Z||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-13T01:39:18.409Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:39:18.419Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:39:18.419Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:39:19.307Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:39:19.308Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:39:19.308Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e52db721-cfe6-4446-8e6b-d739e3e44b9a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-13T01:39:19.309Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-13T01:39:19.309Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-13T01:39:19.309Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-13T01:39:19.389Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1931111518435118166/Definitions/service-BasicNetwork-template.yml
2021-05-13T01:39:19.681Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.698Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.700Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.700Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:39:19.701Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.701Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.703Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-13T01:39:19.703Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:39:19.703Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.706Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.706Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.706Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:deb940f4-5976-45bd-b539-b6448409134c
Model Version:NULL
Model InvariantUuid:d4debddf-938b-493a-890c-d687b21278a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cba8952f-fdb0-4bff-965d-4f0885847571
Model UUID:405e7b4a-cf4f-4ff6-a1be-322d1ea3793c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c7ff7dd9-0093-4912-80b4-2f925b401a6d
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-13T01:39:19.713Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 6692f0a7-1ddf-4c8d-9927-32ea004e9c0e
2021-05-13T01:39:19.713Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||No resources found for Service: deb940f4-5976-45bd-b539-b6448409134c
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-13T01:39:19.716Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||
2021-05-13T01:39:19.717Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-13T01:39:19.717Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||No resources found for Service: deb940f4-5976-45bd-b539-b6448409134c
2021-05-13T01:39:19.717Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: deb940f4-5976-45bd-b539-b6448409134c
2021-05-13T01:39:19.718Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-13T01:39:19.718Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid deb940f4-5976-45bd-b539-b6448409134c: Generic NeutronNet
2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.726Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.761Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.835Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:39:19.838Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:39:19.838Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869959836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:39:19.938Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:39:19.939Z||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-13T01:39:19.939Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:39:19.949Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:39:19.949Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:39:20.839Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:39:20.852Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:39:20.854Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:39:20.855Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:39:20.855Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:39:50.855Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:39:50.867Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:39:50.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:39:50.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:39:50.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:40:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:40:15.206Z||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-13T01:40:15.206Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:40:15.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:40:15.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:40:15.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "aai-ml",
"timestamp": 1620869955807,
"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-13T01:40:15.339Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43
2021-05-13T01:40:15.339Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 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-13T01:40:20.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:40:20.882Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:40:50.889Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:40:50.899Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:40:50.901Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:40:50.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-13T01:40:50.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-13T01:40:50.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-13T01:41:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:41:15.206Z||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-13T01:41:15.207Z||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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:41:15.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:41:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869955204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:41:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869955204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:41:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "dcae-sch",
"timestamp": 1620869956492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "dcae-sch",
"timestamp": 1620869956492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869958305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620869959836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869963731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869963731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "clamp",
"timestamp": 1620869965721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869966868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "clamp",
"timestamp": 1620869967727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869968291,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-13T01:41:15.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T01:41:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "clamp",
"timestamp": 1620869968731,
"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-13T01:41:15.241Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43
2021-05-13T01:41:15.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 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-13T01:41:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-13T01:41:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620869969295,
"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-13T01:41:15.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43
2021-05-13T01:41:15.255Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 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-13T01:41:20.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:41:20.916Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43
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-13T01:41:20.918Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:41:20.924Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-13T01:41:50.925Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 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-13T01:41:50.929Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be326d32-85a2-40e9-841d-b901d3e04e43 and serviceModelVersionId: deb940f4-5976-45bd-b539-b6448409134c
2021-05-13T01:41:50.930Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4debddf-938b-493a-890c-d687b21278a0
2021-05-13T01:41:50.930Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0
2021-05-13T01:41:50.936Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-13T01:41:50.971Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|INFO|500||Invoke
2021-05-13T01:41:50.971Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be326d32-85a2-40e9-841d-b901d3e04e43], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[572d7afb-7f96-47b1-b010-8893e4daf9fc], X-ECOMP-RequestID=[be326d32-85a2-40e9-841d-b901d3e04e43], X-TransactionId=[], X-ONAP-RequestID=[be326d32-85a2-40e9-841d-b901d3e04e43], Content-Type=[application/merge-patch+json]}
2021-05-13T01:41:50.989Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-13T01:41:51.404Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?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/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210513-01:41:50:985-58348], vertex-id=[176128], Content-Length=[0], Date=[Thu, 13 May 2021 01:41:50 GMT], Content-Type=[application/json]}
2021-05-13T01:41:51.405Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-13T01:41:51.406Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|INFO|500||InvokeReturn
2021-05-13T01:41:51.406Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-13T01:41:51.406Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:41:51.411Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||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-13T01:41:51.411Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be326d32-85a2-40e9-841d-b901d3e04e43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-13T01:41:51.411Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-13T01:41:51.412Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:41:51.414Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:41:51.414Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870111411,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-13T01:41:51.514Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:41:51.515Z||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-13T01:41:51.515Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:41:51.525Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:41:51.526Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 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-13T01:41:52.425Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T01:41:52.425Z|be326d32-85a2-40e9-841d-b901d3e04e43|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-13T01:41:52.425Z|be326d32-85a2-40e9-841d-b901d3e04e43|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 W0dB3jMmsPOB9KSt) ...
2021-05-13T01:41:56.719Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:41:56.720Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-13T01:41:56.720Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c38b5283-eb8f-4168-8671-deb9af272467","serviceName":"Demo_pNF_KbpdSREnePee3tqKftXg","serviceVersion":"1.0","serviceUUID":"7e9aaa52-5a5b-48a6-9a78-d955be84c24d","serviceDescription":"catalog service description","serviceInvariantUUID":"b7430733-5986-4f90-a4c6-1a814592649d","resources":[{"resourceInstanceName":"pNF bcecd81f-6b63 0","resourceName":"pNF bcecd81f-6b63","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"76d60536-af01-40ed-a2c0-0db84f8167e6","resourceInvariantUUID":"de38b0b1-5f8a-411a-b010-a8077f59d91a","resourceCustomizationUUID":"ccb1ca36-5cde-4273-a31d-7b34d5a87cac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml","artifactChecksum":"NDNmMzExOWM2ZjZmNzdmYjY4NGIwZDU0NmFkYmNhZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2861724a-7c4c-435f-8ff0-73f0390185d7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar","artifactChecksum":"YTdkYjJmZWI0N2M3YzVjZDhhYzA5NzY5NmRkM2FkYmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"104a3bee-9145-40f1-a924-faf77ba28798","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f51c2f81-e276-44a2-868c-417e11c1550f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml","artifactChecksum":"NDljOWIxNjRiZTYyMDZjMGU1Yzk1MGRiMGYzNjcyMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d78fe3fa-bce6-438d-abd1-9babbe91e5eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f4aa982-ca9f-4eec-a199-98b6d0046987","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c982c3fd-a6e5-4733-ba0e-6ddadcf37970","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKbpdsrenepee3tqkftxg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml","artifactChecksum":"MzIzNGU0NmI2N2Y2YWQzOTIyZGIxOWMxNTIzODk4NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"370f5a48-78ff-429b-ba19-84bc7d8b8ce0","artifactVersion":"1"},{"artifactName":"service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar","artifactChecksum":"YWE1NzBmYjMzMGY0YmI5ZDc0MmE3MGU3MjU3YTY3ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f17c13cd-1373-4bca-bfb6-5694f6d7ebd4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-13T01:41:56.722Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:41:56.722Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:41:56.723Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:41:56.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:56.824Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:41:56.825Z||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-13T01:41:56.825Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:41:56.834Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:41:56.834Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:41:57.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:41:57.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:41:57.726Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:41:57.726Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:57.827Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-13T01:41:57.829Z||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-13T01:41:57.829Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:41:57.839Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:41:57.840Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:41:58.727Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:41:58.727Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:41:58.730Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:41:58.730Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:58.830Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-13T01:41:58.831Z||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-13T01:41:58.831Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:41:58.839Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:41:58.840Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-13T01:41:59.731Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:41:59.731Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:41:59.734Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:41:59.734Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:41:59.835Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:41:59.836Z||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-13T01:41:59.836Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:41:59.845Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:41:59.846Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:42:00.735Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:42:00.736Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:42:00.739Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:42:00.739Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:42:00.839Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:42:00.840Z||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-13T01:42:00.840Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:42:00.849Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:42:00.849Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:42:01.740Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:42:01.741Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:42:01.743Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:42:01.743Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:42:01.843Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:42:01.844Z||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-13T01:42:01.845Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:42:01.855Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:42:01.856Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:42:02.744Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:42:02.744Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:42:02.747Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:42:02.747Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-13T01:42:02.847Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:42:02.847Z||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-13T01:42:02.848Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:42:02.855Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:42:02.855Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:42:03.747Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T01:42:03.748Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:42:03.750Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:42:03.750Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870112425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar",
"status": "NOTIFIED"
}
2021-05-13T01:42:03.851Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:42:03.852Z||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-13T01:42:03.852Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:42:03.861Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:42:03.862Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:42:04.752Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"serviceName": "Demo_pNF_KbpdSREnePee3tqKftXg",
"serviceVersion": "1.0",
"serviceUUID": "7e9aaa52-5a5b-48a6-9a78-d955be84c24d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b7430733-5986-4f90-a4c6-1a814592649d",
"resources": [
{
"resourceInstanceName": "pNF bcecd81f-6b63 0",
"resourceCustomizationUUID": "ccb1ca36-5cde-4273-a31d-7b34d5a87cac",
"resourceName": "pNF bcecd81f-6b63",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "76d60536-af01-40ed-a2c0-0db84f8167e6",
"resourceInvariantUUID": "de38b0b1-5f8a-411a-b010-a8077f59d91a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar",
"artifactChecksum": "YWE1NzBmYjMzMGY0YmI5ZDc0MmE3MGU3MjU3YTY3ODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f17c13cd-1373-4bca-bfb6-5694f6d7ebd4"
}
],
"workloadContext": "Production"
}
2021-05-13T01:42:04.752Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-13T01:42:04.752Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e9aaa52-5a5b-48a6-9a78-d955be84c24d ASDC
2021-05-13T01:42:04.753Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c38b5283-eb8f-4168-8671-deb9af272467
ServiceName:Demo_pNF_KbpdSREnePee3tqKftXg
ServiceVersion:1.0
ServiceUUID:7e9aaa52-5a5b-48a6-9a78-d955be84c24d
ServiceInvariantUUID:b7430733-5986-4f90-a4c6-1a814592649d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
ArtifactUUID:f17c13cd-1373-4bca-bfb6-5694f6d7ebd4
ArtifactChecksum:YWE1NzBmYjMzMGY0YmI5ZDc0MmE3MGU3MjU3YTY3ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bcecd81f-6b63 0
ResourceCustomizationUUID:ccb1ca36-5cde-4273-a31d-7b34d5a87cac
ResourceInvariantUUID:de38b0b1-5f8a-411a-b010-a8077f59d91a
ResourceName:pNF bcecd81f-6b63
ResourceType:PNF
ResourceUUID:76d60536-af01-40ed-a2c0-0db84f8167e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-13T01:42:04.753Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e9aaa52-5a5b-48a6-9a78-d955be84c24d 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-13T01:42:04.784Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f17c13cd-1373-4bca-bfb6-5694f6d7ebd4 from URL: /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:06.054Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar f17c13cd-1373-4bca-bfb6-5694f6d7ebd4 83327
2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar ASDC sendASDCNotification
2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T01:42:06.061Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-13T01:42:06.063Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T01:42:06.063Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c38b5283-eb8f-4168-8671-deb9af272467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620870126060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-13T01:42:06.163Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T01:42:06.164Z||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-13T01:42:06.164Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ...
2021-05-13T01:42:06.173Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-13T01:42:06.174Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-13T01:42:07.063Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T01:42:07.064Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f17c13cd-1373-4bca-bfb6-5694f6d7ebd4, URL: /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar to file: /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.155Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13529113278470794522/Definitions/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml
2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bcecd81f-6b63 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-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||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-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||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-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||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-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bcecd81f-6b63 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||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-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||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-DemoPnfKbpdsrenepee3tqkftxg-csar.csar
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Node template pNF bcecd81f-6b63 0 is matching search criteria
2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bcecd81f-6b63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Node template pNF bcecd81f-6b63 0 is matching search criteria
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bcecd81f-6b63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_KbpdSREnePee3tqKftXg
Description:catalog service description
Model UUID:7e9aaa52-5a5b-48a6-9a78-d955be84c24d
Model Version:NULL
Model InvariantUuid:b7430733-5986-4f90-a4c6-1a814592649d
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-13T01:42:07.810Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 76d60536-af01-40ed-a2c0-0db84f8167e6
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-13T01:42:07.813Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||pNF bcecd81f-6b63 0
2021-05-13T01:42:07.813Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 76d60536-af01-40ed-a2c0-0db84f8167e6
2021-05-13T01:42:07.813Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 7e9aaa52-5a5b-48a6-9a78-d955be84c24d
2021-05-13T01:42:07.814Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7e9aaa52-5a5b-48a6-9a78-d955be84c24d
2021-05-13T01:42:07.814Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bcecd81f-6b63 0 76d60536-af01-40ed-a2c0-0db84f8167e6 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-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7e9aaa52-5a5b-48a6-9a78-d955be84c24d: pNF bcecd81f-6b63
2021-05-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Processing PNF resource: 76d60536-af01-40ed-a2c0-0db84f8167e6
2021-05-13T01:42:07.820Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery