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-05T07:40:12.333Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-2lqm5 with PID 14 (/app/app.jar started by so in /app)
2021-06-05T07:40:12.338Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-05T07:40:12.339Z||main|||||INFO|500||The following profiles are active: basic
2021-06-05T07:40:20.380Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-05T07:40:20.380Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-05T07:40:20.461Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-05T07:40:22.175Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-05T07:40:22.343Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-05T07:40:22.781Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-05T07:40:22.789Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-05T07:40:22.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-05T07:40:23.032Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-05T07:40:23.501Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-05T07:40:24.497Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-05T07:40:26.597Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-05T07:40:26.636Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-05T07:40:27.218Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-05T07:40:27.407Z||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-05T07:40:28.700Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-05T07:40:29.731Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-05T07:40:29.755Z||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$$b1bec1ec.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-05T07:40:29.756Z||main|||||WARN|500||The sdc end point is not alive
2021-06-05T07:40:32.225Z||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-05T07:40:34.839Z||main|||||WARN|500||---
2021-06-05T07:40:34.840Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-05T07:40:34.840Z||main|||||WARN|500||---
2021-06-05T07:40:35.141Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-05T07:40:38.320Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:40:38.322Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:40:38.322Z||main|||||INFO|500||Started Application in 28.254 seconds (JVM running for 29.544)
2021-06-05T07:40:38.331Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:40:38.356Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:40:38.449Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48185281-6d5a-4491-b345-f8b4fa49803c url= /sdc/v1/artifactTypes
2021-06-05T07:40:38.449Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:40:39.569Z||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.39.35] 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-05T07:40:39.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2170a581
2021-06-05T07:40:39.575Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:40:39.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:40:39.591Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:40:39.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-05T07:41:28.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:41:28.317Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:41:28.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:41:28.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:41:28.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad3f08ba-1299-4528-b603-7c9d4a0f05ea url= /sdc/v1/artifactTypes
2021-06-05T07:41:28.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:41:29.376Z||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.39.35] 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-05T07:41:29.377Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d039698
2021-06-05T07:41:29.378Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:41:29.378Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:41:29.378Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:41:29.379Z||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-05T07:42:18.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:42:18.317Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:42:18.317Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:42:18.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:42:18.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cb5173e-794f-4a6b-bf49-6067f58dcb57 url= /sdc/v1/artifactTypes
2021-06-05T07:42:18.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:42:19.342Z||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.39.35] 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-05T07:42:19.342Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b3592e
2021-06-05T07:42:19.342Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:42:19.343Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:42:19.343Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:42:19.343Z||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-05T07:43:08.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:43:08.320Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:43:08.321Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:43:08.326Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:43:08.335Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd688241-63e4-4360-8183-e0a7707169a5 url= /sdc/v1/artifactTypes
2021-06-05T07:43:08.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:43:09.358Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.39.35] 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-05T07:43:09.359Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@703f9f49
2021-06-05T07:43:09.360Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:43:09.360Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:43:09.361Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:43:09.363Z||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-05T07:43:58.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:43:58.317Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:43:58.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:43:58.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:43:58.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76e7f40a-3282-4912-9209-d81e4cbecb8b url= /sdc/v1/artifactTypes
2021-06-05T07:43:58.329Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:43:59.342Z||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.39.35] 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-05T07:43:59.343Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b4a8f2a
2021-06-05T07:43:59.343Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:43:59.344Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:43:59.344Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:43:59.344Z||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-05T07:44:48.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:44:48.316Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:44:48.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:44:48.320Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:44:48.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 109466e5-d498-4b6a-b8d2-4d5fdc183b0c url= /sdc/v1/artifactTypes
2021-06-05T07:44:48.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:44:49.358Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.39.35] 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-05T07:44:49.358Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d2a7e10
2021-06-05T07:44:49.358Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-05T07:44:49.359Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-05T07:44:49.359Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-05T07:44:49.359Z||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-05T07:45:38.316Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-05T07:45:38.316Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-05T07:45:38.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-05T07:45:38.320Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-05T07:45:38.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dd9f41b-43e2-4a40-9815-45a347bbda40 url= /sdc/v1/artifactTypes
2021-06-05T07:45:38.326Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-05T07:45:38.536Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-05T07:45:38.543Z||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-05T07:45:38.562Z||scheduling-1|||||DEBUG|500||create keys
2021-06-05T07:45:38.569Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-05T07:45:38.597Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:45:38.612Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 696ddd6c-3a0c-4bde-aa0c-a0208f67fe34 url= /sdc/v1/registerForDistribution
2021-06-05T07:45:38.717Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 696ddd6c-3a0c-4bde-aa0c-a0208f67fe34 url= /sdc/v1/registerForDistribution
2021-06-05T07:45:38.717Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-05T07:45:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:45:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:45:38.733Z||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-05T07:45:38.733Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-05T07:45:38.733Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:45:38.733Z||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-05T07:45:38.733Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:45:48.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:45:49.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:46:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:46:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:46:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:46:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:46:38.729Z||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-05T07:46:38.731Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:46:48.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:46:48.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:47:38.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:47:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:47:38.728Z||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-05T07:47:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:47:38.728Z||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-05T07:47:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:47:48.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:47:48.286Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:48:38.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:48:38.727Z||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-05T07:48:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:48:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:48:38.730Z||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-05T07:48:38.730Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:48:48.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:48:48.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:49:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:49:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:49:38.730Z||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-05T07:49:38.731Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:49:38.732Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:49:38.732Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:49:48.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:49:48.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:50:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:50:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:50:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:50:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:50:38.730Z||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-05T07:50:38.731Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:50:46.569Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-05T07:50:48.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:50:48.275Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:51:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:51:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:51:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:51:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:51:38.729Z||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-05T07:51:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:51:48.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:51:48.280Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:52:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:52:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:52:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:52:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:52:38.729Z||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-05T07:52:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:52:48.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:52:48.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:53:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:53:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:53:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:53:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:53:38.728Z||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-05T07:53:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:53:48.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:53:48.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:54:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:54:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:54:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:54:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:54:38.728Z||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-05T07:54:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:54:48.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:54:48.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:55:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:55:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:55:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:55:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:55:38.728Z||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-05T07:55:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:55:48.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:55:48.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:56:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:56:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:56:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:56:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:56:38.728Z||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-05T07:56:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:56:48.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:56:48.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:57:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:57:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:57:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:57:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:57:38.728Z||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-05T07:57:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:57:48.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:57:48.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:58:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:58:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:58:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:58:38.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:58:38.728Z||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-05T07:58:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:58:48.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:58:48.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:59:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:59:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T07:59:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T07:59:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T07:59:38.728Z||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-05T07:59:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T07:59:48.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T07:59:48.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:00:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:00:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:00:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:00:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:00:38.728Z||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-05T08:00:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:00:48.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:00:48.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:01:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:01:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:01:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:01:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:01:38.728Z||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-05T08:01:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:01:48.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:01:48.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:02:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:02:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:02:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:02:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:02:38.728Z||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-05T08:02:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:02:48.271Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:02:48.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:03:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:03:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:03:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:03:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:03:38.728Z||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-05T08:03:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:03:48.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:03:48.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:04:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:04:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:04:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:04:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:04:38.728Z||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-05T08:04:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:04:48.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:04:48.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:05:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:05:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:05:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:05:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:05:38.728Z||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-05T08:05:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:05:48.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:05:48.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:06:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:06:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:06:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:06:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:06:38.729Z||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-05T08:06:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:06:48.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:06:48.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:07:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:07:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:07:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:07:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:07:38.728Z||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-05T08:07:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:07:48.277Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:07:48.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:08:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:08:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:08:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:08:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:08:38.728Z||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-05T08:08:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:08:48.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:08:48.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:09:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:09:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:09:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:09:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:09:38.728Z||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-05T08:09:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:09:48.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:09:48.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:10:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:10:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:10:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:10:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:10:38.728Z||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-05T08:10:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:10:48.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:10:48.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:11:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:11:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:11:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:11:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:11:38.728Z||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-05T08:11:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:11:48.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:11:48.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:12:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:12:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:12:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:12:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:12:38.728Z||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-05T08:12:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:12:48.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:12:48.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:13:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:13:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:13:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:13:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:13:38.728Z||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-05T08:13:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:13:48.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:13:48.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:14:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:14:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:14:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:14:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:14:38.728Z||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-05T08:14:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:14:48.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:14:48.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:15:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:15:38.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:15:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:15:38.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:15:38.728Z||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-05T08:15:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:15:48.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:15:48.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:16:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:16:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:16:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:16:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:16:38.728Z||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-05T08:16:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:16:48.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:16:48.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:17:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:17:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:17:38.727Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:17:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:17:38.728Z||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-05T08:17:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:17:48.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:17:48.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:18:38.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:18:38.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:18:38.726Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:18:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:18:38.728Z||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-05T08:18:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:18:48.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:18:48.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:19:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:19:38.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:19:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:19:38.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:19:38.729Z||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-05T08:19:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:19:48.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:19:48.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:20:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:20:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:20:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:20:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:20:38.728Z||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-05T08:20:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:20:48.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:20:48.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:21:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:21:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:21:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:21:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:21:38.728Z||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-05T08:21:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:21:48.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:21:48.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:22:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:22:38.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:22:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:22:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:22:38.728Z||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-05T08:22:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:22:48.271Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:22:48.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:23:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:23:38.728Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:23:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:23:38.728Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:23:38.729Z||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-05T08:23:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:23:48.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:23:48.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:24:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:24:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:24:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:24:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:24:38.728Z||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-05T08:24:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:24:48.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:24:48.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:25:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:25:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:25:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:25:38.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:25:38.728Z||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-05T08:25:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:25:48.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:25:48.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:26:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:26:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:26:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:26:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:26:38.729Z||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-05T08:26:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:26:48.269Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:26:48.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:27:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:27:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:27:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:27:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:27:38.728Z||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-05T08:27:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:27:48.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:27:48.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:28:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:28:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:28:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:28:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:28:38.728Z||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-05T08:28:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:28:48.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:28:48.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:29:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:29:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:29:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:29:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:29:38.728Z||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-05T08:29:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:29:48.273Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:29:48.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:30:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:30:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:30:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:30:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:30:38.728Z||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-05T08:30:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:30:48.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:30:48.274Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:31:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:31:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:31:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:31:38.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:31:38.728Z||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-05T08:31:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:31:48.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:31:48.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:32:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:32:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:32:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:32:38.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:32:38.728Z||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-05T08:32:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:32:48.269Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:32:48.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:33:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:33:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:33:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:33:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:33:38.728Z||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-05T08:33:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:33:48.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:33:48.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:34:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:34:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:34:38.728Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:34:38.728Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:34:38.728Z||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-05T08:34:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:34:48.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:34:48.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:35:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:35:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:35:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:35:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:35:38.728Z||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-05T08:35:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:35:48.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:35:48.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:36:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:36:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:36:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:36:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:36:38.728Z||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-05T08:36:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:36:48.269Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:36:48.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:37:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:37:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:37:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:37:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:37:38.728Z||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-05T08:37:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:37:48.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:37:48.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:38:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:38:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:38:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:38:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:38:38.728Z||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-05T08:38:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:38:48.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:38:48.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:39:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:39:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:39:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:39:38.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:39:38.728Z||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-05T08:39:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:39:48.270Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:39:48.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:40:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:40:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:40:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:40:38.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:40:38.728Z||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-05T08:40:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:40:48.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:40:48.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:41:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:41:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:41:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:41:38.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:41:38.728Z||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-05T08:41:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:41:48.269Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:41:48.269Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:42:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:42:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:42:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:42:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:42:38.728Z||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-05T08:42:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:42:48.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:42:48.268Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:43:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:43:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:43:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:43:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:43:38.728Z||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-05T08:43:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:43:48.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:43:48.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:44:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:44:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:44:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:44:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:44:38.728Z||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-05T08:44:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:44:48.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:44:48.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:45:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:45:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:45:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:45:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:45:38.728Z||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-05T08:45:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:45:48.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:45:48.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:46:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:46:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:46:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:46:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:46:38.728Z||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-05T08:46:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:46:48.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:46:48.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:47:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:47:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:47:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:47:38.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:47:38.767Z||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-05T08:47:38.767Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:47:48.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:47:48.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:48:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:48:38.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:48:38.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:48:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:48:38.729Z||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-05T08:48:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:48:48.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:48:48.288Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:49:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:49:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:49:38.726Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:49:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:49:38.728Z||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-05T08:49:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:49:48.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:49:48.272Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:50:38.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:50:38.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:50:38.726Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:50:38.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:50:38.728Z||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-05T08:50:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:50:48.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:50:48.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:51:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:51:38.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:51:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:51:38.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:51:38.729Z||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-05T08:51:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:51:48.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:51:48.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:52:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:52:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:52:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:52:38.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:52:38.728Z||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-05T08:52:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:52:48.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:52:48.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:53:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:53:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:53:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:53:38.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:53:38.728Z||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-05T08:53:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:53:48.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:53:48.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:54:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:54:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:54:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:54:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:54:38.728Z||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-05T08:54:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:54:48.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:54:48.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:55:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:55:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:55:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:55:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:55:38.728Z||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-05T08:55:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:55:48.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:55:48.271Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:56:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:56:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:56:38.727Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:56:38.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:56:38.728Z||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-05T08:56:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:56:48.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:56:48.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:57:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:57:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:57:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:57:38.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:57:38.728Z||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-05T08:57:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:57:48.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:57:48.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:38.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:58:38.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T08:58:38.726Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:58:38.728Z||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-05T08:58:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:58:39.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:39.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883509251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883509503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883503300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883508186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883509503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOTIFIED"
}
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883509251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883503300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883508186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883509503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-05T08:58:39.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883508186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883503300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883509251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883509503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883509251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883503300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883508186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883509503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883508186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883509251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883503300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883509503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "dcae-sch",
"timestamp": 1622883517526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883508186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883509251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883503300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T08:58:39.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:39.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T08:58:39.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3507c61c-55ba-4d7d-8289-0d976f3d8cc2","serviceName":"vFW 2021-06-05 08-55-21","serviceVersion":"1.0","serviceUUID":"4e00670e-28bc-485f-8ebf-7bdfbebfd8e3","serviceDescription":"catalog service description","serviceInvariantUUID":"93aa5394-277e-40ed-b4e6-106688f807a5","resources":[{"resourceInstanceName":"vFW fd70d5af-aba8 0","resourceName":"vFW fd70d5af-aba8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5f21342-cda0-4d9a-9641-730e74e2dfe1","resourceInvariantUUID":"d5e2adce-e385-4134-8381-8e4cf37ac998","resourceCustomizationUUID":"5eb5a934-83d3-471d-850c-6b3b9cb62d13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml","artifactChecksum":"MTU1NzE3YmM1YzQxOGQ2MDAzMzg4YWJiMmVkZWQ3ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f7b93df-d54d-4f17-9726-bd56d361f5c7","artifactVersion":"1"},{"artifactName":"vfwfd70d5afaba80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json","artifactChecksum":"YzM0MjdjOWMyNjI4ODJlNWRiMGU5NGY1ZmEwMGZmYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93c7c075-1fe4-4eff-8c4b-b343677b85d2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ac8cce9-687f-4dd1-a25e-2561e3417ec5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml","artifactChecksum":"YjkzZDlhZjIxN2M4ZGUzMDk0ZWRmMTEzNTZhYzRhNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c270e86b-9fc1-4ed5-92d7-edd5a2c68cc8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb31288f-83d3-4a84-8522-459029333741","artifactVersion":"2","generatedFromUUID":"9ac8cce9-687f-4dd1-a25e-2561e3417ec5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210605085521-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml","artifactChecksum":"YTU0ZjYxYWNkY2M0NDM3M2YzNGFmNTAxOTk1ODUwNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5396d592-b1b5-4411-97f5-5ee5fd0f35ad","artifactVersion":"1"},{"artifactName":"service-Vfw20210605085521-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar","artifactChecksum":"MTUwNGNiOGY4NWMwNmU2NjhjNzllY2FhMDkzOTk5YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ded5bed-bd48-4bbd-a728-4402f98b87fa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T08:58:39.360Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:39.366Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:39.377Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:39.377Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:39.477Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-06-05T08:58:39.480Z||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-05T08:58:39.480Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:39.494Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:39.495Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:40.383Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:40.383Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:40.385Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:40.386Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOTIFIED"
}
2021-06-05T08:58:40.486Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:40.487Z||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-05T08:58:40.487Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:40.497Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:40.497Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:41.386Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:41.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:41.390Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:41.390Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-05T08:58:41.490Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:41.491Z||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-05T08:58:41.491Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:41.502Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:41.502Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:42.391Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:42.392Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:42.394Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:42.394Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:42.494Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:42.495Z||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-05T08:58:42.495Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:42.509Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:42.509Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:43.394Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:43.396Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:43.398Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:43.399Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-05T08:58:43.499Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:43.499Z||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-05T08:58:43.500Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:43.513Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:43.514Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:44.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:44.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:44.402Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:44.402Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T08:58:44.502Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:44.503Z||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-05T08:58:44.503Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:44.513Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:44.514Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:45.402Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T08:58:45.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:45.406Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:45.407Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T08:58:45.507Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:45.508Z||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-05T08:58:45.508Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:45.519Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:45.520Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:46.409Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"serviceName": "vFW 2021-06-05 08-55-21",
"serviceVersion": "1.0",
"serviceUUID": "4e00670e-28bc-485f-8ebf-7bdfbebfd8e3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "93aa5394-277e-40ed-b4e6-106688f807a5",
"resources": [
{
"resourceInstanceName": "vFW fd70d5af-aba8 0",
"resourceCustomizationUUID": "5eb5a934-83d3-471d-850c-6b3b9cb62d13",
"resourceName": "vFW fd70d5af-aba8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f5f21342-cda0-4d9a-9641-730e74e2dfe1",
"resourceInvariantUUID": "d5e2adce-e385-4134-8381-8e4cf37ac998",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfd70d5afaba80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"artifactChecksum": "YzM0MjdjOWMyNjI4ODJlNWRiMGU5NGY1ZmEwMGZmYzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93c7c075-1fe4-4eff-8c4b-b343677b85d2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9ac8cce9-687f-4dd1-a25e-2561e3417ec5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb31288f-83d3-4a84-8522-459029333741",
"generatedFromUUID": "9ac8cce9-687f-4dd1-a25e-2561e3417ec5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb31288f-83d3-4a84-8522-459029333741",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210605085521-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"artifactChecksum": "MTUwNGNiOGY4NWMwNmU2NjhjNzllY2FhMDkzOTk5YjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7ded5bed-bd48-4bbd-a728-4402f98b87fa"
}
],
"workloadContext": "Production"
}
2021-06-05T08:58:46.411Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T08:58:46.411Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3 ASDC
2021-06-05T08:58:46.515Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3507c61c-55ba-4d7d-8289-0d976f3d8cc2
ServiceName:vFW 2021-06-05 08-55-21
ServiceVersion:1.0
ServiceUUID:4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
ServiceInvariantUUID:93aa5394-277e-40ed-b4e6-106688f807a5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210605085521-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
ArtifactUUID:7ded5bed-bd48-4bbd-a728-4402f98b87fa
ArtifactChecksum:MTUwNGNiOGY4NWMwNmU2NjhjNzllY2FhMDkzOTk5YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fd70d5af-aba8 0
ResourceCustomizationUUID:5eb5a934-83d3-471d-850c-6b3b9cb62d13
ResourceInvariantUUID:d5e2adce-e385-4134-8381-8e4cf37ac998
ResourceName:vFW fd70d5af-aba8
ResourceType:VF
ResourceUUID:f5f21342-cda0-4d9a-9641-730e74e2dfe1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfd70d5afaba80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
ArtifactUUID:93c7c075-1fe4-4eff-8c4b-b343677b85d2
ArtifactChecksum:YzM0MjdjOWMyNjI4ODJlNWRiMGU5NGY1ZmEwMGZmYzM=
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/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
ArtifactUUID:9ac8cce9-687f-4dd1-a25e-2561e3417ec5
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/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
ArtifactUUID:bb31288f-83d3-4a84-8522-459029333741
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/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
ArtifactUUID:bb31288f-83d3-4a84-8522-459029333741
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-05T08:58:46.516Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3 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-05T08:58:46.744Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T08:58:46.745Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T08:58:46.746Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T08:58:46.746Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7ded5bed-bd48-4bbd-a728-4402f98b87fa from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:46.746Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:46.747Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:47.291Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:47.306Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar 7ded5bed-bd48-4bbd-a728-4402f98b87fa 98737
2021-06-05T08:58:47.307Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar ASDC sendASDCNotification
2021-06-05T08:58:47.307Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:47.308Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:47.308Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:47.310Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:47.310Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883527306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T08:58:47.410Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:47.411Z||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-05T08:58:47.411Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:47.422Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:47.422Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:48.310Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T08:58:48.311Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T08:58:48.312Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7ded5bed-bd48-4bbd-a728-4402f98b87fa, URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar to file: /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.312Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.435Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.435Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:48.947Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11697181352689727077/Definitions/service-Vfw20210605085521-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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-05T08:58:52.161Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T08:58:52.166Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.167Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd70d5af-aba8 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-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210605085521-csar.csar
2021-06-05T08:58:52.168Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T08:58:52.175Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.177Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.180Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.180Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T08:58:52.182Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T08:58:52.183Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T08:58:52.184Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.184Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.195Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.196Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.196Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.196Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:52.197Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.198Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T08:58:52.199Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:52.200Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-05T08:58:52.201Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:52.202Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83eb5829-5702-4a32-a680-ac2451eeed14
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.203Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a579505-f9d9-4434-89d6-ede6e46181e2
2021-06-05T08:58:52.204Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.205Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c056c73a-9f3e-4358-afd6-59acf2e27605
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.206Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:52.207Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-06-05 08-55-21
Description:catalog service description
Model UUID:4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
Model Version:NULL
Model InvariantUuid:93aa5394-277e-40ed-b4e6-106688f807a5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fd70d5af-aba8
Model UUID:656da94e-92d0-4747-bddc-99261c524192
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5e2adce-e385-4134-8381-8e4cf37ac998
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5eb5a934-83d3-471d-850c-6b3b9cb62d13
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:45736b2b-a40b-4a80-aacb-92bb9a4e691c
ModelName:VfwFd70d5afAba8..base_vfw..module-0
ModelUuid:ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:83eb5829-5702-4a32-a680-ac2451eeed14
ModelInvariantUuid:4e97b3ce-56d0-4dab-bef4-702b4846f32a
ModelName:vFW fd70d5af-aba8-nodes.vfwCvfc
ModelUuid:5f3c131f-e82d-4c43-b0ed-cc51ee6a314e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9d8e467e-83cf-4e30-8401-01b8d19227ad
ModelInvariantUuid:fecc3e98-6331-4790-876a-181c354fd377
ModelName:VfwFd70d5afAba8.compute.nodes.heat.vfw
ModelUuid:6f28fb21-7999-4699-bc96-979c3d105a18
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5a579505-f9d9-4434-89d6-ede6e46181e2
ModelInvariantUuid:7b496015-b128-4694-a924-29d968d5f360
ModelName:vFW fd70d5af-aba8-nodes.vsnCvfc
ModelUuid:1a2c077d-a0c3-4345-a145-e037a4c5a9a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:457e6b7d-1178-410b-b32e-cdebb444bc3c
ModelInvariantUuid:030f8af2-8413-41fe-a249-b6c78d4d7768
ModelName:VfwFd70d5afAba8.compute.nodes.heat.vsn
ModelUuid:5990b753-bae6-4d53-92c5-9e8b14321974
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c056c73a-9f3e-4358-afd6-59acf2e27605
ModelInvariantUuid:f6951339-073d-4605-b0a0-bf015cce9b4c
ModelName:vFW fd70d5af-aba8-nodes.vpgCvfc
ModelUuid:f63977c8-45c0-4d31-a0d6-eb4e5952e01b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:75ae79e0-0628-4fe3-9303-8c7731f26eab
ModelInvariantUuid:68b744c8-a513-4ade-bac0-920ef2a44e42
ModelName:VfwFd70d5afAba8.compute.nodes.heat.vpg
ModelUuid:ceee9e5a-4b35-471a-b3e0-a364117e625e
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-05T08:58:52.228Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f5f21342-cda0-4d9a-9641-730e74e2dfe1
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-05T08:58:52.321Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||vFW fd70d5af-aba8 0
2021-06-05T08:58:52.328Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5f21342-cda0-4d9a-9641-730e74e2dfe1
2021-06-05T08:58:52.328Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 93c7c075-1fe4-4eff-8c4b-b343677b85d2 from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:52.329Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:52.329Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:54.425Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json 93c7c075-1fe4-4eff-8c4b-b343677b85d2 785
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json ASDC sendASDCNotification
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:54.426Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:54.428Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:54.428Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883534426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T08:58:54.528Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:54.529Z||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-05T08:58:54.529Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:54.546Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:54.547Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-06-05T08:58:55.429Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd70d5afAba8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "45736b2b-a40b-4a80-aacb-92bb9a4e691c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7",
"vfModuleModelCustomizationUUID": "024fab6a-7e40-4fe6-be64-25499abc68f1",
"isBase": true,
"artifacts": [
"9ac8cce9-687f-4dd1-a25e-2561e3417ec5",
"bb31288f-83d3-4a84-8522-459029333741"
],
"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-05T08:58:55.452Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd70d5afAba8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7
VfModuleModelInvariantUUID:45736b2b-a40b-4a80-aacb-92bb9a4e691c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ac8cce9-687f-4dd1-a25e-2561e3417ec5
,
bb31288f-83d3-4a84-8522-459029333741
}
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-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd70d5afAba8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "45736b2b-a40b-4a80-aacb-92bb9a4e691c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7",
"vfModuleModelCustomizationUUID": "024fab6a-7e40-4fe6-be64-25499abc68f1",
"isBase": true,
"artifacts": [
"9ac8cce9-687f-4dd1-a25e-2561e3417ec5",
"bb31288f-83d3-4a84-8522-459029333741"
],
"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-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd70d5afAba8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff73ffe8-4e4d-4c3f-9493-49f8b03e4ce7
VfModuleModelInvariantUUID:45736b2b-a40b-4a80-aacb-92bb9a4e691c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ac8cce9-687f-4dd1-a25e-2561e3417ec5
,
bb31288f-83d3-4a84-8522-459029333741
}
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-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ac8cce9-687f-4dd1-a25e-2561e3417ec5 from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:55.456Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:56.048Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml 9ac8cce9-687f-4dd1-a25e-2561e3417ec5 20368
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:56.049Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:56.050Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:56.052Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:56.052Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883536049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T08:58:56.153Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:56.154Z||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-05T08:58:56.154Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:56.167Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:56.168Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:57.053Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb31288f-83d3-4a84-8522-459029333741 from URL: /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:58:57.054Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T08:58:57.054Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:58:57.563Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env bb31288f-83d3-4a84-8522-459029333741 2098
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T08:58:57.564Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:57.566Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:57.567Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883537564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T08:58:57.667Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:57.668Z||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-05T08:58:57.668Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:57.679Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:57.680Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:58.567Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
2021-06-05T08:58:58.568Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd70d5af-aba8 0 f5f21342-cda0-4d9a-9641-730e74e2dfe1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T08:58:58.606Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.606Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5eb5a934-83d3-471d-850c-6b3b9cb62d13
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5eb5a934-83d3-471d-850c-6b3b9cb62d13 matches Tosca VF Customization UUID: 5eb5a934-83d3-471d-850c-6b3b9cb62d13
2021-06-05T08:58:58.607Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5eb5a934-83d3-471d-850c-6b3b9cb62d13 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-05T08:58:58.615Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.615Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.617Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5eb5a934-83d3-471d-850c-6b3b9cb62d13: {\"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-05T08:58:58.617Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@734c2350
2021-06-05T08:58:58.618Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.618Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T08:58:58.618Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 024fab6a-7e40-4fe6-be64-25499abc68f1
2021-06-05T08:58:58.619Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 024fab6a-7e40-4fe6-be64-25499abc68f1
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-05T08:58:58.627Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.627Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.627Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.628Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.628Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.628Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-05T08:58:58.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.630Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:58.631Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.631Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83eb5829-5702-4a32-a680-ac2451eeed14
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-05T08:58:58.639Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.640Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.640Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.640Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.641Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.642Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-05T08:58:58.643Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.643Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a579505-f9d9-4434-89d6-ede6e46181e2
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-05T08:58:58.645Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.645Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.646Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.648Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-05T08:58:58.649Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-05T08:58:58.650Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-05T08:58:58.651Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-05T08:58:58.651Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-05T08:58:58.651Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c056c73a-9f3e-4358-afd6-59acf2e27605
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-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.654Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Node template vFW fd70d5af-aba8 0 is matching search criteria
2021-06-05T08:58:58.655Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fd70d5af-aba8 0] matching following query criteria: sdcType=VF, customizationUUID=5eb5a934-83d3-471d-850c-6b3b9cb62d13
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-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3: vFW fd70d5af-aba8
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.657Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.658Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.659Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T08:58:58.659Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-06-05 08-55-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T08:58:58.659Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-06-05 08-55-21
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-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd70d5af-aba8 f5f21342-cda0-4d9a-9641-730e74e2dfe1 1 ASDC deployResourceStructure
2021-06-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json ASDC sendASDCNotification
2021-06-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json
2021-06-05T08:58:58.928Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:58:58.929Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:58.931Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:58.931Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883538928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T08:58:59.031Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:58:59.032Z||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-05T08:58:59.032Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:58:59.046Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:58:59.047Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:58:59.932Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:58:59.934Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:58:59.934Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883539932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-05T08:59:00.034Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:59:00.035Z||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-05T08:59:00.035Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:59:00.049Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:59:00.049Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:59:00.934Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-05T08:59:00.935Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env
2021-06-05T08:59:00.935Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:59:00.935Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:59:00.937Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:59:00.937Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883540934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-05T08:59:01.037Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T08:59:01.038Z||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-05T08:59:01.039Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:59:01.052Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:59:01.053Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:59:01.939Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar ASDC sendASDCNotification
2021-06-05T08:59:01.939Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar
2021-06-05T08:59:01.939Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T08:59:01.940Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T08:59:01.943Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T08:59:01.943Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883541938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T08:59:02.043Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T08:59:02.044Z||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-05T08:59:02.044Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T08:59:02.060Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:59:02.060Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-05T08:59:02.944Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T08:59:02.968Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T08:59:02.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T08:59:02.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T08:59:02.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T08:59:32.970Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T08:59:32.981Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T08:59:32.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T08:59:32.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T08:59:32.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T08:59:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T08:59:38.729Z||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-05T08:59:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T08:59:38.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T08:59:38.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T08:59:38.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883509503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T08:59:38.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:00:02.985Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:00:02.995Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:00:02.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:00:02.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:00:02.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:00:32.998Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:00:33.010Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:00:33.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:00:33.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:00:33.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:00:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:00:38.729Z||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-05T09:00:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:00:38.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:00:38.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:00:38.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "dcae-sch",
"timestamp": 1622883517526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:00:38.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:03.012Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:01:03.023Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:01:03.026Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:01:03.027Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:01:03.027Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:01:33.027Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:01:33.038Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:01:33.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:01:33.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-05T09:01:33.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-05T09:01:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:01:38.728Z||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-05T09:01:38.729Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:01:38.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:01:38.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883508186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883509251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883503300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "dcae-sch",
"timestamp": 1622883517526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883519875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883520151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883520252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883521058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883521160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883521169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "dcae-sch",
"timestamp": 1622883517526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883519875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883520151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883520252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "cds",
"timestamp": 1622883522177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-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-05T09:01:38.772Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.772Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "dcae-sch",
"timestamp": 1622883517526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883519875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883522773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883520151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883520252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "dcae-sch",
"timestamp": 1622883517526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883519875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883520151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883520252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "dcae-sch",
"timestamp": 1622883517526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883524274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883519875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883520151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883520252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883525281,
"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-05T09:01:38.793Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.793Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883518725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883519875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883525091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883525155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883520151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883520252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883526106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883526283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883519875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883525091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883525155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883520151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883520252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883527110,
"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-05T09:01:38.812Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.812Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883527306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883525091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883525155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883525091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883525155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883528982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883529182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883529363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883525091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883525155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883530202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883525091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883525155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883531103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "policy-id",
"timestamp": 1622883531206,
"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-05T09:01:38.829Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.829Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883531487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883525091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883525155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883534228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883534426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883534577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883534874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883535234,
"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-05T09:01:38.843Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883536049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883536241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883536582,
"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-05T09:01:38.856Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.856Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883537564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883537586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883538928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/vfwfd70d5afaba80_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883539932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883540934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/resourceInstances/vfwfd70d5afaba80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883541938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883549198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883550486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883551083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210605085521/1.0/artifacts/service-Vfw20210605085521-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "aai-ml",
"timestamp": 1622883551490,
"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-05T09:01:38.871Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.872Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "clamp",
"timestamp": 1622883552088,
"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-05T09:01:38.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
2021-06-05T09:01:38.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:01:38.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883569503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883568186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883563299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883569251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883569503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883568186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883563299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883569251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883569503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883568186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883563299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883569251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883569503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883568186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883563299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883569251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883569503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883568186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883563299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883569251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883569503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883568186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883563299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883569251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "dcae-sch",
"timestamp": 1622883577526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883569503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "ves-openapi-manager",
"timestamp": 1622883568186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:01:38.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883563299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883569251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:01:38.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:03.041Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:02:03.055Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2
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-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:02:03.059Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:02:03.060Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:02:03.061Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:02:03.061Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:02:03.061Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:02:03.067Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:02:33.067Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 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-05T09:02:33.084Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and serviceModelVersionId: 4e00670e-28bc-485f-8ebf-7bdfbebfd8e3
2021-06-05T09:02:33.084Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93aa5394-277e-40ed-b4e6-106688f807a5
2021-06-05T09:02:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:02:38.728Z||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-05T09:02:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:02:39.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:39.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "dcae-sch",
"timestamp": 1622883577526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883579840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883579858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883579932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "dcae-sch",
"timestamp": 1622883577526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883579876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883580151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "cds",
"timestamp": 1622883580865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-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-05T09:02:39.275Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.275Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:39.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883580252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883581052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "dcae-sch",
"timestamp": 1622883577526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883579876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883580151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883580252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883582105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "dcae-sch",
"timestamp": 1622883577526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883579876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883582574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883580151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883580252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622883583107,
"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-05T09:02:39.293Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.294Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "dcae-sch",
"timestamp": 1622883577526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883579876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883583578,
"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-05T09:02:39.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883580151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883580252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "dcae-sch",
"timestamp": 1622883577526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883579876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622883584581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883580151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883580252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883579876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883585091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883585155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883580151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883580252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883579876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883585091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883585155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883580151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883580252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883585091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883585155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883588668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883585091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883585155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883588883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883588957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883585091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883585155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883589888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883590386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883585091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883590780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883585155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "policy-id",
"timestamp": 1622883590892,
"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-05T09:02:39.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:39.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883585091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883585155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883592188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883592489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883593194,
"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-05T09:02:39.343Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.343Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:39.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883593529,
"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-05T09:02:39.354Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.354Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:39.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883593546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622883594199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622883594533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883599731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "aai-ml",
"timestamp": 1622883600736,
"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-05T09:02:39.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883605086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:02:39.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "clamp",
"timestamp": 1622883606088,
"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-05T09:02:39.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bc206fc-47a8-42d2-b86d-d7e09aecc830
2021-06-05T09:02:39.402Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:02:45.713Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0
2021-06-05T09:02:45.847Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:02:46.463Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?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-05T09:02:46.467Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0|INFO|500||Invoke
2021-06-05T09:02:46.629Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-05T09:02:46.988Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0|INFO|500||InvokeReturn
2021-06-05T09:02:46.989Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93aa5394-277e-40ed-b4e6-106688f807a5/model-vers/model-ver/4e00670e-28bc-485f-8ebf-7bdfbebfd8e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210605-09:02:46:637-15769], vertex-id=[200904], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:02:46 GMT], Content-Type=[application/json]}
2021-06-05T09:02:46.989Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:02:46.992Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:02:46.992Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:02:46.997Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-06-05T09:02:47.006Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3507c61c-55ba-4d7d-8289-0d976f3d8cc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:02:47.007Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:02:47.007Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:47.009Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:47.009Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883767006,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:02:47.109Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:47.110Z||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-05T09:02:47.110Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:47.121Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:47.121Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-05T09:02:48.021Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:02:48.022Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:02:48.022Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:52.334Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:52.335Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:02:52.335Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bc206fc-47a8-42d2-b86d-d7e09aecc830","serviceName":"basic_onboard_QsmkSR","serviceVersion":"1.0","serviceUUID":"72351c58-c0ff-46c5-8106-b7a9b6d5610d","serviceDescription":"service","serviceInvariantUUID":"7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7","resources":[{"resourceInstanceName":"basic_onboard_QsmkSR 0","resourceName":"basic_onboard_QsmkSR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f1aaf66-7571-41e3-b3e7-2bd7827497c2","resourceInvariantUUID":"e37e08d6-475c-4bc2-94e4-47c0882622a6","resourceCustomizationUUID":"0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml","artifactChecksum":"M2I1Yjc1ZjgxY2E0OGRmNThmYjk4YmU1MTZlODU3MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8738a357-a927-4d5d-b106-15b2e3939f17","artifactVersion":"1"},{"artifactName":"basic_onboard_qsmksr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json","artifactChecksum":"OTQxOTQyOGNhNjBjMTMyOTMzMjQ1ZjQ5NTU3MTNjMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7089c37-a74e-4538-8a9f-dd295e6e4a5b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9941d3c-d211-47a9-b77d-17653cc4ea6b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e71da864-ff9a-45ba-9b17-058907662981","artifactVersion":"2","generatedFromUUID":"2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQsmksr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml","artifactChecksum":"MGIzMjQ1ZTIzZDdiYTI1OTA4Y2U4NGY3OWVkYzdjZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4a0c397-6acb-445b-b3ba-8caf103b4300","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQsmksr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar","artifactChecksum":"ZGQ1Nzc5NWZmOWIzMzc3M2Q0YWY0MzZjZTQwZDExZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e91440e4-72ce-4a59-8a50-22c6782b638a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:02:52.338Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:52.338Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:52.340Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:52.340Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:52.440Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:52.441Z||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-05T09:02:52.441Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:52.451Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:52.451Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:02:53.340Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:53.341Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:53.344Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:53.344Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:02:53.444Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:53.445Z||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-05T09:02:53.445Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:53.457Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:53.458Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:54.344Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:54.345Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:54.348Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:54.348Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:02:54.448Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:54.449Z||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-05T09:02:54.450Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:54.464Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:54.464Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:55.348Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:55.349Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:55.350Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:55.351Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:55.452Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:02:55.453Z||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-05T09:02:55.453Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:55.465Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:55.465Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:56.352Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:56.352Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:56.355Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:56.355Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-05T09:02:56.455Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:56.456Z||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-05T09:02:56.456Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:56.470Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:56.471Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:57.356Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:57.357Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:57.359Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:57.359Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:02:57.459Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:57.460Z||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-05T09:02:57.460Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:57.472Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:57.473Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:02:58.359Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:02:58.360Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:02:58.363Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:02:58.363Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:02:58.463Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:02:58.464Z||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-05T09:02:58.464Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:02:58.475Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:02:58.476Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:02:59.365Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"serviceName": "basic_onboard_QsmkSR",
"serviceVersion": "1.0",
"serviceUUID": "72351c58-c0ff-46c5-8106-b7a9b6d5610d",
"serviceDescription": "service",
"serviceInvariantUUID": "7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7",
"resources": [
{
"resourceInstanceName": "basic_onboard_QsmkSR 0",
"resourceCustomizationUUID": "0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6",
"resourceName": "basic_onboard_QsmkSR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9f1aaf66-7571-41e3-b3e7-2bd7827497c2",
"resourceInvariantUUID": "e37e08d6-475c-4bc2-94e4-47c0882622a6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qsmksr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"artifactChecksum": "OTQxOTQyOGNhNjBjMTMyOTMzMjQ1ZjQ5NTU3MTNjMzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7089c37-a74e-4538-8a9f-dd295e6e4a5b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e71da864-ff9a-45ba-9b17-058907662981",
"generatedFromUUID": "2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e71da864-ff9a-45ba-9b17-058907662981",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQsmksr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"artifactChecksum": "ZGQ1Nzc5NWZmOWIzMzc3M2Q0YWY0MzZjZTQwZDExZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e91440e4-72ce-4a59-8a50-22c6782b638a"
}
],
"workloadContext": "Production"
}
2021-06-05T09:02:59.365Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:02:59.365Z|3507c61c-55ba-4d7d-8289-0d976f3d8cc2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 72351c58-c0ff-46c5-8106-b7a9b6d5610d ASDC
2021-06-05T09:02:59.366Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5bc206fc-47a8-42d2-b86d-d7e09aecc830
ServiceName:basic_onboard_QsmkSR
ServiceVersion:1.0
ServiceUUID:72351c58-c0ff-46c5-8106-b7a9b6d5610d
ServiceInvariantUUID:7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQsmksr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
ArtifactUUID:e91440e4-72ce-4a59-8a50-22c6782b638a
ArtifactChecksum:ZGQ1Nzc5NWZmOWIzMzc3M2Q0YWY0MzZjZTQwZDExZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QsmkSR 0
ResourceCustomizationUUID:0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
ResourceInvariantUUID:e37e08d6-475c-4bc2-94e4-47c0882622a6
ResourceName:basic_onboard_QsmkSR
ResourceType:VF
ResourceUUID:9f1aaf66-7571-41e3-b3e7-2bd7827497c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qsmksr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
ArtifactUUID:c7089c37-a74e-4538-8a9f-dd295e6e4a5b
ArtifactChecksum:OTQxOTQyOGNhNjBjMTMyOTMzMjQ1ZjQ5NTU3MTNjMzU=
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/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae
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/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
ArtifactUUID:e71da864-ff9a-45ba-9b17-058907662981
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/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
ArtifactUUID:e71da864-ff9a-45ba-9b17-058907662981
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-05T09:02:59.366Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72351c58-c0ff-46c5-8106-b7a9b6d5610d 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-05T09:02:59.403Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:02:59.404Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:02:59.404Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:02:59.404Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e91440e4-72ce-4a59-8a50-22c6782b638a from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:02:59.405Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:02:59.405Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:00.047Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar e91440e4-72ce-4a59-8a50-22c6782b638a 71368
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar ASDC sendASDCNotification
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:00.052Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:00.053Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:00.054Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:00.054Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883780052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:00.155Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:03:00.156Z||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-05T09:03:00.156Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:00.168Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:00.168Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:01.055Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:03:01.056Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e91440e4-72ce-4a59-8a50-22c6782b638a, URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar to file: /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.057Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:01.405Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2653108720606977661/Definitions/service-BasicOnboardQsmksr-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-05T09:03:02.915Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:03:02.915Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:03:02.915Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QsmkSR 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-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:02.916Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:03:02.917Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.918Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-05T09:03:02.919Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.920Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:02.921Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is not matching search criteria
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91bbf11c-1b1b-4370-bfc6-f1bb34727564
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.922Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:02.923Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QsmkSR
Description:service
Model UUID:72351c58-c0ff-46c5-8106-b7a9b6d5610d
Model Version:NULL
Model InvariantUuid:7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QsmkSR
Model UUID:6c2e5995-cb21-4657-ac01-33f32665869d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e37e08d6-475c-4bc2-94e4-47c0882622a6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ca1989de-7c9c-483c-8db1-c694472123f5
ModelName:BasicOnboardQsmksr..base_ubuntu18..module-0
ModelUuid:54f05648-dcb3-42f1-95c6-33285471f735
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:91bbf11c-1b1b-4370-bfc6-f1bb34727564
ModelInvariantUuid:8fdfdcd3-6a47-4aa8-aad4-2c88478514a8
ModelName:basic_onboard_QsmkSR-nodes.ubuntu18Cvfc
ModelUuid:e0bdaf2b-cfcd-4af8-8622-49416f56311e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:007c09c2-0109-47ca-8777-5960fe48d98c
ModelInvariantUuid:cc9d85cf-064e-4c86-9460-10af8232921d
ModelName:BasicOnboardQsmksr.compute.nodes.heat.ubuntu18
ModelUuid:72a1b33b-64e8-4593-ab70-ddba90456b70
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-05T09:03:02.930Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f1aaf66-7571-41e3-b3e7-2bd7827497c2
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-05T09:03:02.933Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||basic_onboard_QsmkSR 0
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f1aaf66-7571-41e3-b3e7-2bd7827497c2
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c7089c37-a74e-4538-8a9f-dd295e6e4a5b from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:03:02.934Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json c7089c37-a74e-4538-8a9f-dd295e6e4a5b 798
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json ASDC sendASDCNotification
2021-06-05T09:03:03.571Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:03.572Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:03.572Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:03.574Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:03.574Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883783571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:03.674Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:03.675Z||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-05T09:03:03.675Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:03.689Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:03.690Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:04.574Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQsmksr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca1989de-7c9c-483c-8db1-c694472123f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54f05648-dcb3-42f1-95c6-33285471f735",
"vfModuleModelCustomizationUUID": "6a987708-fc28-4d57-99d0-fcf460e7501e",
"isBase": true,
"artifacts": [
"2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae",
"e71da864-ff9a-45ba-9b17-058907662981"
],
"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-05T09:03:04.577Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQsmksr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54f05648-dcb3-42f1-95c6-33285471f735
VfModuleModelInvariantUUID:ca1989de-7c9c-483c-8db1-c694472123f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae
,
e71da864-ff9a-45ba-9b17-058907662981
}
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-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQsmksr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca1989de-7c9c-483c-8db1-c694472123f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54f05648-dcb3-42f1-95c6-33285471f735",
"vfModuleModelCustomizationUUID": "6a987708-fc28-4d57-99d0-fcf460e7501e",
"isBase": true,
"artifacts": [
"2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae",
"e71da864-ff9a-45ba-9b17-058907662981"
],
"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-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQsmksr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54f05648-dcb3-42f1-95c6-33285471f735
VfModuleModelInvariantUUID:ca1989de-7c9c-483c-8db1-c694472123f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae
,
e71da864-ff9a-45ba-9b17-058907662981
}
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-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:03:04.580Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:05.171Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:05.171Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml 2b52af71-f3ef-4c9e-bf10-7bb7d9e7b6ae 5033
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:05.172Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:05.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:05.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883785172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:05.274Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:05.275Z||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-05T09:03:05.275Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:05.286Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:05.286Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:06.175Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e71da864-ff9a-45ba-9b17-058907662981 from URL: /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:06.176Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:03:06.176Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:06.998Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env e71da864-ff9a-45ba-9b17-058907662981 909
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:03:06.999Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:07.001Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:07.001Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883786999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:07.101Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:07.102Z||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-05T09:03:07.102Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:07.115Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:07.115Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:08.002Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 72351c58-c0ff-46c5-8106-b7a9b6d5610d
2021-06-05T09:03:08.002Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QsmkSR 0 9f1aaf66-7571-41e3-b3e7-2bd7827497c2 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-05T09:03:08.017Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.017Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6 matches Tosca VF Customization UUID: 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
2021-06-05T09:03:08.018Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6 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-05T09:03:08.020Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.020Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6: {\"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-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@618eefb2
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-05T09:03:08.021Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a987708-fc28-4d57-99d0-fcf460e7501e
2021-06-05T09:03:08.022Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a987708-fc28-4d57-99d0-fcf460e7501e
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-05T09:03:08.023Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is not matching search criteria
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-05T09:03:08.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91bbf11c-1b1b-4370-bfc6-f1bb34727564
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-05T09:03:08.027Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.027Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.027Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-05T09:03:08.028Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.028Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QsmkSR 0 is matching search criteria
2021-06-05T09:03:08.028Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QsmkSR 0] matching following query criteria: sdcType=VF, customizationUUID=0d93fc29-72f9-4200-aa9c-c0aee2c4c9c6
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-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 72351c58-c0ff-46c5-8106-b7a9b6d5610d: basic_onboard_QsmkSR
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.030Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QsmkSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:03:08.031Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_QsmkSR
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-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QsmkSR 9f1aaf66-7571-41e3-b3e7-2bd7827497c2 1 ASDC deployResourceStructure
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json ASDC sendASDCNotification
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:08.099Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:08.101Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:08.101Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883788099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:08.201Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:08.202Z||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-05T09:03:08.202Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:08.213Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:08.213Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:09.102Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-05T09:03:09.102Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml
2021-06-05T09:03:09.102Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:09.103Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:09.105Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:09.105Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883789102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:09.205Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:09.206Z||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-05T09:03:09.206Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:09.221Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:09.222Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:10.105Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-05T09:03:10.106Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env
2021-06-05T09:03:10.106Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:10.106Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:10.108Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:10.108Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883790105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:10.208Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:10.209Z||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-05T09:03:10.209Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:10.219Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:10.219Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:11.109Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar ASDC sendASDCNotification
2021-06-05T09:03:11.109Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar
2021-06-05T09:03:11.110Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:03:11.110Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:11.111Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:11.112Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883791109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:11.212Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:11.213Z||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-05T09:03:11.213Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:11.224Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:11.225Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:03:12.113Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830
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-05T09:03:12.121Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830
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-05T09:03:12.123Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:03:12.123Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:03:12.124Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:03:12.128Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:03:38.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:03:38.728Z||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-05T09:03:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:03:39.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:39.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3507c61c-55ba-4d7d-8289-0d976f3d8cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883767006,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:03:39.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:03:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883768021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883780052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883783571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883785172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883786999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883788099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/basic_onboard_qsmksr0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883789102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883790105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/resourceInstances/basic_onboard_qsmksr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883791109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQsmksr/1.0/artifacts/service-BasicOnboardQsmksr-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:03:39.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:03:42.128Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830 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-05T09:03:42.134Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and serviceModelVersionId: 72351c58-c0ff-46c5-8106-b7a9b6d5610d
2021-06-05T09:03:42.134Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7
2021-06-05T09:03:42.134Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0
2021-06-05T09:03:42.138Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:03:42.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|INFO|500||Invoke
2021-06-05T09:03:42.174Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bc206fc-47a8-42d2-b86d-d7e09aecc830], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[143b16cf-2197-456b-b329-ca9654cba4b9], X-ECOMP-RequestID=[5bc206fc-47a8-42d2-b86d-d7e09aecc830], X-TransactionId=[], X-ONAP-RequestID=[5bc206fc-47a8-42d2-b86d-d7e09aecc830], Content-Type=[application/merge-patch+json]}
2021-06-05T09:03:42.198Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-05T09:03:42.461Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?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/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210605-09:03:42:204-84519], vertex-id=[184424], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:03:42 GMT], Content-Type=[application/json]}
2021-06-05T09:03:42.461Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:03:42.462Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7cd20dc5-e80f-4d8c-ac9b-f6f6d43a17c7/model-vers/model-ver/72351c58-c0ff-46c5-8106-b7a9b6d5610d?depth=0|INFO|500||InvokeReturn
2021-06-05T09:03:42.462Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:03:42.462Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bc206fc-47a8-42d2-b86d-d7e09aecc830 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:03:42.467Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:03:42.469Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:03:42.469Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883822467,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:03:42.569Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:03:42.570Z||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-05T09:03:42.570Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:42.583Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:42.584Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-05T09:03:43.481Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:03:43.482Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:03:43.482Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:03:53.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:03:53.024Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:03:53.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:03:53.025Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:04:02.569Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:04:02.569Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:02.570Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:04:02.570Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:04:12.111Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:04:12.112Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:12.112Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:04:12.113Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:04:21.653Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:04:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:04:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:04:38.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:04:38.728Z||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-05T09:04:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:04:39.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:04:39.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-05T09:04:39.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bc206fc-47a8-42d2-b86d-d7e09aecc830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622883822467,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:04:39.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:04:48.270Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:05:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:05:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:05:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:05:38.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:05:38.728Z||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-05T09:05:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:05:48.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:05:48.278Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:06:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:06:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:06:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:06:38.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:06:38.728Z||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-05T09:06:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:06:48.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:06:48.271Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:07:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:07:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:07:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:07:38.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:07:38.728Z||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-05T09:07:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:07:48.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:07:48.270Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:08:38.726Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:08:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:08:38.727Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:08:38.728Z||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-05T09:08:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:08:39.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622884079251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622884080252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622884079876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "policy-id",
"timestamp": 1622884080151,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1622884088186,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "cds",
"timestamp": 1622884088299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622884080252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622884079251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622884079876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "policy-id",
"timestamp": 1622884080151,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1622884088186,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "cds",
"timestamp": 1622884088299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622884089503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622884089503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622884091779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "policy-id",
"timestamp": 1622884092060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "cds",
"timestamp": 1622884092488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "policy-id",
"timestamp": 1622884093065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:08:39.358Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"36e9111c-b3e2-4da8-949b-2b38b112b6fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ee3036f0-054c-4bf5-b87a-5c75a32528d1","serviceDescription":"service","serviceInvariantUUID":"d8748e62-54bf-486b-a87f-6eb1753f1550","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8302812b-8a09-4828-865e-7642335d8671","resourceInvariantUUID":"b497cc31-0c9e-47f0-8223-ad0047a4fabc","resourceCustomizationUUID":"6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e","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":"MzNhOTk2MzRmYWZjNjA2ZmY5MGRiZjhlNTg4NmRlY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45deab24-d593-432c-957d-ba5a6604bc74","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTE1ZjBhMjg5MjI2YTQ4Yjk3NWIwOTk4M2Q0NzY1Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cba8fdcd-9176-40b0-8ac9-685184065ae5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622884093248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "cds",
"timestamp": 1622884093495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-06-05T09:08:39.360Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:08:39.361Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:39.364Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:39.364Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884118726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-05T09:08:39.377Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.378Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe 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-05T09:08:39.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "policy-id",
"timestamp": 1622884094068,
"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-05T09:08:39.389Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.389Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe 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-05T09:08:39.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622884094252,
"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-05T09:08:39.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.401Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe 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-05T09:08:39.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "clamp",
"timestamp": 1622884095091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "aai-ml",
"timestamp": 1622884095155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "clamp",
"timestamp": 1622884095091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "aai-ml",
"timestamp": 1622884095155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "dcae-sch",
"timestamp": 1622884097526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "aai-ml",
"timestamp": 1622884098359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "dcae-sch",
"timestamp": 1622884097526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "aai-ml",
"timestamp": 1622884102465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "aai-ml",
"timestamp": 1622884103468,
"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-05T09:08:39.414Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.414Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe 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-05T09:08:39.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "clamp",
"timestamp": 1622884104141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:08:39.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "clamp",
"timestamp": 1622884106147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:08:39.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "clamp",
"timestamp": 1622884107151,
"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-05T09:08:39.426Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36e9111c-b3e2-4da8-949b-2b38b112b6fe
2021-06-05T09:08:39.426Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e9111c-b3e2-4da8-949b-2b38b112b6fe 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-05T09:08:39.464Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:08:39.464Z||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-05T09:08:39.465Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:39.478Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:08:39.478Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:40.364Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:08:40.365Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:40.367Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:40.368Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884118726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:08:40.467Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:08:40.468Z||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-05T09:08:40.468Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:40.478Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:08:40.478Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:41.369Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ee3036f0-054c-4bf5-b87a-5c75a32528d1",
"serviceDescription": "service",
"serviceInvariantUUID": "d8748e62-54bf-486b-a87f-6eb1753f1550",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8302812b-8a09-4828-865e-7642335d8671",
"resourceInvariantUUID": "b497cc31-0c9e-47f0-8223-ad0047a4fabc",
"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": "ZTE1ZjBhMjg5MjI2YTQ4Yjk3NWIwOTk4M2Q0NzY1Y2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cba8fdcd-9176-40b0-8ac9-685184065ae5"
}
],
"workloadContext": "Production"
}
2021-06-05T09:08:41.370Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:08:41.370Z|5bc206fc-47a8-42d2-b86d-d7e09aecc830|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee3036f0-054c-4bf5-b87a-5c75a32528d1 ASDC
2021-06-05T09:08:41.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:36e9111c-b3e2-4da8-949b-2b38b112b6fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ee3036f0-054c-4bf5-b87a-5c75a32528d1
ServiceInvariantUUID:d8748e62-54bf-486b-a87f-6eb1753f1550
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:cba8fdcd-9176-40b0-8ac9-685184065ae5
ArtifactChecksum:ZTE1ZjBhMjg5MjI2YTQ4Yjk3NWIwOTk4M2Q0NzY1Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e
ResourceInvariantUUID:b497cc31-0c9e-47f0-8223-ad0047a4fabc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8302812b-8a09-4828-865e-7642335d8671
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-06-05T09:08:41.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee3036f0-054c-4bf5-b87a-5c75a32528d1 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-05T09:08:41.392Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:08:41.393Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:08:41.393Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:08:41.394Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cba8fdcd-9176-40b0-8ac9-685184065ae5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-05T09:08:41.394Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:08:41.394Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-05T09:08:42.279Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:08:42.282Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cba8fdcd-9176-40b0-8ac9-685184065ae5 52176
2021-06-05T09:08:42.282Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:42.282Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:42.284Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:08:42.284Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:42.286Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:42.286Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884122282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:08:42.387Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:08:42.388Z||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-05T09:08:42.388Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:42.400Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:08:42.401Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:43.287Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:08:43.288Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:08:43.288Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cba8fdcd-9176-40b0-8ac9-685184065ae5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.288Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-05T09:08:43.289Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.289Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.385Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4330330171165445512/Definitions/service-BasicNetwork-template.yml
2021-06-05T09:08:43.816Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:08:43.816Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:08:43.816Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:08:43.817Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.818Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.819Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.819Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.819Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ee3036f0-054c-4bf5-b87a-5c75a32528d1
Model Version:NULL
Model InvariantUuid:d8748e62-54bf-486b-a87f-6eb1753f1550
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b497cc31-0c9e-47f0-8223-ad0047a4fabc
Model UUID:abbdc54f-9764-4b12-be94-97b446504cb6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6b559dbd-9f15-4fdd-b7fb-5894dd2c6a2e
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-05T09:08:43.824Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8302812b-8a09-4828-865e-7642335d8671
2021-06-05T09:08:43.825Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||No resources found for Service: ee3036f0-054c-4bf5-b87a-5c75a32528d1
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-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ee3036f0-054c-4bf5-b87a-5c75a32528d1
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ee3036f0-054c-4bf5-b87a-5c75a32528d1
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-06-05T09:08:43.828Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.833Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ee3036f0-054c-4bf5-b87a-5c75a32528d1: Generic NeutronNet
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.834Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.860Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.860Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:08:43.861Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.916Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-06-05T09:08:43.916Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.917Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||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-05T09:08:43.917Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-05T09:08:43.917Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:08:43.918Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:08:43.918Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884123916,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-05T09:08:44.018Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:08:44.019Z||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-05T09:08:44.019Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:08:44.030Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:08:44.030Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:08:44.919Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe
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-05T09:08:44.930Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe
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-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-05T09:08:44.933Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-05T09:08:44.939Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-05T09:09:14.939Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe 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-05T09:09:14.944Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36e9111c-b3e2-4da8-949b-2b38b112b6fe and serviceModelVersionId: ee3036f0-054c-4bf5-b87a-5c75a32528d1
2021-06-05T09:09:14.945Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8748e62-54bf-486b-a87f-6eb1753f1550
2021-06-05T09:09:14.945Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0
2021-06-05T09:09:14.950Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-06-05T09:09:14.986Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?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-05T09:09:14.986Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0|INFO|500||Invoke
2021-06-05T09:09:15.006Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-05T09:09:15.229Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0|INFO|500||InvokeReturn
2021-06-05T09:09:15.229Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8748e62-54bf-486b-a87f-6eb1753f1550/model-vers/model-ver/ee3036f0-054c-4bf5-b87a-5c75a32528d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210605-09:09:15:013-5524], vertex-id=[225504], Content-Length=[0], Date=[Sat, 05 Jun 2021 09:09:15 GMT], Content-Type=[application/json]}
2021-06-05T09:09:15.229Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-06-05T09:09:15.230Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-05T09:09:15.230Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-05T09:09:15.234Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-06-05T09:09:15.234Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36e9111c-b3e2-4da8-949b-2b38b112b6fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-05T09:09:15.234Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-05T09:09:15.235Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:15.236Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:15.236Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884155234,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-05T09:09:15.337Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:15.337Z||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-05T09:09:15.337Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:15.352Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:15.352Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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-05T09:09:38.726Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:09:38.726Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-05T09:09:38.726Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:38.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-05T09:09:38.728Z||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-05T09:09:38.728Z||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 bps6J5c742ZA4qLs) ...
2021-06-05T09:09:38.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:38.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-05T09:09:38.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36e9111c-b3e2-4da8-949b-2b38b112b6fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884118726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:38.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-05T09:09:39.346Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:39.347Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-05T09:09:39.347Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bcc5674-08f2-4c43-876e-fca0d61cd273","serviceName":"Demo_pNF_r2V3TbVEAnY4Wf7tQpPK","serviceVersion":"1.0","serviceUUID":"4c548366-753c-418f-8fbf-7722da43ad35","serviceDescription":"catalog service description","serviceInvariantUUID":"4c47de4d-70aa-46a5-9264-d2cc201d1344","resources":[{"resourceInstanceName":"pNF 320d854c-2c17 0","resourceName":"pNF 320d854c-2c17","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3f6c010f-65a6-4624-b8e7-2a6c81a34f87","resourceInvariantUUID":"e122a52b-5565-471d-9fd2-75b46e64b0f4","resourceCustomizationUUID":"587e2373-0b78-4bd5-9831-922e99f99882","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml","artifactChecksum":"OGZmMDM0M2JiMjE4MzE0ZDhkYjU1NWE2NTZlYjYyYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"161ed135-ca5e-4277-ade3-85294e60c394","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar","artifactChecksum":"NWFlY2MwNjI3ZjA5YTlmOTg1ZDZlNTZjMWQzNmVkNGY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1673c7c9-2939-4ba7-86f0-31a22613d370","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f709621-24ad-42b0-b709-43d8bc4bad40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml","artifactChecksum":"NzYyZGY4YTEwNjEwMmQ2N2UwYWIwOGE3MTkwMWE1NDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74993096-3c50-4fec-aa7c-7ddf340972b2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1ca4a74-2989-4969-ae78-d3bc9344646a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8a85bd6-57b1-4853-920f-72f68223c084","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR2v3tbveany4wf7tqppk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml","artifactChecksum":"YTdkNGI3ZTFlYzVmNWViYzBjYzI4MDNhY2VlYjY2OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1ad296d-e678-418d-b28c-3c4a332da914","artifactVersion":"1"},{"artifactName":"service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar","artifactChecksum":"ZjEzNzk5MTkxMjlhZjkyOWJmYjczNWM1MDMzY2NmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec7af08f-beb7-414c-9f36-741e9b48979f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-05T09:09:39.348Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:39.349Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:39.350Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:39.351Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:39.451Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:39.452Z||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-05T09:09:39.452Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:39.463Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:39.464Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:40.351Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:40.352Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:40.353Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:40.353Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:40.453Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:40.454Z||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-05T09:09:40.454Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:40.465Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:40.465Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:41.354Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:41.355Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:41.357Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:41.357Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:41.457Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:41.458Z||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-05T09:09:41.458Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:41.468Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:41.469Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:42.358Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:42.358Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:42.360Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:42.361Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:42.461Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:42.461Z||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-05T09:09:42.461Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:42.470Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:42.470Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:43.361Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:43.363Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:43.365Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:43.366Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:43.466Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:43.467Z||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-05T09:09:43.467Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:43.478Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:43.479Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-05T09:09:44.366Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:44.367Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:44.369Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:44.369Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/resourceInstances/pnf320d854c2c170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:44.469Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:44.470Z||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-05T09:09:44.470Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:44.480Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:44.480Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:45.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:45.370Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:45.372Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:45.372Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-05T09:09:45.473Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-05T09:09:45.473Z||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-05T09:09:45.473Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:45.487Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:45.488Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:46.373Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-05T09:09:46.374Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:46.376Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:46.376Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884178725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
"status": "NOTIFIED"
}
2021-06-05T09:09:46.476Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-05T09:09:46.477Z||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-05T09:09:46.477Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:46.487Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:46.487Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:47.377Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"serviceName": "Demo_pNF_r2V3TbVEAnY4Wf7tQpPK",
"serviceVersion": "1.0",
"serviceUUID": "4c548366-753c-418f-8fbf-7722da43ad35",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4c47de4d-70aa-46a5-9264-d2cc201d1344",
"resources": [
{
"resourceInstanceName": "pNF 320d854c-2c17 0",
"resourceCustomizationUUID": "587e2373-0b78-4bd5-9831-922e99f99882",
"resourceName": "pNF 320d854c-2c17",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "3f6c010f-65a6-4624-b8e7-2a6c81a34f87",
"resourceInvariantUUID": "e122a52b-5565-471d-9fd2-75b46e64b0f4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
"artifactChecksum": "ZjEzNzk5MTkxMjlhZjkyOWJmYjczNWM1MDMzY2NmYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec7af08f-beb7-414c-9f36-741e9b48979f"
}
],
"workloadContext": "Production"
}
2021-06-05T09:09:47.377Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-05T09:09:47.377Z|36e9111c-b3e2-4da8-949b-2b38b112b6fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4c548366-753c-418f-8fbf-7722da43ad35 ASDC
2021-06-05T09:09:47.378Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2bcc5674-08f2-4c43-876e-fca0d61cd273
ServiceName:Demo_pNF_r2V3TbVEAnY4Wf7tQpPK
ServiceVersion:1.0
ServiceUUID:4c548366-753c-418f-8fbf-7722da43ad35
ServiceInvariantUUID:4c47de4d-70aa-46a5-9264-d2cc201d1344
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
ArtifactUUID:ec7af08f-beb7-414c-9f36-741e9b48979f
ArtifactChecksum:ZjEzNzk5MTkxMjlhZjkyOWJmYjczNWM1MDMzY2NmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 320d854c-2c17 0
ResourceCustomizationUUID:587e2373-0b78-4bd5-9831-922e99f99882
ResourceInvariantUUID:e122a52b-5565-471d-9fd2-75b46e64b0f4
ResourceName:pNF 320d854c-2c17
ResourceType:PNF
ResourceUUID:3f6c010f-65a6-4624-b8e7-2a6c81a34f87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-06-05T09:09:47.378Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c548366-753c-418f-8fbf-7722da43ad35 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-05T09:09:47.398Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ec7af08f-beb7-414c-9f36-741e9b48979f from URL: /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-06-05T09:09:47.399Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:48.383Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-06-05T09:09:48.387Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar ec7af08f-beb7-414c-9f36-741e9b48979f 82551
2021-06-05T09:09:48.387Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar ASDC sendASDCNotification
2021-06-05T09:09:48.388Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:48.388Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-05T09:09:48.388Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-06-05T09:09:48.389Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-05T09:09:48.389Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2bcc5674-08f2-4c43-876e-fca0d61cd273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622884188387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-05T09:09:48.490Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-05T09:09:48.490Z||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-05T09:09:48.491Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bps6J5c742ZA4qLs) ...
2021-06-05T09:09:48.503Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-05T09:09:48.504Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-05T09:09:49.390Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ec7af08f-beb7-414c-9f36-741e9b48979f, URL: /sdc/v1/catalog/services/DemoPnfR2v3tbveany4wf7tqppk/1.0/artifacts/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar to file: /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.391Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:49.474Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8597661822422429250/Definitions/service-DemoPnfR2v3tbveany4wf7tqppk-template.yml
2021-06-05T09:09:50.220Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 320d854c-2c17 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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||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-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR2v3tbveany4wf7tqppk-csar.csar
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-06-05T09:09:50.221Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Node template pNF 320d854c-2c17 0 is matching search criteria
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 320d854c-2c17 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Node template pNF 320d854c-2c17 0 is matching search criteria
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 320d854c-2c17 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.222Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.223Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_r2V3TbVEAnY4Wf7tQpPK
Description:catalog service description
Model UUID:4c548366-753c-418f-8fbf-7722da43ad35
Model Version:NULL
Model InvariantUuid:4c47de4d-70aa-46a5-9264-d2cc201d1344
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-05T09:09:50.229Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3f6c010f-65a6-4624-b8e7-2a6c81a34f87
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-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||pNF 320d854c-2c17 0
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3f6c010f-65a6-4624-b8e7-2a6c81a34f87
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4c548366-753c-418f-8fbf-7722da43ad35
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4c548366-753c-418f-8fbf-7722da43ad35
2021-06-05T09:09:50.232Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 320d854c-2c17 0 3f6c010f-65a6-4624-b8e7-2a6c81a34f87 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-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_r2V3TbVEAnY4Wf7tQpPK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4c548366-753c-418f-8fbf-7722da43ad35: pNF 320d854c-2c17
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||INFO|500||Processing PNF resource: 3f6c010f-65a6-4624-b8e7-2a6c81a34f87
2021-06-05T09:09:50.237Z|2bcc5674-08f2-4c43-876e-fca0d61cd273|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery