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-06-09T10:33:13.953Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-2th7x with PID 14 (/app/app.jar started by so in /app)
2021-06-09T10:33:13.957Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-09T10:33:13.958Z||main|||||INFO|500||The following profiles are active: basic
2021-06-09T10:33:20.968Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-09T10:33:20.969Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-09T10:33:21.056Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-09T10:33:22.604Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-09T10:33:22.763Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-09T10:33:23.096Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-09T10:33:23.103Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-09T10:33:23.172Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-09T10:33:23.289Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-09T10:33:23.669Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-09T10:33:24.419Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-09T10:33:26.251Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-09T10:33:26.287Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-09T10:33:26.667Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-09T10:33:26.774Z||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-06-09T10:33:27.985Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-09T10:33:28.874Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-09T10:33:28.895Z||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$$b1b1c59f.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-06-09T10:33:28.896Z||main|||||WARN|500||The sdc end point is not alive
2021-06-09T10:33:31.191Z||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-06-09T10:33:33.401Z||main|||||WARN|500||---
2021-06-09T10:33:33.402Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-09T10:33:33.402Z||main|||||WARN|500||---
2021-06-09T10:33:33.749Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-09T10:33:36.694Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T10:33:36.695Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T10:33:36.696Z||main|||||INFO|500||Started Application in 24.619 seconds (JVM running for 25.733)
2021-06-09T10:33:36.707Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T10:33:36.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T10:33:36.790Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e94dee51-1503-4bfa-ab82-0df1660a2e2a url= /sdc/v1/artifactTypes
2021-06-09T10:33:36.791Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T10:33:37.903Z||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.37.95] 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-06-09T10:33:37.907Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c2df351
2021-06-09T10:33:37.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T10:33:37.916Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T10:33:37.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T10:33:37.919Z||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-06-09T10:34:26.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T10:34:26.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T10:34:26.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T10:34:26.695Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T10:34:26.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 395bbaf2-69b9-40ab-8a1a-a426a842368f url= /sdc/v1/artifactTypes
2021-06-09T10:34:26.700Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T10:34:27.726Z||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.37.95] 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-06-09T10:34:27.727Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33852f09
2021-06-09T10:34:27.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T10:34:27.728Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T10:34:27.728Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T10:34:27.728Z||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-06-09T10:35:16.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T10:35:16.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T10:35:16.692Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T10:35:16.695Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T10:35:16.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7719b452-df22-4f04-a7a2-0f8efaa1243f url= /sdc/v1/artifactTypes
2021-06-09T10:35:16.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T10:35:17.746Z||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.37.95] 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-06-09T10:35:17.746Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e769be0
2021-06-09T10:35:17.747Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T10:35:17.747Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T10:35:17.747Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T10:35:17.748Z||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-06-09T10:36:06.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T10:36:06.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T10:36:06.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T10:36:06.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T10:36:06.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4b6dbab-62a2-46a8-b781-4a71fdfe2edf url= /sdc/v1/artifactTypes
2021-06-09T10:36:06.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T10:36:07.726Z||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.37.95] 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-06-09T10:36:07.727Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4590f782
2021-06-09T10:36:07.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T10:36:07.727Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T10:36:07.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T10:36:07.728Z||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-06-09T10:36:56.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T10:36:56.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T10:36:56.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T10:36:56.694Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T10:36:56.697Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c1259a2-4ef2-4608-845c-9229d4936bb9 url= /sdc/v1/artifactTypes
2021-06-09T10:36:56.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T10:36:57.710Z||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.37.95] 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-06-09T10:36:57.711Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ff1189a
2021-06-09T10:36:57.711Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T10:36:57.711Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T10:36:57.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T10:36:57.712Z||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-06-09T10:37:46.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T10:37:46.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T10:37:46.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T10:37:46.694Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T10:37:46.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36b85b76-33b7-4412-8412-002e7ffd0494 url= /sdc/v1/artifactTypes
2021-06-09T10:37:46.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T10:37:47.726Z||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.37.95] 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-06-09T10:37:47.727Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53b09d76
2021-06-09T10:37:47.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T10:37:47.728Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T10:37:47.728Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T10:37:47.728Z||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-06-09T10:38:36.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T10:38:36.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T10:38:36.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T10:38:36.694Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T10:38:36.699Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2c006ec-ef67-42f9-a312-e7c8b8869bfb url= /sdc/v1/artifactTypes
2021-06-09T10:38:36.700Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T10:38:36.889Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-09T10:38:36.896Z||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-06-09T10:38:36.914Z||scheduling-1|||||DEBUG|500||create keys
2021-06-09T10:38:36.921Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-09T10:38:36.948Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:38:36.969Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 13d8e6a3-813d-42f8-947a-14a5cc002a07 url= /sdc/v1/registerForDistribution
2021-06-09T10:38:37.070Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 13d8e6a3-813d-42f8-947a-14a5cc002a07 url= /sdc/v1/registerForDistribution
2021-06-09T10:38:37.070Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-09T10:38:37.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:38:37.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:38:37.083Z||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-06-09T10:38:37.083Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:38:37.083Z||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-06-09T10:38:37.083Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:38:37.084Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-09T10:38:47.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:38:47.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:39:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:39:37.077Z||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-06-09T10:39:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:39:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:39:37.078Z||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-06-09T10:39:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:39:46.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:39:46.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:40:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:40:37.077Z||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-06-09T10:40:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:40:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:40:37.079Z||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-06-09T10:40:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:40:46.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:40:46.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:41:37.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:41:37.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:41:37.077Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:41:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:41:37.083Z||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-06-09T10:41:37.083Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:41:46.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:41:46.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:42:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:42:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:42:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:42:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:42:37.078Z||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-06-09T10:42:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:42:46.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:42:46.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:43:09.784Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-09T10:43:37.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:43:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:43:37.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:43:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:43:37.078Z||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-06-09T10:43:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:43:46.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:43:46.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:44:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:44:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:44:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:44:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:44:37.078Z||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-06-09T10:44:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:44:46.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:44:46.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:45:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:45:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:45:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:45:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:45:37.079Z||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-06-09T10:45:37.080Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:45:46.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:45:46.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:46:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:46:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:46:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:46:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:46:37.078Z||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-06-09T10:46:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:46:46.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:46:46.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:47:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:47:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:47:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:47:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:47:37.078Z||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-06-09T10:47:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:47:46.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:47:46.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:48:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:48:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:48:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:48:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:48:37.078Z||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-06-09T10:48:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:48:46.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:48:46.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:49:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:49:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:49:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:49:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:49:37.078Z||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-06-09T10:49:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:49:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:49:46.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:50:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:50:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:50:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:50:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:50:37.078Z||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-06-09T10:50:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:50:46.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:50:46.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:51:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:51:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:51:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:51:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:51:37.078Z||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-06-09T10:51:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:51:46.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:51:46.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:52:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:52:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:52:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:52:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:52:37.078Z||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-06-09T10:52:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:52:46.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:52:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:53:37.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:53:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:53:37.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:53:37.078Z||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-06-09T10:53:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:53:37.079Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:53:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:53:46.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:54:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:54:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:54:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:54:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:54:37.078Z||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-06-09T10:54:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:54:46.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:54:46.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:55:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:55:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:55:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:55:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:55:37.078Z||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-06-09T10:55:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:55:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:55:46.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:56:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:56:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:56:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:56:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:56:37.078Z||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-06-09T10:56:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:56:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:56:46.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:57:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:57:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:57:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:57:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:57:37.078Z||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-06-09T10:57:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:57:46.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:57:46.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:58:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:58:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:58:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:58:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:58:37.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:58:37.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:58:46.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:58:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:59:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:59:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T10:59:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:59:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T10:59:37.078Z||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-06-09T10:59:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T10:59:46.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T10:59:46.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:00:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:00:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:00:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:00:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:00:37.078Z||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-06-09T11:00:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:00:46.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:00:46.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:01:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:01:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:01:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:01:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:01:37.078Z||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-06-09T11:01:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:01:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:01:46.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:02:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:02:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:02:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:02:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:02:37.078Z||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-06-09T11:02:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:02:46.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:02:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:03:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:03:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:03:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:03:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:03:37.079Z||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-06-09T11:03:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:03:46.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:03:46.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:04:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:04:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:04:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:04:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:04:37.078Z||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-06-09T11:04:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:04:46.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:04:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:05:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:05:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:05:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:05:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:05:37.078Z||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-06-09T11:05:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:05:46.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:05:46.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:06:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:06:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:06:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:06:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:06:37.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:06:37.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:06:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:06:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:07:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:07:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:07:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:07:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:07:37.078Z||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-06-09T11:07:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:07:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:07:46.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:08:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:08:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:08:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:08:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:08:37.078Z||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-06-09T11:08:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:08:46.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:08:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:09:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:09:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:09:37.078Z||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-06-09T11:09:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:09:37.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:09:37.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:09:46.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:09:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:10:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:10:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:10:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:10:37.078Z||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-06-09T11:10:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:10:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:10:46.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:10:46.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:11:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:11:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:11:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:11:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:11:37.078Z||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-06-09T11:11:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:11:46.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:11:46.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:12:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:12:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:12:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:12:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:12:37.078Z||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-06-09T11:12:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:12:46.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:12:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:13:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:13:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:13:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:13:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:13:37.078Z||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-06-09T11:13:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:13:46.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:13:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:14:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:14:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:14:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:14:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:14:37.078Z||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-06-09T11:14:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:14:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:14:46.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:15:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:15:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:15:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:15:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:15:37.078Z||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-06-09T11:15:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:15:46.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:15:46.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:16:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:16:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:16:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:16:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:16:37.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:16:37.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:16:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:16:46.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:17:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:17:37.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:17:37.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:17:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:17:37.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:17:37.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:17:46.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:17:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:18:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:18:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:18:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:18:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:18:37.078Z||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-06-09T11:18:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:18:46.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:18:46.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:19:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:19:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:19:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:19:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:19:37.078Z||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-06-09T11:19:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:19:46.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:19:46.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:20:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:20:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:20:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:20:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:20:37.078Z||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-06-09T11:20:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:20:46.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:20:46.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:21:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:21:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:21:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:21:37.078Z||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-06-09T11:21:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:21:37.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:21:46.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:21:46.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:22:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:22:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:22:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:22:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:22:37.078Z||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-06-09T11:22:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:22:46.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:22:46.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:23:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:23:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:23:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:23:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:23:37.078Z||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-06-09T11:23:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:23:46.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:23:46.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:24:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:24:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:24:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:24:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:24:37.078Z||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-06-09T11:24:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:24:46.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:24:46.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:25:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:25:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:25:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:25:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:25:37.078Z||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-06-09T11:25:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:25:46.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:25:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:26:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:26:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:26:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:26:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:26:37.078Z||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-06-09T11:26:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:26:46.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:26:46.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:27:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:27:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:27:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:27:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:27:37.078Z||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-06-09T11:27:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:27:46.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:27:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:28:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:28:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:28:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:28:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:28:37.078Z||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-06-09T11:28:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:28:46.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:28:46.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:29:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:29:37.077Z||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-06-09T11:29:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:29:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:29:37.078Z||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-06-09T11:29:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:29:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:29:46.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:30:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:30:37.077Z||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-06-09T11:30:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:30:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:30:37.078Z||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-06-09T11:30:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:30:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:30:46.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:31:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:31:37.077Z||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-06-09T11:31:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:31:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:31:37.078Z||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-06-09T11:31:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:31:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:31:46.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:32:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:32:37.077Z||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-06-09T11:32:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:32:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:32:37.078Z||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-06-09T11:32:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:32:46.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:32:46.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:33:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:33:37.077Z||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-06-09T11:33:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:33:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:33:37.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:33:37.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:33:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:33:46.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:34:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:34:37.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:34:37.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:34:37.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:34:37.080Z||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-06-09T11:34:37.080Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:34:46.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:34:46.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:35:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:35:37.077Z||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-06-09T11:35:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:35:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:35:37.078Z||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-06-09T11:35:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:35:46.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:35:46.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:36:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:36:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:36:37.078Z||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-06-09T11:36:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:36:37.078Z||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-06-09T11:36:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:36:46.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:36:46.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:37:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:37:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:37:37.078Z||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-06-09T11:37:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:37:37.078Z||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-06-09T11:37:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:37:46.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:37:46.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:38:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:38:37.077Z||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-06-09T11:38:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:38:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:38:37.078Z||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-06-09T11:38:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:38:46.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:38:46.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:39:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:39:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:39:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:39:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:39:37.079Z||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-06-09T11:39:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:39:46.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:39:46.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:40:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:40:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:40:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:40:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:40:37.078Z||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-06-09T11:40:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:40:46.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:40:46.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:41:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:41:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:41:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:41:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:41:37.078Z||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-06-09T11:41:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:41:46.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:41:46.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:42:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:42:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:42:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:42:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:42:37.078Z||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-06-09T11:42:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:42:46.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:42:46.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:43:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:43:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:43:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:43:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:43:37.078Z||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-06-09T11:43:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:43:46.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:43:46.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:44:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:44:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:44:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:44:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:44:37.078Z||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-06-09T11:44:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:44:46.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:44:46.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:45:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:45:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:45:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:45:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:45:37.078Z||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-06-09T11:45:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:45:46.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:45:46.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:46:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:46:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:46:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:46:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:46:37.078Z||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-06-09T11:46:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:46:46.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:46:46.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:47:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:47:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:47:37.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:47:37.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:37.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"70600393-aa0c-41b9-8fd7-d85da5adb18a","serviceName":"vFW 2021-06-09 11-43-47","serviceVersion":"1.0","serviceUUID":"131bdf5e-6c64-4404-87d3-d2a278993b03","serviceDescription":"catalog service description","serviceInvariantUUID":"a3d83207-34ba-4879-b035-4d6f91d7805d","resources":[{"resourceInstanceName":"vFW 477517bf-6810 0","resourceName":"vFW 477517bf-6810","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7","resourceInvariantUUID":"e8717e79-870f-4485-9588-4ddf78a32002","resourceCustomizationUUID":"0403c601-084e-4b48-86bf-d762de9f9f2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml","artifactChecksum":"YWFlMDk1MWFhZWU0ZjU5MTE3ZDRlMzQ1NTcyZTUzZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e1e7bdb-8479-4fa0-954a-4662456ee1e0","artifactVersion":"1"},{"artifactName":"vfw477517bf68100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json","artifactChecksum":"ZmUzMTE1OTNhOWM5ZDI3ZDQxOGZjYjE5MmU2YTc1MGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f8dd5e4-1389-45f7-9b88-146cadee1dcd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77d53ab7-0ae2-4d76-ae6c-e660c1e5112b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ0MzU5Y2FhODMyMjJjMWY3ODUzMmRhNDA4YWY0NDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"682c5264-f494-4c09-81a8-5d8ddfba67c6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f910a699-7bd7-43f7-a77b-5083f5b43eac","artifactVersion":"2","generatedFromUUID":"77d53ab7-0ae2-4d76-ae6c-e660c1e5112b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210609114347-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml","artifactChecksum":"OWJkMzYxMTZlNjY0Y2U3NTg5ODU3MTMyNWIwMmU0OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c179a4c-34e5-4562-bbe7-3b9a3abcd24d","artifactVersion":"1"},{"artifactName":"service-Vfw20210609114347-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar","artifactChecksum":"NGU3MmY5OTRjMGU4ODg0NjBiOGEwYjJkZTVhNDkwODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57338bd7-6151-4bd1-8053-40fb2f0dd024","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T11:47:37.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:37.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:47:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "dcae-sch",
"timestamp": 1623239228200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.715Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:37.727Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:37.727Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239228205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239227643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239222950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "dcae-sch",
"timestamp": 1623239228200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239228205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239227643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239222950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239232379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "dcae-sch",
"timestamp": 1623239228200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239228205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239227643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239222950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239232379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239228205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "dcae-sch",
"timestamp": 1623239228200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239227643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239222950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239232379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "dcae-sch",
"timestamp": 1623239228200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239228205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239227643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239222950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239232379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239228205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "dcae-sch",
"timestamp": 1623239228200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239227643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239222950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239232379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239228205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "dcae-sch",
"timestamp": 1623239228200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239227643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239222950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239232379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239232379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239239860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239239873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239239891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239239899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239239290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "cds",
"timestamp": 1623239240914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-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-06-09T11:47:37.828Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-06-09T11:47:37.831Z||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-06-09T11:47:37.831Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:37.846Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:37.847Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-09T11:47:37.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:47:37.930Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239239290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239240884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239240962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239241663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239241660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239239290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239240884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239240962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239239290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239243245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239243265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239240884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239240962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239239290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239244323,
"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-06-09T11:47:37.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:47:37.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239244422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:37.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239240884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239240962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239244858,
"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-06-09T11:47:37.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:47:37.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239239290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239245329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:37.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239245427,
"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-06-09T11:47:37.988Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:47:37.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239240884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239240962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239245864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239239290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239245566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239240884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239240962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239245566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239240884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239240962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239245566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239248759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239245566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239249766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239249846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239245566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:38.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:38.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "policy-id",
"timestamp": 1623239250769,
"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-06-09T11:47:38.003Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:47:38.003Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:38.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239245566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:38.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:38.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239252123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239245566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239253914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:38.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:38.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239254930,
"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-06-09T11:47:38.014Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:47:38.014Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239255033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239255934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239256361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:38.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:47:38.737Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:47:38.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:38.742Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:38.742Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:47:38.842Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:38.844Z||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-06-09T11:47:38.844Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:38.857Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:38.857Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:39.743Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:47:39.744Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:39.746Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:39.746Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:47:39.846Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:39.847Z||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-06-09T11:47:39.847Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:39.860Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:39.860Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:40.747Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:47:40.747Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:40.749Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:40.749Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:40.849Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T11:47:40.850Z||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-06-09T11:47:40.850Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:40.861Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:40.862Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:41.750Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:47:41.751Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:41.754Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:41.754Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T11:47:41.853Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T11:47:41.854Z||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-06-09T11:47:41.854Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:41.866Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:41.867Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:42.754Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:47:42.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:42.757Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:42.757Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:47:42.857Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:42.858Z||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-06-09T11:47:42.858Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:42.869Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:42.870Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:43.758Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:47:43.758Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:43.760Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:43.760Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:47:43.860Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:43.861Z||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-06-09T11:47:43.861Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:43.871Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:43.871Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:44.762Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"serviceName": "vFW 2021-06-09 11-43-47",
"serviceVersion": "1.0",
"serviceUUID": "131bdf5e-6c64-4404-87d3-d2a278993b03",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a3d83207-34ba-4879-b035-4d6f91d7805d",
"resources": [
{
"resourceInstanceName": "vFW 477517bf-6810 0",
"resourceCustomizationUUID": "0403c601-084e-4b48-86bf-d762de9f9f2c",
"resourceName": "vFW 477517bf-6810",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7",
"resourceInvariantUUID": "e8717e79-870f-4485-9588-4ddf78a32002",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw477517bf68100_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"artifactChecksum": "ZmUzMTE1OTNhOWM5ZDI3ZDQxOGZjYjE5MmU2YTc1MGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f8dd5e4-1389-45f7-9b88-146cadee1dcd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "77d53ab7-0ae2-4d76-ae6c-e660c1e5112b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f910a699-7bd7-43f7-a77b-5083f5b43eac",
"generatedFromUUID": "77d53ab7-0ae2-4d76-ae6c-e660c1e5112b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f910a699-7bd7-43f7-a77b-5083f5b43eac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210609114347-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"artifactChecksum": "NGU3MmY5OTRjMGU4ODg0NjBiOGEwYjJkZTVhNDkwODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "57338bd7-6151-4bd1-8053-40fb2f0dd024"
}
],
"workloadContext": "Production"
}
2021-06-09T11:47:44.763Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T11:47:44.764Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 131bdf5e-6c64-4404-87d3-d2a278993b03 ASDC
2021-06-09T11:47:44.865Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:70600393-aa0c-41b9-8fd7-d85da5adb18a
ServiceName:vFW 2021-06-09 11-43-47
ServiceVersion:1.0
ServiceUUID:131bdf5e-6c64-4404-87d3-d2a278993b03
ServiceInvariantUUID:a3d83207-34ba-4879-b035-4d6f91d7805d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210609114347-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar
ArtifactUUID:57338bd7-6151-4bd1-8053-40fb2f0dd024
ArtifactChecksum:NGU3MmY5OTRjMGU4ODg0NjBiOGEwYjJkZTVhNDkwODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 477517bf-6810 0
ResourceCustomizationUUID:0403c601-084e-4b48-86bf-d762de9f9f2c
ResourceInvariantUUID:e8717e79-870f-4485-9588-4ddf78a32002
ResourceName:vFW 477517bf-6810
ResourceType:VF
ResourceUUID:042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw477517bf68100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json
ArtifactUUID:2f8dd5e4-1389-45f7-9b88-146cadee1dcd
ArtifactChecksum:ZmUzMTE1OTNhOWM5ZDI3ZDQxOGZjYjE5MmU2YTc1MGI=
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/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml
ArtifactUUID:77d53ab7-0ae2-4d76-ae6c-e660c1e5112b
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/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env
ArtifactUUID:f910a699-7bd7-43f7-a77b-5083f5b43eac
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/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env
ArtifactUUID:f910a699-7bd7-43f7-a77b-5083f5b43eac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-09T11:47:44.865Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 131bdf5e-6c64-4404-87d3-d2a278993b03 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-06-09T11:47:44.935Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T11:47:44.937Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-06-09T11:47:44.938Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-06-09T11:47:44.939Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 57338bd7-6151-4bd1-8053-40fb2f0dd024 from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:44.939Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:47:44.941Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:45.210Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:47:45.224Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar 57338bd7-6151-4bd1-8053-40fb2f0dd024 98698
2021-06-09T11:47:45.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar ASDC sendASDCNotification
2021-06-09T11:47:45.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:45.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:47:45.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:45.228Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:45.228Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239265224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:45.328Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:45.329Z||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-06-09T11:47:45.329Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:45.341Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:45.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:46.228Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T11:47:46.230Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-06-09T11:47:46.230Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 57338bd7-6151-4bd1-8053-40fb2f0dd024, URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar to file: /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:46.230Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210609114347-csar.csar
2021-06-09T11:47:46.345Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:46.346Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:46.959Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16550280973106055656/Definitions/service-Vfw20210609114347-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2021-06-09T11:47:49.303Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 477517bf-6810 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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar
2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-06-09T11:47:49.316Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.317Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:49.320Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:49.320Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-06-09T11:47:49.322Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T11:47:49.324Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.324Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:49.324Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria
2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T11:47:49.336Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.336Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:49.336Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dad284e6-d6b3-476a-8d1b-cfaad711fe5e
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9167edbd-5647-4360-9d6e-42829095c057
2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d08a1a89-9599-470d-8902-f394db315cac
2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-06-09 11-43-47
Description:catalog service description
Model UUID:131bdf5e-6c64-4404-87d3-d2a278993b03
Model Version:NULL
Model InvariantUuid:a3d83207-34ba-4879-b035-4d6f91d7805d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 477517bf-6810
Model UUID:fe3a812d-7417-4e60-a09d-1a1b6a8cddef
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e8717e79-870f-4485-9588-4ddf78a32002
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0403c601-084e-4b48-86bf-d762de9f9f2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e6cf235a-760c-40c9-ab50-8c561e6eee63
ModelName:Vfw477517bf6810..base_vfw..module-0
ModelUuid:b61b17fa-437a-494e-9eb4-b88de79a8586
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dad284e6-d6b3-476a-8d1b-cfaad711fe5e
ModelInvariantUuid:3e4a61fb-b76c-4ed4-b8df-e30438cbcd4a
ModelName:vFW 477517bf-6810-nodes.vfwCvfc
ModelUuid:44f33dd4-ca11-461e-8f3d-cbb7a1229607
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:92d99770-1099-4070-876d-d6bef333b3d7
ModelInvariantUuid:f3dc2bbb-f960-4d66-9914-6179dc58c1a5
ModelName:Vfw477517bf6810.compute.nodes.heat.vfw
ModelUuid:69db294f-809f-4c62-ae0f-f7923b708a69
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9167edbd-5647-4360-9d6e-42829095c057
ModelInvariantUuid:b53d3430-b578-4404-91c9-a95b34898c97
ModelName:vFW 477517bf-6810-nodes.vsnCvfc
ModelUuid:6dabcd2c-a903-4061-96d9-6b087b50891c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:aa74da36-f2c9-454e-aaf3-2c3022766a13
ModelInvariantUuid:7c23e478-cd2b-49b2-812b-3876285a66df
ModelName:Vfw477517bf6810.compute.nodes.heat.vsn
ModelUuid:06b2b0c0-7f96-4e3d-ad05-f918e559e1d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d08a1a89-9599-470d-8902-f394db315cac
ModelInvariantUuid:a68058df-6ebc-427e-88a8-e2d3c192eb1c
ModelName:vFW 477517bf-6810-nodes.vpgCvfc
ModelUuid:96a58b8d-3864-4e8f-8062-7ae99662d705
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fbb2ea9e-7a24-446a-b772-2610dc1e8063
ModelInvariantUuid:f802cb96-ebc4-4640-8f55-aefa1eb96921
ModelName:Vfw477517bf6810.compute.nodes.heat.vpg
ModelUuid:47cfabc7-3484-49a6-a1ee-04d9baecf47e
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-06-09T11:47:49.360Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7
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-06-09T11:47:49.463Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||vFW 477517bf-6810 0
2021-06-09T11:47:49.469Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7
2021-06-09T11:47:49.469Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f8dd5e4-1389-45f7-9b88-146cadee1dcd from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json
2021-06-09T11:47:49.469Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:47:49.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json
2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json 2f8dd5e4-1389-45f7-9b88-146cadee1dcd 785
2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json ASDC sendASDCNotification
2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json
2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:47:51.113Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:51.114Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:51.114Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239271112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:51.215Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T11:47:51.216Z||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-06-09T11:47:51.216Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:51.226Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:51.227Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:52.116Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw477517bf6810..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6cf235a-760c-40c9-ab50-8c561e6eee63",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b61b17fa-437a-494e-9eb4-b88de79a8586",
"vfModuleModelCustomizationUUID": "49e036a2-ac9f-4fd4-a609-146b06b1a59c",
"isBase": true,
"artifacts": [
"77d53ab7-0ae2-4d76-ae6c-e660c1e5112b",
"f910a699-7bd7-43f7-a77b-5083f5b43eac"
],
"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-06-09T11:47:52.137Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw477517bf6810..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b61b17fa-437a-494e-9eb4-b88de79a8586
VfModuleModelInvariantUUID:e6cf235a-760c-40c9-ab50-8c561e6eee63
VfModuleModelDescription:NULL
Artifacts UUID List:{
77d53ab7-0ae2-4d76-ae6c-e660c1e5112b
,
f910a699-7bd7-43f7-a77b-5083f5b43eac
}
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-06-09T11:47:52.139Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw477517bf6810..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6cf235a-760c-40c9-ab50-8c561e6eee63",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b61b17fa-437a-494e-9eb4-b88de79a8586",
"vfModuleModelCustomizationUUID": "49e036a2-ac9f-4fd4-a609-146b06b1a59c",
"isBase": true,
"artifacts": [
"77d53ab7-0ae2-4d76-ae6c-e660c1e5112b",
"f910a699-7bd7-43f7-a77b-5083f5b43eac"
],
"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-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw477517bf6810..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b61b17fa-437a-494e-9eb4-b88de79a8586
VfModuleModelInvariantUUID:e6cf235a-760c-40c9-ab50-8c561e6eee63
VfModuleModelDescription:NULL
Artifacts UUID List:{
77d53ab7-0ae2-4d76-ae6c-e660c1e5112b
,
f910a699-7bd7-43f7-a77b-5083f5b43eac
}
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-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 77d53ab7-0ae2-4d76-ae6c-e660c1e5112b from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml
2021-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml
2021-06-09T11:47:53.007Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml 77d53ab7-0ae2-4d76-ae6c-e660c1e5112b 20368
2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml
2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:47:53.009Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:53.010Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:53.010Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239273008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:53.110Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:53.111Z||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-06-09T11:47:53.111Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:53.121Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:53.121Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:54.011Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f910a699-7bd7-43f7-a77b-5083f5b43eac from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env
2021-06-09T11:47:54.011Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:47:54.012Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env
2021-06-09T11:47:56.146Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env f910a699-7bd7-43f7-a77b-5083f5b43eac 2098
2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env
2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:56.149Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:56.149Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239276147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:47:56.250Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T11:47:56.250Z||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-06-09T11:47:56.251Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:56.261Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:56.262Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:57.150Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 131bdf5e-6c64-4404-87d3-d2a278993b03
2021-06-09T11:47:57.151Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 477517bf-6810 0 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7 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-06-09T11:47:57.216Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.216Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0403c601-084e-4b48-86bf-d762de9f9f2c
2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0403c601-084e-4b48-86bf-d762de9f9f2c matches Tosca VF Customization UUID: 0403c601-084e-4b48-86bf-d762de9f9f2c
2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0403c601-084e-4b48-86bf-d762de9f9f2c 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-06-09T11:47:57.224Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.224Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0403c601-084e-4b48-86bf-d762de9f9f2c: {\"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-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c0fe184
2021-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49e036a2-ac9f-4fd4-a609-146b06b1a59c
2021-06-09T11:47:57.227Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49e036a2-ac9f-4fd4-a609-146b06b1a59c
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-06-09T11:47:57.233Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.233Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:57.233Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:57.234Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.234Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:57.234Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria
2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dad284e6-d6b3-476a-8d1b-cfaad711fe5e
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-06-09T11:47:57.249Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.249Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria
2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.253Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9167edbd-5647-4360-9d6e-42829095c057
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-06-09T11:47:57.255Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.255Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:57.255Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria
2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d08a1a89-9599-470d-8902-f394db315cac
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-06-09T11:47:57.262Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria
2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=0403c601-084e-4b48-86bf-d762de9f9f2c
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-06-09T11:47:57.265Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.265Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 131bdf5e-6c64-4404-87d3-d2a278993b03: vFW 477517bf-6810
2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.268Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:47:57.268Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:47:57.268Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-06-09 11-43-47
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-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 477517bf-6810 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7 1 ASDC deployResourceStructure
2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json ASDC sendASDCNotification
2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json
2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:57.533Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:57.533Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239277531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:57.633Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:57.634Z||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-06-09T11:47:57.634Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:57.646Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:57.646Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:47:58.534Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-09T11:47:58.534Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml
2021-06-09T11:47:58.534Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:47:58.535Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:58.537Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:58.537Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239278534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:58.637Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:47:58.638Z||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-06-09T11:47:58.638Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:58.650Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:58.650Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:47:59.542Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-09T11:47:59.542Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env
2021-06-09T11:47:59.542Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:47:59.543Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:47:59.546Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:47:59.546Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239279542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-09T11:47:59.645Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T11:47:59.646Z||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-06-09T11:47:59.646Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:47:59.657Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:47:59.658Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:48:00.547Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar ASDC sendASDCNotification
2021-06-09T11:48:00.547Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar
2021-06-09T11:48:00.547Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:48:00.548Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:48:00.549Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:48:00.549Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239280547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:48:00.650Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T11:48:00.650Z||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-06-09T11:48:00.650Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:48:00.660Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:48:00.660Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:48:01.550Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:48:01.564Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:48:01.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:48:01.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:48:01.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:48:31.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:48:31.579Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:48:31.581Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:48:31.581Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:48:31.581Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:48:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:48:37.079Z||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-06-09T11:48:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:48:37.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:48:37.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:48:37.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:48:37.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:01.582Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:49:01.591Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:49:01.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:49:01.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:49:01.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:49:31.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:49:31.602Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:49:31.605Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:49:31.605Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:49:31.605Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:49:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:49:37.078Z||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-06-09T11:49:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:49:37.095Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:49:37.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239257742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "clamp",
"timestamp": 1623239258746,
"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-06-09T11:49:37.116Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:49:37.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239257076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239265224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239267743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "aai-ml",
"timestamp": 1623239268747,
"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-06-09T11:49:37.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a
2021-06-09T11:49:37.128Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:49:37.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239271112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239273008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239276147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239277531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239278534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239279542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239280547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239292379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239288205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "dcae-sch",
"timestamp": 1623239288200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239287643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239288205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239292379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "dcae-sch",
"timestamp": 1623239288200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239287643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239292379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239288205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "dcae-sch",
"timestamp": 1623239288200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239287643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239299290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239288205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239292379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "dcae-sch",
"timestamp": 1623239288200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239287643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239299290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239288205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239292379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "dcae-sch",
"timestamp": 1623239288200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239287643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239300884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239300962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239299290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239288205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239292379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "dcae-sch",
"timestamp": 1623239288200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239287643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239300884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239300962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239299290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239288205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "dcae-sch",
"timestamp": 1623239288200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239287643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239292379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239300884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239302950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239300962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239299290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239304304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239304308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239300884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239302950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239300962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239299290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "cds",
"timestamp": 1623239305308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-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-06-09T11:49:37.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:49:37.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239305483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239300884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239302950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239300962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239299290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239305566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239300884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239302950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239300962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239306936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239305566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239300884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239302950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239300962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239307955,
"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-06-09T11:49:37.170Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:49:37.170Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239305566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239308312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239302950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239308959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239305566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239309316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239302950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239309702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239305566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "policy-id",
"timestamp": 1623239310319,
"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-06-09T11:49:37.184Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:49:37.185Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239305566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239311405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239311716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239311725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239305566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239313520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239314207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239313985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239314729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239315208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239315213,
"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-06-09T11:49:37.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:49:37.196Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239315604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:49:37.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239313985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "clamp",
"timestamp": 1623239315735,
"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-06-09T11:49:37.204Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:49:37.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239316218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:49:37.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:49:37.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239316608,
"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-06-09T11:49:37.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:49:37.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:49:37.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239313985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:49:37.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:50:01.606Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:50:01.614Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a
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-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:50:01.618Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:50:01.618Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-06-09T11:50:01.622Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T11:50:31.622Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:50:31.629Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a and serviceModelVersionId: 131bdf5e-6c64-4404-87d3-d2a278993b03
2021-06-09T11:50:31.630Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3d83207-34ba-4879-b035-4d6f91d7805d
2021-06-09T11:50:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:50:37.078Z||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-06-09T11:50:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:37.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:37.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239317612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:50:37.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:50:37.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239313985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239313985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239313985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239313985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239322242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239322460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "aai-ml",
"timestamp": 1623239323245,
"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-06-09T11:50:37.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:50:37.611Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:50:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239324551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:50:37.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:50:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-09T11:50:37.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239325556,
"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-06-09T11:50:37.622Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e
2021-06-09T11:50:37.622Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:50:43.065Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0
2021-06-09T11:50:43.171Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T11:50:43.797Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|INFO|500||Invoke
2021-06-09T11:50:43.804Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70600393-aa0c-41b9-8fd7-d85da5adb18a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b563895e-c6e7-43ff-889d-bee24054fc27], X-ECOMP-RequestID=[70600393-aa0c-41b9-8fd7-d85da5adb18a], X-TransactionId=[], X-ONAP-RequestID=[70600393-aa0c-41b9-8fd7-d85da5adb18a], Content-Type=[application/merge-patch+json]}
2021-06-09T11:50:43.935Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-09T11:50:44.099Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?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/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-11:50:43:946-4115], vertex-id=[155888], Content-Length=[0], Date=[Wed, 09 Jun 2021 11:50:43 GMT], Content-Type=[application/json]}
2021-06-09T11:50:44.101Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-09T11:50:44.102Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|INFO|500||InvokeReturn
2021-06-09T11:50:44.105Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T11:50:44.105Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-06-09T11:50:44.109Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-06-09T11:50:44.117Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70600393-aa0c-41b9-8fd7-d85da5adb18a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T11:50:44.118Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T11:50:44.119Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:44.121Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:44.121Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239444118,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T11:50:44.221Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:44.222Z||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-06-09T11:50:44.222Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:44.236Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:44.237Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-09T11:50:45.130Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:50:45.131Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:50:45.131Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:49.443Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:49.444Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-09T11:50:49.444Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"909f03b9-d11b-42a0-a046-1afab95b809e","serviceName":"basic_onboard_ffuDXr","serviceVersion":"1.0","serviceUUID":"54ae3e5c-3354-4d58-8c35-afedeb35c15b","serviceDescription":"service","serviceInvariantUUID":"07850464-29c9-4b94-9e90-8c283ff79621","resources":[{"resourceInstanceName":"basic_onboard_ffuDXr 0","resourceName":"basic_onboard_ffuDXr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd7dee14-9d66-452c-9771-fe35c34d46b5","resourceInvariantUUID":"5f8f98f0-1c59-443d-a765-576c3c72ddfe","resourceCustomizationUUID":"366f5929-55fb-4f40-b1f5-ed087011f0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml","artifactChecksum":"YzdiMjE0YTMxOGRiNDJlOTk5ODRjMjQ1NzYyNjgzMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7790570-a884-4faf-aca9-e6f25d0f500d","artifactVersion":"1"},{"artifactName":"basic_onboard_ffudxr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json","artifactChecksum":"NjY0MDdiNWUyNzkwZGVlZmRlMTc2MTM5NDNlZmVlYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1eb02b0d-27a3-4ff8-b62c-f380437f7347","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"713432de-7c59-4532-847a-ef90bdbd7319","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5bb41db3-900d-4a74-afce-d546b635f90f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1fa23c9a-77ad-4a38-a88f-34b1c4583c57","artifactVersion":"2","generatedFromUUID":"713432de-7c59-4532-847a-ef90bdbd7319"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFfudxr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml","artifactChecksum":"YTZmZWUwYTgxZTYyZmI2MzVkYTIxODQzNmI3ZGE5MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1a36a62-a12a-4157-9263-3b8e1271c33d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFfudxr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar","artifactChecksum":"OGY3ZDVkOWRiNWIyZDczZTdjYzQxZDBiMjFmMDA4MWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d3cd35e-379e-4b73-8f00-e632173c63ea","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T11:50:49.446Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:50:49.447Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:49.448Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:49.448Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:50:49.548Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:49.549Z||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-06-09T11:50:49.549Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:49.562Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:49.562Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:50:50.449Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:50:50.449Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:50.451Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:50.451Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:50:50.551Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:50.552Z||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-06-09T11:50:50.552Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:50.564Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:50.565Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:50:51.452Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:50:51.452Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:51.454Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:51.454Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:50:51.554Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:51.555Z||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-06-09T11:50:51.555Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:51.566Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:51.567Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:50:52.454Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:50:52.455Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:52.457Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:52.457Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:50:52.557Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:52.559Z||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-06-09T11:50:52.559Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:52.570Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:52.570Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:50:53.458Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:50:53.459Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:53.461Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:53.461Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T11:50:53.561Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:53.562Z||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-06-09T11:50:53.562Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:53.573Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:53.574Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:50:54.462Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:50:54.462Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:54.464Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:54.464Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:50:54.564Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T11:50:54.565Z||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-06-09T11:50:54.565Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:54.576Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:54.576Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:50:55.465Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:50:55.466Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:55.468Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:55.468Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:50:55.568Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:55.569Z||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-06-09T11:50:55.569Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:55.582Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:55.582Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:50:56.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"serviceName": "basic_onboard_ffuDXr",
"serviceVersion": "1.0",
"serviceUUID": "54ae3e5c-3354-4d58-8c35-afedeb35c15b",
"serviceDescription": "service",
"serviceInvariantUUID": "07850464-29c9-4b94-9e90-8c283ff79621",
"resources": [
{
"resourceInstanceName": "basic_onboard_ffuDXr 0",
"resourceCustomizationUUID": "366f5929-55fb-4f40-b1f5-ed087011f0c8",
"resourceName": "basic_onboard_ffuDXr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cd7dee14-9d66-452c-9771-fe35c34d46b5",
"resourceInvariantUUID": "5f8f98f0-1c59-443d-a765-576c3c72ddfe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ffudxr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"artifactChecksum": "NjY0MDdiNWUyNzkwZGVlZmRlMTc2MTM5NDNlZmVlYzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1eb02b0d-27a3-4ff8-b62c-f380437f7347",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "713432de-7c59-4532-847a-ef90bdbd7319",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1fa23c9a-77ad-4a38-a88f-34b1c4583c57",
"generatedFromUUID": "713432de-7c59-4532-847a-ef90bdbd7319"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1fa23c9a-77ad-4a38-a88f-34b1c4583c57",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFfudxr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"artifactChecksum": "OGY3ZDVkOWRiNWIyZDczZTdjYzQxZDBiMjFmMDA4MWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2d3cd35e-379e-4b73-8f00-e632173c63ea"
}
],
"workloadContext": "Production"
}
2021-06-09T11:50:56.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T11:50:56.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 54ae3e5c-3354-4d58-8c35-afedeb35c15b ASDC
2021-06-09T11:50:56.471Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:909f03b9-d11b-42a0-a046-1afab95b809e
ServiceName:basic_onboard_ffuDXr
ServiceVersion:1.0
ServiceUUID:54ae3e5c-3354-4d58-8c35-afedeb35c15b
ServiceInvariantUUID:07850464-29c9-4b94-9e90-8c283ff79621
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFfudxr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar
ArtifactUUID:2d3cd35e-379e-4b73-8f00-e632173c63ea
ArtifactChecksum:OGY3ZDVkOWRiNWIyZDczZTdjYzQxZDBiMjFmMDA4MWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ffuDXr 0
ResourceCustomizationUUID:366f5929-55fb-4f40-b1f5-ed087011f0c8
ResourceInvariantUUID:5f8f98f0-1c59-443d-a765-576c3c72ddfe
ResourceName:basic_onboard_ffuDXr
ResourceType:VF
ResourceUUID:cd7dee14-9d66-452c-9771-fe35c34d46b5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ffudxr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json
ArtifactUUID:1eb02b0d-27a3-4ff8-b62c-f380437f7347
ArtifactChecksum:NjY0MDdiNWUyNzkwZGVlZmRlMTc2MTM5NDNlZmVlYzA=
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/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:713432de-7c59-4532-847a-ef90bdbd7319
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/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env
ArtifactUUID:1fa23c9a-77ad-4a38-a88f-34b1c4583c57
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/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env
ArtifactUUID:1fa23c9a-77ad-4a38-a88f-34b1c4583c57
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-09T11:50:56.471Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54ae3e5c-3354-4d58-8c35-afedeb35c15b 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-06-09T11:50:56.503Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2d3cd35e-379e-4b73-8f00-e632173c63ea from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:57.240Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:50:57.244Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar 2d3cd35e-379e-4b73-8f00-e632173c63ea 71361
2021-06-09T11:50:57.245Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar ASDC sendASDCNotification
2021-06-09T11:50:57.245Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:57.245Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:50:57.246Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:50:57.247Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:50:57.248Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239457245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:50:57.348Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:50:57.348Z||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-06-09T11:50:57.348Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:50:57.364Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:50:57.364Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:50:58.248Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T11:50:58.250Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-06-09T11:50:58.250Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2d3cd35e-379e-4b73-8f00-e632173c63ea, URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar to file: /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:58.250Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:58.251Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:58.251Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:58.377Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7005121618443568506/Definitions/service-BasicOnboardFfudxr-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-06-09T11:50:59.646Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ffuDXr 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-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-BasicOnboardFfudxr-csar.csar
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is not matching search criteria
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is not matching search criteria
2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31382cbe-9537-4fd6-9f7c-f6ba18fdc906
2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ffuDXr
Description:service
Model UUID:54ae3e5c-3354-4d58-8c35-afedeb35c15b
Model Version:NULL
Model InvariantUuid:07850464-29c9-4b94-9e90-8c283ff79621
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ffuDXr
Model UUID:e01f4759-c318-43c9-8b8a-6a56ba050fd5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f8f98f0-1c59-443d-a765-576c3c72ddfe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:366f5929-55fb-4f40-b1f5-ed087011f0c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4543add7-919a-4fc4-b452-6e590ac70a84
ModelName:BasicOnboardFfudxr..base_ubuntu18..module-0
ModelUuid:1b34d0e8-d512-4eb4-b312-e03d024f616d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:31382cbe-9537-4fd6-9f7c-f6ba18fdc906
ModelInvariantUuid:3da05288-b3f5-456e-80ac-140bad33ec59
ModelName:basic_onboard_ffuDXr-nodes.ubuntu18Cvfc
ModelUuid:1a224669-ebd7-46f0-9e98-c4fd24fb8d00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6ac37252-7e8c-43da-b8cf-b3eadc1ab01a
ModelInvariantUuid:e0b348e5-6d7b-46ac-aa3b-41c0a4f16fb1
ModelName:BasicOnboardFfudxr.compute.nodes.heat.ubuntu18
ModelUuid:e0702e43-4764-4dfd-aa4c-450c4a71927b
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-06-09T11:50:59.659Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cd7dee14-9d66-452c-9771-fe35c34d46b5
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-06-09T11:50:59.662Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||basic_onboard_ffuDXr 0
2021-06-09T11:50:59.662Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd7dee14-9d66-452c-9771-fe35c34d46b5
2021-06-09T11:50:59.662Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1eb02b0d-27a3-4ff8-b62c-f380437f7347 from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json
2021-06-09T11:50:59.663Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:50:59.663Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json
2021-06-09T11:51:00.643Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json 1eb02b0d-27a3-4ff8-b62c-f380437f7347 798
2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json ASDC sendASDCNotification
2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json
2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:51:00.645Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:00.646Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:00.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239460644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:51:00.747Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:00.747Z||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-06-09T11:51:00.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:00.760Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:00.761Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:51:01.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFfudxr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4543add7-919a-4fc4-b452-6e590ac70a84",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b34d0e8-d512-4eb4-b312-e03d024f616d",
"vfModuleModelCustomizationUUID": "011bf059-0c31-4f38-a5ec-7aabee9cf970",
"isBase": true,
"artifacts": [
"713432de-7c59-4532-847a-ef90bdbd7319",
"1fa23c9a-77ad-4a38-a88f-34b1c4583c57"
],
"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-06-09T11:51:01.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFfudxr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b34d0e8-d512-4eb4-b312-e03d024f616d
VfModuleModelInvariantUUID:4543add7-919a-4fc4-b452-6e590ac70a84
VfModuleModelDescription:NULL
Artifacts UUID List:{
713432de-7c59-4532-847a-ef90bdbd7319
,
1fa23c9a-77ad-4a38-a88f-34b1c4583c57
}
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-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFfudxr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4543add7-919a-4fc4-b452-6e590ac70a84",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b34d0e8-d512-4eb4-b312-e03d024f616d",
"vfModuleModelCustomizationUUID": "011bf059-0c31-4f38-a5ec-7aabee9cf970",
"isBase": true,
"artifacts": [
"713432de-7c59-4532-847a-ef90bdbd7319",
"1fa23c9a-77ad-4a38-a88f-34b1c4583c57"
],
"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-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFfudxr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b34d0e8-d512-4eb4-b312-e03d024f616d
VfModuleModelInvariantUUID:4543add7-919a-4fc4-b452-6e590ac70a84
VfModuleModelDescription:NULL
Artifacts UUID List:{
713432de-7c59-4532-847a-ef90bdbd7319
,
1fa23c9a-77ad-4a38-a88f-34b1c4583c57
}
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-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 713432de-7c59-4532-847a-ef90bdbd7319 from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml
2021-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml
2021-06-09T11:51:02.149Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:51:02.149Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml 713432de-7c59-4532-847a-ef90bdbd7319 5033
2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml
2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:02.152Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:02.152Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239462150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:51:02.252Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:02.253Z||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-06-09T11:51:02.253Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:02.265Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:02.265Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:51:03.152Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1fa23c9a-77ad-4a38-a88f-34b1c4583c57 from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env
2021-06-09T11:51:03.153Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-06-09T11:51:03.153Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env
2021-06-09T11:51:03.435Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-06-09T11:51:03.435Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env 1fa23c9a-77ad-4a38-a88f-34b1c4583c57 909
2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env
2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:03.438Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:03.438Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239463436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:51:03.538Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:03.539Z||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-06-09T11:51:03.539Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:03.551Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:03.551Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:51:04.438Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 54ae3e5c-3354-4d58-8c35-afedeb35c15b
2021-06-09T11:51:04.439Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ffuDXr 0 cd7dee14-9d66-452c-9771-fe35c34d46b5 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-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 366f5929-55fb-4f40-b1f5-ed087011f0c8
2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 366f5929-55fb-4f40-b1f5-ed087011f0c8 matches Tosca VF Customization UUID: 366f5929-55fb-4f40-b1f5-ed087011f0c8
2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 366f5929-55fb-4f40-b1f5-ed087011f0c8 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-06-09T11:51:04.454Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.454Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 366f5929-55fb-4f40-b1f5-ed087011f0c8: {\"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-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24c37610
2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 011bf059-0c31-4f38-a5ec-7aabee9cf970
2021-06-09T11:51:04.456Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 011bf059-0c31-4f38-a5ec-7aabee9cf970
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-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is not matching search criteria
2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31382cbe-9537-4fd6-9f7c-f6ba18fdc906
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-06-09T11:51:04.461Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.461Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:51:04.461Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T11:51:04.462Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.462Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria
2021-06-09T11:51:04.462Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=366f5929-55fb-4f40-b1f5-ed087011f0c8
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-06-09T11:51:04.463Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 54ae3e5c-3354-4d58-8c35-afedeb35c15b: basic_onboard_ffuDXr
2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ffuDXr
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-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ffuDXr cd7dee14-9d66-452c-9771-fe35c34d46b5 1 ASDC deployResourceStructure
2021-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json ASDC sendASDCNotification
2021-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json
2021-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:51:04.527Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:04.529Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:04.529Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239464526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:04.629Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:04.630Z||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-06-09T11:51:04.630Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:04.643Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:04.643Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:51:05.530Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T11:51:05.530Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml
2021-06-09T11:51:05.531Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:51:05.531Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:05.533Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:05.533Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239465530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:05.633Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:05.634Z||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-06-09T11:51:05.634Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:05.646Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:05.647Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:51:06.534Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T11:51:06.534Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env
2021-06-09T11:51:06.534Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:51:06.535Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:06.536Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:06.536Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239466534,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:06.637Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:06.638Z||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-06-09T11:51:06.638Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:06.649Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:06.650Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:51:07.541Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar ASDC sendASDCNotification
2021-06-09T11:51:07.541Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar
2021-06-09T11:51:07.541Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:51:07.542Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:07.544Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:07.544Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239467541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:07.644Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:07.645Z||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-06-09T11:51:07.645Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:07.657Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:07.657Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:51:08.553Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909f03b9-d11b-42a0-a046-1afab95b809e
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-06-09T11:51:08.561Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909f03b9-d11b-42a0-a046-1afab95b809e
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-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-06-09T11:51:08.569Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T11:51:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:51:37.079Z||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-06-09T11:51:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:37.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:37.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239444118,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T11:51:37.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:51:37.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239445130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239457245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239460644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239462150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239463436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239464526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239465530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239466534,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:37.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:37.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:51:37.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239467541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:51:37.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:51:38.569Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:51:38.573Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909f03b9-d11b-42a0-a046-1afab95b809e and serviceModelVersionId: 54ae3e5c-3354-4d58-8c35-afedeb35c15b
2021-06-09T11:51:38.573Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07850464-29c9-4b94-9e90-8c283ff79621
2021-06-09T11:51:38.574Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0
2021-06-09T11:51:38.578Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T11:51:38.615Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?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-06-09T11:51:38.616Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0|INFO|500||Invoke
2021-06-09T11:51:38.637Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-09T11:51:39.054Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0|INFO|500||InvokeReturn
2021-06-09T11:51:39.054Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210609-11:51:38:645-78860], vertex-id=[159984], Content-Length=[0], Date=[Wed, 09 Jun 2021 11:51:38 GMT], Content-Type=[application/json]}
2021-06-09T11:51:39.055Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T11:51:39.055Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T11:51:39.055Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-06-09T11:51:39.058Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||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-06-09T11:51:39.058Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909f03b9-d11b-42a0-a046-1afab95b809e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T11:51:39.059Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T11:51:39.059Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:51:39.061Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:51:39.061Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239499058,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T11:51:39.161Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:51:39.162Z||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-06-09T11:51:39.162Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:39.174Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:39.175Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-09T11:51:40.071Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:51:40.072Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:51:40.072Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:49.612Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:49.613Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:51:49.613Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T11:51:49.613Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:51:59.151Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:51:59.152Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:51:59.152Z||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-06-09T11:51:59.152Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:52:08.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:52:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:52:37.077Z||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-06-09T11:52:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:52:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:52:37.078Z||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-06-09T11:52:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:52:37.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:52:37.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T11:52:37.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239499058,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T11:52:37.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:52:46.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:53:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:53:37.077Z||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-06-09T11:53:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:53:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:53:37.078Z||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-06-09T11:53:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:53:46.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:53:46.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:54:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:54:37.077Z||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-06-09T11:54:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:54:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:54:37.078Z||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-06-09T11:54:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:54:46.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:54:46.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:55:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:55:37.077Z||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-06-09T11:55:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:55:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:55:37.078Z||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-06-09T11:55:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:55:46.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:55:46.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:56:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:56:37.077Z||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-06-09T11:56:37.077Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:56:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:56:37.078Z||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-06-09T11:56:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:56:44.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:56:44.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T11:56:44.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c937090-d68d-41c2-b81e-06b017b89cfe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a4de2f63-0a52-40f7-b00c-edba689d9609","serviceDescription":"service","serviceInvariantUUID":"64351b86-cb5e-4e3e-9f20-91defa651c37","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9b382cb0-41ee-44cb-83c2-c9d97b481a46","resourceInvariantUUID":"10b2d5bf-d64a-4eb2-95a3-f5137b11145f","resourceCustomizationUUID":"11fa3743-250d-4188-94f1-fe2c6611c0c1","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":"NWIwYzdkN2QyNjRmZDY5MmYxNjljNjlkOGMxODA3ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f94b029-8c55-417a-9e00-87cf3838b5b3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGJlY2IwMTIzZmVkZDU4OTVlY2M1MmE3ZjI5ZmU1NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"210cd3f1-66c3-4fbe-910b-e7ed287648ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T11:56:44.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:56:44.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:56:44.188Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:56:44.188Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239797076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:56:44.288Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:56:44.289Z||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-06-09T11:56:44.289Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:56:44.301Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:56:44.302Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:56:44.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:56:44.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:56:44.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239797076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:56:44.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239800962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:56:44.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239800884,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:56:44.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:56:44.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:56:44.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239802950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:56:44.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:56:45.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T11:56:45.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:56:45.191Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:56:45.191Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239797076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:56:45.291Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:56:45.292Z||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-06-09T11:56:45.292Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:56:45.305Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:56:45.306Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:56:46.193Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "a4de2f63-0a52-40f7-b00c-edba689d9609",
"serviceDescription": "service",
"serviceInvariantUUID": "64351b86-cb5e-4e3e-9f20-91defa651c37",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "11fa3743-250d-4188-94f1-fe2c6611c0c1",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9b382cb0-41ee-44cb-83c2-c9d97b481a46",
"resourceInvariantUUID": "10b2d5bf-d64a-4eb2-95a3-f5137b11145f",
"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": "MGJlY2IwMTIzZmVkZDU4OTVlY2M1MmE3ZjI5ZmU1NWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "210cd3f1-66c3-4fbe-910b-e7ed287648ba"
}
],
"workloadContext": "Production"
}
2021-06-09T11:56:46.193Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T11:56:46.193Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4de2f63-0a52-40f7-b00c-edba689d9609 ASDC
2021-06-09T11:56:46.193Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0c937090-d68d-41c2-b81e-06b017b89cfe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a4de2f63-0a52-40f7-b00c-edba689d9609
ServiceInvariantUUID:64351b86-cb5e-4e3e-9f20-91defa651c37
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:210cd3f1-66c3-4fbe-910b-e7ed287648ba
ArtifactChecksum:MGJlY2IwMTIzZmVkZDU4OTVlY2M1MmE3ZjI5ZmU1NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11fa3743-250d-4188-94f1-fe2c6611c0c1
ResourceInvariantUUID:10b2d5bf-d64a-4eb2-95a3-f5137b11145f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9b382cb0-41ee-44cb-83c2-c9d97b481a46
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-06-09T11:56:46.193Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4de2f63-0a52-40f7-b00c-edba689d9609 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-06-09T11:56:46.213Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 210cd3f1-66c3-4fbe-910b-e7ed287648ba from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-09T11:56:46.215Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:46.900Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 210cd3f1-66c3-4fbe-910b-e7ed287648ba 52181
2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:56:46.904Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:56:46.904Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239806902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:56:47.004Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:56:47.005Z||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-06-09T11:56:47.005Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:56:47.017Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:56:47.017Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T11:56:47.904Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 210cd3f1-66c3-4fbe-910b-e7ed287648ba, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T11:56:47.986Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13523903181527095156/Definitions/service-BasicNetwork-template.yml
2021-06-09T11:56:48.319Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.325Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.325Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.325Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:a4de2f63-0a52-40f7-b00c-edba689d9609
Model Version:NULL
Model InvariantUuid:64351b86-cb5e-4e3e-9f20-91defa651c37
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:10b2d5bf-d64a-4eb2-95a3-f5137b11145f
Model UUID:3efc9e56-db40-4715-9dee-acef80361df9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:11fa3743-250d-4188-94f1-fe2c6611c0c1
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-06-09T11:56:48.331Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 9b382cb0-41ee-44cb-83c2-c9d97b481a46
2021-06-09T11:56:48.332Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||No resources found for Service: a4de2f63-0a52-40f7-b00c-edba689d9609
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-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||
2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a4de2f63-0a52-40f7-b00c-edba689d9609
2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a4de2f63-0a52-40f7-b00c-edba689d9609
2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-06-09T11:56:48.338Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.342Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.342Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a4de2f63-0a52-40f7-b00c-edba689d9609: Generic NeutronNet
2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T11:56:48.373Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T11:56:48.428Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T11:56:48.429Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T11:56:48.429Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239808427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:56:48.529Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T11:56:48.530Z||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-06-09T11:56:48.530Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:56:48.540Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:56:48.541Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-09T11:56:49.430Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:56:49.439Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:56:49.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:56:49.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:56:49.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:57:19.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:57:19.448Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:57:19.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:57:19.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:57:19.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:57:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:57:37.078Z||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-06-09T11:57:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:57:37.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:57:37.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:57:37.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "clamp",
"timestamp": 1623239802379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:57:37.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:57:49.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:57:49.458Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:57:49.459Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:57:49.459Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:57:49.459Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:58:19.460Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:58:19.468Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:58:19.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:58:19.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:58:19.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:58:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:58:37.078Z||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-06-09T11:58:37.079Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:58:37.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:58:37.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:58:37.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "policy-id",
"timestamp": 1623239799290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:58:37.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:58:37.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:58:37.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "cds",
"timestamp": 1623239798205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:58:37.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:58:49.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:58:49.477Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:58:49.481Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:58:49.481Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:58:49.481Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:59:19.482Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:59:19.489Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:59:19.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:59:19.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T11:59:19.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T11:59:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T11:59:37.078Z||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-06-09T11:59:37.078Z||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 0iWi9ItmA2qKH5sa) ...
2021-06-09T11:59:37.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T11:59:37.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1623239800962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:59:37.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239797076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623239800884,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623239802950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "policy-id",
"timestamp": 1623239799290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "clamp",
"timestamp": 1623239802379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "cds",
"timestamp": 1623239798205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "policy-id",
"timestamp": 1623239806716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "cds",
"timestamp": 1623239806772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239806902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "policy-id",
"timestamp": 1623239807719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:59:37.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "cds",
"timestamp": 1623239807775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-09T11:59:37.112Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe
2021-06-09T11:59:37.112Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239807643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:59:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623239808427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:59:37.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "policy-id",
"timestamp": 1623239808721,
"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-06-09T11:59:37.123Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe
2021-06-09T11:59:37.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "dcae-sch",
"timestamp": 1623239808200,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623239807643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "dcae-sch",
"timestamp": 1623239808200,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "aai-ml",
"timestamp": 1623239815566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "clamp",
"timestamp": 1623239816788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "aai-ml",
"timestamp": 1623239815566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "aai-ml",
"timestamp": 1623239818854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "clamp",
"timestamp": 1623239819790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "clamp",
"timestamp": 1623239820793,
"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-06-09T11:59:37.133Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe
2021-06-09T11:59:37.133Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "aai-ml",
"timestamp": 1623239823042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:59:37.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "aai-ml",
"timestamp": 1623239824045,
"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-06-09T11:59:37.143Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe
2021-06-09T11:59:37.143Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239823984,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239823984,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239828215,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239829638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T11:59:37.151Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T11:59:37.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T11:59:37.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623239830642,
"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-06-09T11:59:37.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe
2021-06-09T11:59:37.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:49.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:59:49.499Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe
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-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:59:49.505Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T12:00:19.505Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T12:00:19.509Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c937090-d68d-41c2-b81e-06b017b89cfe and serviceModelVersionId: a4de2f63-0a52-40f7-b00c-edba689d9609
2021-06-09T12:00:19.509Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64351b86-cb5e-4e3e-9f20-91defa651c37
2021-06-09T12:00:19.510Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0
2021-06-09T12:00:19.513Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T12:00:19.547Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|INFO|500||Invoke
2021-06-09T12:00:19.547Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c937090-d68d-41c2-b81e-06b017b89cfe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[263d3318-b889-4de8-a035-10c373358129], X-ECOMP-RequestID=[0c937090-d68d-41c2-b81e-06b017b89cfe], X-TransactionId=[], X-ONAP-RequestID=[0c937090-d68d-41c2-b81e-06b017b89cfe], Content-Type=[application/merge-patch+json]}
2021-06-09T12:00:19.566Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-09T12:00:19.763Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?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/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210609-12:00:19:576-83274], vertex-id=[155704], Content-Length=[0], Date=[Wed, 09 Jun 2021 12:00:19 GMT], Content-Type=[application/json]}
2021-06-09T12:00:19.764Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-09T12:00:19.765Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|INFO|500||InvokeReturn
2021-06-09T12:00:19.765Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T12:00:19.765Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T12:00:19.770Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T12:00:19.770Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c937090-d68d-41c2-b81e-06b017b89cfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T12:00:19.770Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T12:00:19.771Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:19.773Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:19.773Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240019770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T12:00:19.873Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T12:00:19.874Z||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-06-09T12:00:19.874Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:19.889Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:19.889Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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-06-09T12:00:20.782Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T12:00:20.783Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T12:00:20.783Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:25.075Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:25.076Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T12:00:25.076Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8f3f063-7468-45dd-9a59-3c50a6674b44","serviceName":"Demo_pNF_Uc3D6vrgKdh88NH9LniT","serviceVersion":"1.0","serviceUUID":"36882c8c-0942-4599-9116-9bf6e354d8f9","serviceDescription":"catalog service description","serviceInvariantUUID":"71481342-10fb-45a3-973a-f09884971ea2","resources":[{"resourceInstanceName":"pNF fc717f87-93fa 0","resourceName":"pNF fc717f87-93fa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"baab1f50-54a1-483b-8872-57f1ed70c035","resourceInvariantUUID":"788182de-1c1a-4654-9059-6e78a14a172b","resourceCustomizationUUID":"6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml","artifactChecksum":"NGQ0ZDU1YjdmNmMwMzYzMTU2M2FlMWE5M2M5MmRmNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ba88a09-30b8-4e69-a1aa-2378e7c6f048","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar","artifactChecksum":"OWY5NWMwMTYxNmUzMDkxOGU1MDEwY2M3OGZjNWI5YjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0840a11-aa6c-42b7-a1b2-85f2004c5c14","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7340af7-729e-4194-a901-7f3928b5761f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml","artifactChecksum":"MGE4ODM2YWZiZDRkM2RlYjkwODU3ZmIyYWVhZmUzNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d288db5f-3a00-4ae0-b9d4-e0de4a7680a8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4b2738e-8267-4cb9-851b-6dfbc857481a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5d2da09-d400-4a09-bd6f-9fce6dbb4e83","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml","artifactChecksum":"OWUxMTQ2YjVkNDE3NTY4MmY4ZjBjN2U5NzkxZDY3Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f40c525c-5eb7-4037-b0d3-2312139ab534","artifactVersion":"1"},{"artifactName":"service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar","artifactChecksum":"MTY5NDEyNDJiNDRlOWVkODEzYTYwNDMxYjgwYThkNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bcad6e0-aba9-43a7-a721-8f094d060bec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T12:00:25.078Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:25.078Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:25.080Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:25.080Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T12:00:25.180Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T12:00:25.181Z||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-06-09T12:00:25.181Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:25.191Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:25.192Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:26.080Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:26.082Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:26.083Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:26.083Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T12:00:26.184Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T12:00:26.184Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T12:00:26.184Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:26.195Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:26.196Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:27.084Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:27.085Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:27.086Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:27.086Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-09T12:00:27.187Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T12:00:27.187Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T12:00:27.188Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:27.199Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:27.199Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:28.087Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:28.088Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:28.090Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:28.090Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T12:00:28.190Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T12:00:28.191Z||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-06-09T12:00:28.191Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:28.202Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:28.202Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:29.091Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:29.092Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:29.094Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:29.094Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T12:00:29.194Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T12:00:29.195Z||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-06-09T12:00:29.195Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:29.204Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:29.204Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-09T12:00:30.094Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:30.095Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:30.096Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:30.097Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T12:00:30.197Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T12:00:30.198Z||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-06-09T12:00:30.198Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:30.209Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:30.209Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:31.097Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:31.098Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:31.101Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:31.101Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T12:00:31.202Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T12:00:31.203Z||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-06-09T12:00:31.203Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:31.213Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:31.213Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:32.101Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T12:00:32.102Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:32.104Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:32.104Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240020782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T12:00:32.208Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-06-09T12:00:32.209Z||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-06-09T12:00:32.209Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:32.219Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:32.219Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:33.105Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"serviceName": "Demo_pNF_Uc3D6vrgKdh88NH9LniT",
"serviceVersion": "1.0",
"serviceUUID": "36882c8c-0942-4599-9116-9bf6e354d8f9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "71481342-10fb-45a3-973a-f09884971ea2",
"resources": [
{
"resourceInstanceName": "pNF fc717f87-93fa 0",
"resourceCustomizationUUID": "6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8",
"resourceName": "pNF fc717f87-93fa",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "baab1f50-54a1-483b-8872-57f1ed70c035",
"resourceInvariantUUID": "788182de-1c1a-4654-9059-6e78a14a172b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar",
"artifactChecksum": "MTY5NDEyNDJiNDRlOWVkODEzYTYwNDMxYjgwYThkNjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6bcad6e0-aba9-43a7-a721-8f094d060bec"
}
],
"workloadContext": "Production"
}
2021-06-09T12:00:33.106Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T12:00:33.106Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36882c8c-0942-4599-9116-9bf6e354d8f9 ASDC
2021-06-09T12:00:33.106Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e8f3f063-7468-45dd-9a59-3c50a6674b44
ServiceName:Demo_pNF_Uc3D6vrgKdh88NH9LniT
ServiceVersion:1.0
ServiceUUID:36882c8c-0942-4599-9116-9bf6e354d8f9
ServiceInvariantUUID:71481342-10fb-45a3-973a-f09884971ea2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
ArtifactUUID:6bcad6e0-aba9-43a7-a721-8f094d060bec
ArtifactChecksum:MTY5NDEyNDJiNDRlOWVkODEzYTYwNDMxYjgwYThkNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fc717f87-93fa 0
ResourceCustomizationUUID:6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8
ResourceInvariantUUID:788182de-1c1a-4654-9059-6e78a14a172b
ResourceName:pNF fc717f87-93fa
ResourceType:PNF
ResourceUUID:baab1f50-54a1-483b-8872-57f1ed70c035
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-06-09T12:00:33.106Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36882c8c-0942-4599-9116-9bf6e354d8f9 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-06-09T12:00:33.127Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6bcad6e0-aba9-43a7-a721-8f094d060bec from URL: /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:34.440Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-09T12:00:34.443Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 6bcad6e0-aba9-43a7-a721-8f094d060bec 82537
2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar ASDC sendASDCNotification
2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-09T12:00:34.446Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T12:00:34.446Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623240034444,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T12:00:34.546Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T12:00:34.547Z||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-06-09T12:00:34.547Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ...
2021-06-09T12:00:34.557Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T12:00:34.558Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T12:00:35.447Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6bcad6e0-aba9-43a7-a721-8f094d060bec, URL: /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar to file: /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:35.449Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:35.537Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1099525613705427300/Definitions/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml
2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc717f87-93fa 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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Node template pNF fc717f87-93fa 0 is matching search criteria
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF fc717f87-93fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Node template pNF fc717f87-93fa 0 is matching search criteria
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF fc717f87-93fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Uc3D6vrgKdh88NH9LniT
Description:catalog service description
Model UUID:36882c8c-0942-4599-9116-9bf6e354d8f9
Model Version:NULL
Model InvariantUuid:71481342-10fb-45a3-973a-f09884971ea2
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-06-09T12:00:36.084Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: baab1f50-54a1-483b-8872-57f1ed70c035
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-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||pNF fc717f87-93fa 0
2021-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: baab1f50-54a1-483b-8872-57f1ed70c035
2021-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 36882c8c-0942-4599-9116-9bf6e354d8f9
2021-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 36882c8c-0942-4599-9116-9bf6e354d8f9
2021-06-09T12:00:36.087Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc717f87-93fa 0 baab1f50-54a1-483b-8872-57f1ed70c035 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-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 36882c8c-0942-4599-9116-9bf6e354d8f9: pNF fc717f87-93fa
2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Processing PNF resource: baab1f50-54a1-483b-8872-57f1ed70c035
2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery