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-07-13T00:56:29.278Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-mkpqg with PID 14 (/app/app.jar started by so in /app)
2021-07-13T00:56:29.288Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-13T00:56:29.289Z||main|||||INFO|500||The following profiles are active: basic
2021-07-13T00:56:37.022Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-13T00:56:37.023Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-13T00:56:37.103Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-13T00:56:38.646Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-13T00:56:38.837Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-13T00:56:39.169Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-13T00:56:39.176Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-13T00:56:39.275Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-13T00:56:39.423Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-13T00:56:39.901Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-13T00:56:40.822Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-13T00:56:42.814Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-13T00:56:42.853Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-13T00:56:43.264Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-13T00:56:43.368Z||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-07-13T00:56:44.682Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-13T00:56:45.559Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-13T00:56:45.576Z||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$$cd1e949.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-07-13T00:56:45.577Z||main|||||WARN|500||The sdc end point is not alive
2021-07-13T00:56:47.713Z||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-07-13T00:56:49.911Z||main|||||WARN|500||---
2021-07-13T00:56:49.911Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-13T00:56:49.911Z||main|||||WARN|500||---
2021-07-13T00:56:50.190Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-13T00:56:53.179Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-13T00:56:53.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-13T00:56:53.181Z||main|||||INFO|500||Started Application in 26.097 seconds (JVM running for 27.314)
2021-07-13T00:56:53.192Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-13T00:56:53.250Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-13T00:56:53.292Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb1e3be3-22ec-4681-b84d-17b5900f6930 url= /sdc/v1/artifactTypes
2021-07-13T00:56:53.293Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-13T00:56:54.415Z||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.62.108] 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-07-13T00:56:54.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c91bfc6
2021-07-13T00:56:54.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-13T00:56:54.431Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-13T00:56:54.432Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-13T00:56:54.434Z||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-07-13T00:57:43.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-13T00:57:43.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-13T00:57:43.174Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-13T00:57:43.177Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-13T00:57:43.183Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1f4a01c-60c2-49fa-bc6c-447dd9d3f706 url= /sdc/v1/artifactTypes
2021-07-13T00:57:43.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-13T00:57:44.204Z||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.62.108] 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-07-13T00:57:44.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37b0da92
2021-07-13T00:57:44.205Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-13T00:57:44.205Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-13T00:57:44.205Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-13T00:57:44.206Z||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-07-13T00:58:33.175Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-13T00:58:33.178Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-13T00:58:33.179Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-13T00:58:33.188Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-13T00:58:33.197Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 265a90e1-0b76-4431-ba9e-900f3777fcfe url= /sdc/v1/artifactTypes
2021-07-13T00:58:33.197Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-13T00:58:34.221Z||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.62.108] 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-07-13T00:58:34.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17e85912
2021-07-13T00:58:34.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-13T00:58:34.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-13T00:58:34.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-13T00:58:34.223Z||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-07-13T00:59:23.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-13T00:59:23.175Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-13T00:59:23.175Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-13T00:59:23.180Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-13T00:59:23.183Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3387feb0-0469-4525-8895-8546b4448e52 url= /sdc/v1/artifactTypes
2021-07-13T00:59:23.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-13T00:59:24.205Z||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.62.108] 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-07-13T00:59:24.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29c1d70d
2021-07-13T00:59:24.205Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-13T00:59:24.206Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-13T00:59:24.206Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-13T00:59:24.207Z||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-07-13T01:00:13.175Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-13T01:00:13.175Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-13T01:00:13.176Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-13T01:00:13.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-13T01:00:13.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c953cc67-2a3b-487c-bc2a-a380784b6efb url= /sdc/v1/artifactTypes
2021-07-13T01:00:13.187Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-13T01:00:14.220Z||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.62.108] 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-07-13T01:00:14.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e00786d
2021-07-13T01:00:14.220Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-13T01:00:14.220Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-13T01:00:14.221Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-13T01:00:14.221Z||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-07-13T01:01:03.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-13T01:01:03.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-13T01:01:03.175Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-13T01:01:03.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-13T01:01:03.185Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= beccd47f-6775-4e7f-8a71-1da80492f86e url= /sdc/v1/artifactTypes
2021-07-13T01:01:03.186Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-13T01:01:04.205Z||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.62.108] 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-07-13T01:01:04.206Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44559b9a
2021-07-13T01:01:04.206Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-13T01:01:04.206Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-13T01:01:04.206Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-13T01:01:04.207Z||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-07-13T01:01:53.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-13T01:01:53.175Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-13T01:01:53.175Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-13T01:01:53.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-13T01:01:53.184Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29c7a736-dbb6-4304-98c5-bd3317cc421b url= /sdc/v1/artifactTypes
2021-07-13T01:01:53.184Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-13T01:01:53.379Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-13T01:01:53.387Z||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-07-13T01:01:53.417Z||scheduling-1|||||DEBUG|500||create keys
2021-07-13T01:01:53.424Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-13T01:01:53.451Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:01:53.466Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 958124cc-d51b-43ea-916c-557a426cf896 url= /sdc/v1/registerForDistribution
2021-07-13T01:01:53.548Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 958124cc-d51b-43ea-916c-557a426cf896 url= /sdc/v1/registerForDistribution
2021-07-13T01:01:53.548Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-13T01:01:53.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:01:53.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:01:53.565Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-13T01:01:53.568Z||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-07-13T01:01:53.568Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:01:53.568Z||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-07-13T01:01:53.568Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:02:03.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:02:03.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:02:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:02:53.558Z||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-07-13T01:02:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:02:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:02:53.561Z||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-07-13T01:02:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:03:03.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:03:03.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:03:53.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:03:53.558Z||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-07-13T01:03:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:03:53.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:03:53.562Z||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-07-13T01:03:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:04:03.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:04:03.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:04:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:04:53.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T01:04:53.559Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:04:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:04:53.564Z||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-07-13T01:04:53.564Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:05:03.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:05:03.105Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:05:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:05:53.558Z||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-07-13T01:05:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:05:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:05:53.561Z||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-07-13T01:05:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:06:03.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:06:03.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:06:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:06:53.558Z||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-07-13T01:06:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:06:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:06:53.561Z||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-07-13T01:06:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:07:03.051Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-13T01:07:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:07:03.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:07:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:07:53.558Z||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-07-13T01:07:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:07:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:07:53.561Z||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-07-13T01:07:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:08:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:08:03.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:08:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:08:53.558Z||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-07-13T01:08:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:08:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:08:53.560Z||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-07-13T01:08:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:09:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:09:03.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:09:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:09:53.558Z||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-07-13T01:09:53.559Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:09:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:09:53.561Z||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-07-13T01:09:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:10:03.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:10:03.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:10:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:10:53.558Z||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-07-13T01:10:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:10:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:10:53.562Z||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-07-13T01:10:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:11:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:11:03.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:11:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:11:53.558Z||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-07-13T01:11:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:11:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:11:53.561Z||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-07-13T01:11:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:12:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:12:03.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:12:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:12:53.558Z||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-07-13T01:12:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:12:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:12:53.560Z||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-07-13T01:12:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:13:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:13:03.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:13:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:13:53.558Z||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-07-13T01:13:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:13:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:13:53.560Z||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-07-13T01:13:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:14:03.102Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:14:03.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:14:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:14:53.558Z||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-07-13T01:14:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:14:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:14:53.560Z||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-07-13T01:14:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:15:03.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:15:03.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:15:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:15:53.558Z||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-07-13T01:15:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:15:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:15:53.561Z||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-07-13T01:15:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:16:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:16:03.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:16:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:16:53.558Z||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-07-13T01:16:53.559Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:16:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:16:53.560Z||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-07-13T01:16:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:17:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:17:03.100Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:17:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:17:53.558Z||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-07-13T01:17:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:17:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:17:53.561Z||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-07-13T01:17:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:18:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:18:03.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:18:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:18:53.559Z||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-07-13T01:18:53.559Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:18:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:18:53.562Z||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-07-13T01:18:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:19:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:19:03.098Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:19:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:19:53.558Z||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-07-13T01:19:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:19:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:19:53.560Z||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-07-13T01:19:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:20:03.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:20:03.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:20:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:20:53.558Z||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-07-13T01:20:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:20:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:20:53.561Z||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-07-13T01:20:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:21:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:21:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:21:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:21:53.558Z||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-07-13T01:21:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:21:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:21:53.561Z||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-07-13T01:21:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:22:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:22:03.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:22:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:22:53.557Z||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-07-13T01:22:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:22:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:22:53.562Z||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-07-13T01:22:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:23:03.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:23:03.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:23:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:23:53.558Z||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-07-13T01:23:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:23:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:23:53.560Z||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-07-13T01:23:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:24:03.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:24:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:24:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:24:53.558Z||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-07-13T01:24:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:24:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:24:53.561Z||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-07-13T01:24:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:25:03.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:25:03.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:25:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:25:53.558Z||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-07-13T01:25:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:25:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:25:53.560Z||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-07-13T01:25:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:26:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:26:03.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:26:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:26:53.558Z||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-07-13T01:26:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:26:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:26:53.560Z||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-07-13T01:26:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:27:03.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:27:03.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:27:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:27:53.558Z||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-07-13T01:27:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:27:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:27:53.561Z||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-07-13T01:27:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:28:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:28:03.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:28:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:28:53.558Z||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-07-13T01:28:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:28:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:28:53.560Z||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-07-13T01:28:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:29:03.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:29:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:29:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:29:53.558Z||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-07-13T01:29:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:29:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:29:53.561Z||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-07-13T01:29:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:30:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:30:03.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:30:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:30:53.558Z||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-07-13T01:30:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:30:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:30:53.561Z||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-07-13T01:30:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:31:03.100Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:31:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:31:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:31:53.558Z||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-07-13T01:31:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:31:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:31:53.561Z||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-07-13T01:31:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:32:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:32:03.102Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:32:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:32:53.558Z||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-07-13T01:32:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:32:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:32:53.561Z||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-07-13T01:32:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:33:03.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:33:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:33:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:33:53.558Z||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-07-13T01:33:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:33:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:33:53.560Z||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-07-13T01:33:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:34:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:34:03.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:34:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:34:53.558Z||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-07-13T01:34:53.559Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:34:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:34:53.561Z||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-07-13T01:34:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:35:03.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:35:03.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:35:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:35:53.557Z||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-07-13T01:35:53.557Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:35:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:35:53.560Z||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-07-13T01:35:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:36:03.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:36:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:36:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:36:53.558Z||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-07-13T01:36:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:36:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:36:53.561Z||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-07-13T01:36:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:37:03.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:37:03.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:37:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:37:53.558Z||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-07-13T01:37:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:37:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:37:53.560Z||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-07-13T01:37:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:38:03.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:38:03.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:38:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:38:53.558Z||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-07-13T01:38:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:38:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:38:53.561Z||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-07-13T01:38:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:39:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:39:03.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:39:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:39:53.558Z||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-07-13T01:39:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:39:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:39:53.561Z||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-07-13T01:39:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:40:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:40:03.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:40:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:40:53.558Z||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-07-13T01:40:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:40:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:40:53.561Z||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-07-13T01:40:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:41:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:41:03.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:41:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:41:53.557Z||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-07-13T01:41:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:41:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:41:53.560Z||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-07-13T01:41:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:42:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:42:03.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:42:53.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:42:53.559Z||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-07-13T01:42:53.559Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:42:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:42:53.561Z||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-07-13T01:42:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:43:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:43:03.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:43:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:43:53.558Z||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-07-13T01:43:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:43:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:43:53.561Z||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-07-13T01:43:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:44:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:44:03.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:44:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:44:53.558Z||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-07-13T01:44:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:44:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:44:53.560Z||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-07-13T01:44:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:45:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:45:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:45:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:45:53.558Z||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-07-13T01:45:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:45:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:45:53.561Z||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-07-13T01:45:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:46:03.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:46:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:46:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:46:53.558Z||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-07-13T01:46:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:46:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:46:53.560Z||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-07-13T01:46:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:47:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:47:03.099Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:47:53.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:47:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:47:53.560Z||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-07-13T01:47:53.560Z||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-07-13T01:47:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:47:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:48:03.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:48:03.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:48:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:48:53.559Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:48:53.561Z||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-07-13T01:48:53.561Z||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-07-13T01:48:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:48:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:49:03.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:49:03.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:49:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:49:53.559Z||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-07-13T01:49:53.559Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:49:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:49:53.561Z||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-07-13T01:49:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:50:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:50:03.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:50:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:50:53.558Z||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-07-13T01:50:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:50:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:50:53.561Z||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-07-13T01:50:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:51:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:51:03.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:51:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:51:53.558Z||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-07-13T01:51:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:51:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:51:53.561Z||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-07-13T01:51:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:52:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:52:03.098Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:52:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:52:53.558Z||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-07-13T01:52:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:52:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:52:53.561Z||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-07-13T01:52:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:53:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:53:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:53:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:53:53.557Z||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-07-13T01:53:53.557Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:53:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:53:53.561Z||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-07-13T01:53:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:54:03.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:54:03.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:54:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:54:53.558Z||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-07-13T01:54:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:54:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:54:53.560Z||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-07-13T01:54:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:55:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:55:03.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:55:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:55:53.558Z||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-07-13T01:55:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:55:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:55:53.561Z||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-07-13T01:55:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:56:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:56:03.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:56:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:56:53.558Z||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-07-13T01:56:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:56:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:56:53.560Z||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-07-13T01:56:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:57:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:57:03.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:57:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:57:53.558Z||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-07-13T01:57:53.558Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:57:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:57:53.560Z||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-07-13T01:57:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:58:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:58:03.099Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:58:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:58:53.558Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T01:58:53.558Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:58:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:58:53.561Z||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-07-13T01:58:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:59:03.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:59:03.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T01:59:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:59:53.558Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T01:59:53.558Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T01:59:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T01:59:53.561Z||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-07-13T01:59:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:00:03.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:00:03.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:00:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:00:53.557Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:00:53.558Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:00:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:00:53.561Z||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-07-13T02:00:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:01:03.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:01:03.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:01:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:01:53.558Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:01:53.558Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:01:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:01:53.561Z||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-07-13T02:01:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:02:03.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:02:03.098Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:02:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:02:53.558Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:02:53.558Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:02:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:02:53.561Z||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-07-13T02:02:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:03:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:03:03.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:03:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:03:53.557Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:03:53.558Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:03:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:03:53.560Z||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-07-13T02:03:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:04:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:04:03.098Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:04:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:04:53.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:04:53.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:04:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:04:53.561Z||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-07-13T02:04:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:05:03.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:05:03.105Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:05:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:05:53.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:05:53.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:05:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:05:53.561Z||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-07-13T02:05:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:06:03.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:06:03.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:06:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:06:53.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:06:53.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:06:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:06:53.560Z||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-07-13T02:06:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:07:03.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:07:03.097Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:07:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:07:53.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:07:53.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:07:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:07:53.561Z||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-07-13T02:07:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:08:03.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:08:03.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:08:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:08:53.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:08:53.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:08:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:08:53.560Z||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-07-13T02:08:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:09:03.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:09:03.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:09:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:09:53.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:09:53.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:09:53.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:09:53.560Z||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-07-13T02:09:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:10:03.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:10:03.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:10:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:10:53.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:10:53.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:10:53.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:10:53.560Z||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-07-13T02:10:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:11:03.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:11:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:11:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:11:53.557Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:11:53.557Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:11:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:11:53.560Z||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-07-13T02:11:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:12:03.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:12:03.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:12:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:12:53.557Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:12:53.557Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:12:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:12:53.560Z||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-07-13T02:12:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:13:03.094Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:13:03.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:13:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:13:53.558Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:13:53.558Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:13:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:13:53.561Z||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-07-13T02:13:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:13:58.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:13:58.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-13T02:13:58.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef","serviceName":"vFW 2021-07-13 02-11-01","serviceVersion":"1.0","serviceUUID":"21e29628-da02-46c0-aa33-aab85360ea22","serviceDescription":"catalog service description","serviceInvariantUUID":"464e721c-9dd3-4108-82d5-8c92ecf31e9d","resources":[{"resourceInstanceName":"vFW 698968a1-1c8a 0","resourceName":"vFW 698968a1-1c8a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf9e6aae-17f7-4754-ba43-f348e67f1a71","resourceInvariantUUID":"5d7e4562-f81c-4954-a62d-e9679a6583b3","resourceCustomizationUUID":"6589682e-3c7d-42ef-93ff-da3bf626bd5b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ4ZjViZjQ4M2FhMjk5Zjk0Yzk0NDU2OTY1M2NkNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee3d8ecb-6a90-4488-8c85-ffe4b3de5aff","artifactVersion":"1"},{"artifactName":"vfw698968a11c8a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json","artifactChecksum":"OTQzNzYxMDUzMjYyZjdlNGE0YTE1MzA2MjkzNTJiNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c45abbe-eba6-412e-b367-2e25a8d3d274","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTk2ZGI2MzdiZjIxOGI5NjgxNjZlYzgxYTk3YTdjMjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30844a8e-3ebe-4c86-aaa2-c2974cb696b4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0cfee62b-419c-4d01-ba88-788192684216","artifactVersion":"2","generatedFromUUID":"9c45abbe-eba6-412e-b367-2e25a8d3d274"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210713021101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml","artifactChecksum":"Nzk1YzU4M2NlYWFlYjU4N2MwYWE5YTBiNGUxZGY0ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3e28476-e91d-4700-bc07-b0d30ef836ce","artifactVersion":"1"},{"artifactName":"service-Vfw20210713021101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar","artifactChecksum":"ZjZlMmY1YTlhODE0ZmU0MDRlZGY0N2NjZWI5NjAzYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d269431-becc-4efa-881b-3fb61fe50294","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-13T02:13:58.860Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:13:58.864Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:13:58.871Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:13:58.871Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:13:58.972Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-13T02:13:58.977Z||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-07-13T02:13:58.978Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:13:58.990Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:13:58.990Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:13:59.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:13:59.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:13:59.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:13:59.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:13:59.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:13:59.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:13:59.879Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:13:59.879Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:13:59.979Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:13:59.980Z||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-07-13T02:13:59.980Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:13:59.996Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:13:59.996Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:00.879Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:14:00.880Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:00.882Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:00.882Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:14:00.983Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:00.983Z||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-07-13T02:14:00.983Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:00.995Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:00.995Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:01.883Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:14:01.884Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:01.887Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:01.887Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:14:01.987Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:01.988Z||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-07-13T02:14:01.988Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:01.999Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:01.999Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:02.888Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:14:02.889Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:02.891Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:02.892Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-13T02:14:02.991Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-13T02:14:02.992Z||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-07-13T02:14:02.993Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:03.002Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:03.002Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:03.893Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:14:03.894Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:03.897Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:03.897Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:14:03.997Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:03.998Z||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-07-13T02:14:03.998Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:04.010Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:04.011Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:04.898Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:14:04.899Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:04.901Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:04.901Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:14:05.001Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:05.002Z||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-07-13T02:14:05.002Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:05.011Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:05.011Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:05.904Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"serviceName": "vFW 2021-07-13 02-11-01",
"serviceVersion": "1.0",
"serviceUUID": "21e29628-da02-46c0-aa33-aab85360ea22",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "464e721c-9dd3-4108-82d5-8c92ecf31e9d",
"resources": [
{
"resourceInstanceName": "vFW 698968a1-1c8a 0",
"resourceCustomizationUUID": "6589682e-3c7d-42ef-93ff-da3bf626bd5b",
"resourceName": "vFW 698968a1-1c8a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bf9e6aae-17f7-4754-ba43-f348e67f1a71",
"resourceInvariantUUID": "5d7e4562-f81c-4954-a62d-e9679a6583b3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw698968a11c8a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"artifactChecksum": "OTQzNzYxMDUzMjYyZjdlNGE0YTE1MzA2MjkzNTJiNDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9c45abbe-eba6-412e-b367-2e25a8d3d274",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0cfee62b-419c-4d01-ba88-788192684216",
"generatedFromUUID": "9c45abbe-eba6-412e-b367-2e25a8d3d274"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0cfee62b-419c-4d01-ba88-788192684216",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210713021101-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"artifactChecksum": "ZjZlMmY1YTlhODE0ZmU0MDRlZGY0N2NjZWI5NjAzYmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2d269431-becc-4efa-881b-3fb61fe50294"
}
],
"workloadContext": "Production"
}
2021-07-13T02:14:05.905Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-13T02:14:05.906Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21e29628-da02-46c0-aa33-aab85360ea22 ASDC
2021-07-13T02:14:06.012Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
ServiceName:vFW 2021-07-13 02-11-01
ServiceVersion:1.0
ServiceUUID:21e29628-da02-46c0-aa33-aab85360ea22
ServiceInvariantUUID:464e721c-9dd3-4108-82d5-8c92ecf31e9d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210713021101-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar
ArtifactUUID:2d269431-becc-4efa-881b-3fb61fe50294
ArtifactChecksum:ZjZlMmY1YTlhODE0ZmU0MDRlZGY0N2NjZWI5NjAzYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 698968a1-1c8a 0
ResourceCustomizationUUID:6589682e-3c7d-42ef-93ff-da3bf626bd5b
ResourceInvariantUUID:5d7e4562-f81c-4954-a62d-e9679a6583b3
ResourceName:vFW 698968a1-1c8a
ResourceType:VF
ResourceUUID:bf9e6aae-17f7-4754-ba43-f348e67f1a71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw698968a11c8a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json
ArtifactUUID:59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f
ArtifactChecksum:OTQzNzYxMDUzMjYyZjdlNGE0YTE1MzA2MjkzNTJiNDQ=
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/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml
ArtifactUUID:9c45abbe-eba6-412e-b367-2e25a8d3d274
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/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env
ArtifactUUID:0cfee62b-419c-4d01-ba88-788192684216
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/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env
ArtifactUUID:0cfee62b-419c-4d01-ba88-788192684216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-13T02:14:06.012Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21e29628-da02-46c0-aa33-aab85360ea22 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-07-13T02:14:06.441Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:14:06.455Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:14:06.456Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:14:06.456Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2d269431-becc-4efa-881b-3fb61fe50294 from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:06.456Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:14:06.457Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:07.401Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:14:07.418Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar 2d269431-becc-4efa-881b-3fb61fe50294 110102
2021-07-13T02:14:07.423Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar ASDC sendASDCNotification
2021-07-13T02:14:07.423Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:07.424Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:14:07.425Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:07.427Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:07.427Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142447418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:14:07.527Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:07.529Z||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-07-13T02:14:07.529Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:07.540Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:07.541Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:08.428Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:14:08.430Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:14:08.431Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2d269431-becc-4efa-881b-3fb61fe50294, URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar to file: /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:08.431Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210713021101-csar.csar
2021-07-13T02:14:08.553Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:08.553Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:09.001Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17530517152057953383/Definitions/service-Vfw20210713021101-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-07-13T02:14:11.875Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||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-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||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-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 698968a1-1c8a 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-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 698968a1-1c8a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||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-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||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-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||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-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:14:11.886Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.887Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:11.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:11.890Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:14:11.891Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:14:11.893Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.893Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria
2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.899Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-13T02:14:11.899Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria
2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=965ef33b-d343-4662-81fd-ce27949dfe6d
2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria
2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d681dbb1-cd57-4580-8d9b-5843c6e8b72f
2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria
2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34bc5395-94de-4fdd-aafc-bfac4bc1248a
2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:11.909Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:11.909Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:11.909Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-13 02-11-01
Description:catalog service description
Model UUID:21e29628-da02-46c0-aa33-aab85360ea22
Model Version:NULL
Model InvariantUuid:464e721c-9dd3-4108-82d5-8c92ecf31e9d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 698968a1-1c8a
Model UUID:89fcdecd-a2fb-47c3-bd28-3a3649aacf97
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d7e4562-f81c-4954-a62d-e9679a6583b3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6589682e-3c7d-42ef-93ff-da3bf626bd5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3c14cb1d-af60-4147-a439-b9bd364fc426
ModelName:Vfw698968a11c8a..base_vfw..module-0
ModelUuid:7b8dfd0c-8816-4155-88b3-6e1433201815
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:965ef33b-d343-4662-81fd-ce27949dfe6d
ModelInvariantUuid:818b969f-20c1-41d2-9bae-01402ea547ac
ModelName:vFW 698968a1-1c8a-nodes.vfwCvfc
ModelUuid:dff3fe7c-7cab-4c43-b818-3abc16f2bf68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e1c0971e-efd9-4581-be92-2ca27ddc8461
ModelInvariantUuid:b404374c-96c6-4cde-8032-8675a316a4cf
ModelName:Vfw698968a11c8a.compute.nodes.heat.vfw
ModelUuid:32cfb1fe-3e55-4db0-aec3-4482f76170cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d681dbb1-cd57-4580-8d9b-5843c6e8b72f
ModelInvariantUuid:04f4b078-8836-4b34-9396-e247b856daed
ModelName:vFW 698968a1-1c8a-nodes.vsnCvfc
ModelUuid:134bb898-513a-4fad-b377-facaa7fbb5d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d472b4b4-e885-463d-a790-fa0865c34916
ModelInvariantUuid:c4548a73-362d-47af-b65c-3130aa05c227
ModelName:Vfw698968a11c8a.compute.nodes.heat.vsn
ModelUuid:1610070c-b3e2-4114-9294-33ece44833af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:34bc5395-94de-4fdd-aafc-bfac4bc1248a
ModelInvariantUuid:794e7985-e8dd-42a2-b172-0cb87967622d
ModelName:vFW 698968a1-1c8a-nodes.vpgCvfc
ModelUuid:c53e53b6-cbb7-4fe3-83f6-23b1b105ba8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:70a96fbd-f11f-4c2f-a9ea-be2c575818f0
ModelInvariantUuid:38796b62-d1f1-4c66-bdd4-8d5619553a37
ModelName:Vfw698968a11c8a.compute.nodes.heat.vpg
ModelUuid:a6941c87-fa77-4349-b854-651e325b87ae
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-07-13T02:14:11.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bf9e6aae-17f7-4754-ba43-f348e67f1a71
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-07-13T02:14:12.028Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||vFW 698968a1-1c8a 0
2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf9e6aae-17f7-4754-ba43-f348e67f1a71
2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json
2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json
2021-07-13T02:14:12.919Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:14:12.919Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json 59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f 785
2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json ASDC sendASDCNotification
2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json
2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:12.922Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:12.922Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142452920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:14:13.022Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:13.023Z||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-07-13T02:14:13.024Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:13.034Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:13.034Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:13.927Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw698968a11c8a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3c14cb1d-af60-4147-a439-b9bd364fc426",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7b8dfd0c-8816-4155-88b3-6e1433201815",
"vfModuleModelCustomizationUUID": "f28da96d-a0da-4976-b530-7953382dff5a",
"isBase": true,
"artifacts": [
"9c45abbe-eba6-412e-b367-2e25a8d3d274",
"0cfee62b-419c-4d01-ba88-788192684216"
],
"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-07-13T02:14:13.952Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw698968a11c8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b8dfd0c-8816-4155-88b3-6e1433201815
VfModuleModelInvariantUUID:3c14cb1d-af60-4147-a439-b9bd364fc426
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c45abbe-eba6-412e-b367-2e25a8d3d274
,
0cfee62b-419c-4d01-ba88-788192684216
}
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-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw698968a11c8a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3c14cb1d-af60-4147-a439-b9bd364fc426",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7b8dfd0c-8816-4155-88b3-6e1433201815",
"vfModuleModelCustomizationUUID": "f28da96d-a0da-4976-b530-7953382dff5a",
"isBase": true,
"artifacts": [
"9c45abbe-eba6-412e-b367-2e25a8d3d274",
"0cfee62b-419c-4d01-ba88-788192684216"
],
"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-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw698968a11c8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b8dfd0c-8816-4155-88b3-6e1433201815
VfModuleModelInvariantUUID:3c14cb1d-af60-4147-a439-b9bd364fc426
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c45abbe-eba6-412e-b367-2e25a8d3d274
,
0cfee62b-419c-4d01-ba88-788192684216
}
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-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c45abbe-eba6-412e-b367-2e25a8d3d274 from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml
2021-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml
2021-07-13T02:14:14.292Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml 9c45abbe-eba6-412e-b367-2e25a8d3d274 20368
2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml
2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:14.295Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:14.295Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142454293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:14:14.396Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:14.396Z||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-07-13T02:14:14.397Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:14.406Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:14.407Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:15.295Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cfee62b-419c-4d01-ba88-788192684216 from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env
2021-07-13T02:14:15.296Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:14:15.297Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env
2021-07-13T02:14:15.502Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:14:15.502Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env 0cfee62b-419c-4d01-ba88-788192684216 2098
2021-07-13T02:14:15.502Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-13T02:14:15.503Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env
2021-07-13T02:14:15.503Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:14:15.503Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:15.504Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:15.504Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142455502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:14:15.605Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-13T02:14:15.605Z||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-07-13T02:14:15.606Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:15.617Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:15.617Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:16.505Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 21e29628-da02-46c0-aa33-aab85360ea22
2021-07-13T02:14:16.506Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 698968a1-1c8a 0 bf9e6aae-17f7-4754-ba43-f348e67f1a71 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-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6589682e-3c7d-42ef-93ff-da3bf626bd5b
2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6589682e-3c7d-42ef-93ff-da3bf626bd5b matches Tosca VF Customization UUID: 6589682e-3c7d-42ef-93ff-da3bf626bd5b
2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6589682e-3c7d-42ef-93ff-da3bf626bd5b 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-07-13T02:14:16.554Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.555Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.555Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6589682e-3c7d-42ef-93ff-da3bf626bd5b: {\"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-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@976ceb1
2021-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f28da96d-a0da-4976-b530-7953382dff5a
2021-07-13T02:14:16.557Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f28da96d-a0da-4976-b530-7953382dff5a
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-07-13T02:14:16.561Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.561Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:16.561Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=965ef33b-d343-4662-81fd-ce27949dfe6d
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-07-13T02:14:16.573Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.573Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:16.573Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d681dbb1-cd57-4580-8d9b-5843c6e8b72f
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-07-13T02:14:16.577Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.577Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:16.577Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34bc5395-94de-4fdd-aafc-bfac4bc1248a
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-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria
2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=6589682e-3c7d-42ef-93ff-da3bf626bd5b
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-07-13T02:14:16.583Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 21e29628-da02-46c0-aa33-aab85360ea22: vFW 698968a1-1c8a
2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-07-13 02-11-01
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-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 698968a1-1c8a bf9e6aae-17f7-4754-ba43-f348e67f1a71 1 ASDC deployResourceStructure
2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json ASDC sendASDCNotification
2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json
2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:16.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:16.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142456878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:14:16.980Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:16.981Z||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-07-13T02:14:16.981Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:16.990Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:16.991Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-13T02:14:17.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-13T02:14:17.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml
2021-07-13T02:14:17.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:14:17.882Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:17.884Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:17.884Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142457881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-13T02:14:17.984Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:17.985Z||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-07-13T02:14:17.985Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:17.994Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:17.994Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:18.885Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-13T02:14:18.885Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env
2021-07-13T02:14:18.885Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:14:18.886Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:18.887Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:18.887Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142458884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-13T02:14:18.988Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:18.989Z||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-07-13T02:14:18.989Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:19.000Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:19.001Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:14:19.888Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar ASDC sendASDCNotification
2021-07-13T02:14:19.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar
2021-07-13T02:14:19.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:14:19.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:14:19.891Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:14:19.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142459888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:14:19.992Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:14:19.993Z||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-07-13T02:14:19.993Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:20.002Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:20.003Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-13T02:14:20.893Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:14:20.917Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:14:20.919Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:14:20.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-13T02:14:20.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-13T02:14:50.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:14:50.931Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:14:50.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:14:50.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-13T02:14:50.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-13T02:14:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:14:53.561Z||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-07-13T02:14:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:14:53.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:14:53.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:14:53.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142433798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:14:53.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:15:20.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:15:20.944Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:15:20.947Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:15:20.947Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-13T02:15:20.947Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-13T02:15:50.948Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:15:50.958Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:15:50.960Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:15:50.960Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-13T02:15:50.961Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-13T02:15:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:15:53.561Z||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-07-13T02:15:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:15:53.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:15:53.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:15:53.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "dcae-sch",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:15:53.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:15:53.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:15:53.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:15:53.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142435151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:15:53.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142432654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:15:53.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:20.961Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:16:20.976Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:16:20.981Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:16:20.981Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-13T02:16:20.981Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-13T02:16:50.982Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:16:50.994Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:16:50.997Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:16:50.998Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-13T02:16:50.998Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-13T02:16:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:16:53.561Z||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-07-13T02:16:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:16:53.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:16:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142433798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "dcae-sch",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142435151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142432654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142433798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "dcae-sch",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142435151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142432654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142433798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "dcae-sch",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142435151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142432654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142441493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142433798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "dcae-sch",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142435151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142432654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142441493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142433798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "dcae-sch",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142435151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142432654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142441493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142433798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "dcae-sch",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142433557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142432501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142435151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142432654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142441493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142441493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142445720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142446703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142446799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142446788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142441493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142446545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142445720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142447418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "cds",
"timestamp": 1626142447811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-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-07-13T02:16:53.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.616Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142447795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142441493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142446545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142445720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142448701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "policy-id",
"timestamp": 1626142448799,
"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-07-13T02:16:53.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142446545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142445720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142450012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142446545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142445720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142450500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142450503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142446545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142445720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142451510,
"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-07-13T02:16:53.653Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.653Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142451940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142450503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142446545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142445720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142452516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142452920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142453122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142450503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142446545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142453593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142450503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142454293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142454698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142455006,
"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-07-13T02:16:53.670Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.670Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142450503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142455502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142456009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142456014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142450503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142456878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142450503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142457289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142457084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142457881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142458295,
"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-07-13T02:16:53.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.684Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142458364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142457084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142458849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142458884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142459300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142459368,
"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-07-13T02:16:53.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.698Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142457084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142459888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142457084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142457084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142457084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142457084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142471386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "aai-ml",
"timestamp": 1626142472390,
"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-07-13T02:16:53.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.715Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142475918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:16:53.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142477926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:16:53.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:16:53.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "clamp",
"timestamp": 1626142478929,
"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-07-13T02:16:53.732Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
2021-07-13T02:16:53.732Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142478798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142487084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142481493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142480503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142486545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142478798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142487084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142481493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142480503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142486545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142478798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142487084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142481493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142480503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142486545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142478798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142487084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142481493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142480503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142486545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142478798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142487084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142481493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142480503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142486545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "dcae-sch",
"timestamp": 1626142492501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142492500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142492654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142478798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142487084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142481493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142480503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:16:53.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:16:53.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142486545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:16:53.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:20.998Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:17:21.012Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef
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-07-13T02:17:21.015Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:17:21.015Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-13T02:17:21.015Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-13T02:17:21.022Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-13T02:17:51.022Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:17:51.030Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef and serviceModelVersionId: 21e29628-da02-46c0-aa33-aab85360ea22
2021-07-13T02:17:51.031Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 464e721c-9dd3-4108-82d5-8c92ecf31e9d
2021-07-13T02:17:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:17:53.561Z||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-07-13T02:17:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:17:54.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:17:54.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "dcae-sch",
"timestamp": 1626142492501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142492500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142492654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142487084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142478798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142481493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142480503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142486545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "dcae-sch",
"timestamp": 1626142492501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142492500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142492654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142495525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142495523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142495541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142495560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "dcae-sch",
"timestamp": 1626142492501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142492500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142492654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "cds",
"timestamp": 1626142496529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-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-07-13T02:17:54.114Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.114Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142496691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142496717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "dcae-sch",
"timestamp": 1626142492501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142492500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142492654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "dcae-sch",
"timestamp": 1626142492501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142492500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142498206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142498209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142492654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "dcae-sch",
"timestamp": 1626142492501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142492500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142499214,
"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-07-13T02:17:54.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142499220,
"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-07-13T02:17:54.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142492654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142500217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:17:54.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142500223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:17:54.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142500790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142501017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142502021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:17:54.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142502597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:17:54.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "policy-id",
"timestamp": 1626142503024,
"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-07-13T02:17:54.177Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.177Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142503108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "aai-ml",
"timestamp": 1626142503600,
"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-07-13T02:17:54.195Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142504897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142505905,
"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-07-13T02:17:54.214Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.214Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142505720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142506909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:17:54.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142506915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142505720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142505720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142508921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:17:54.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142505720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "clamp",
"timestamp": 1626142509923,
"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-07-13T02:17:54.248Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.248Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142505720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142505720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:17:54.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142505720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:17:54.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:17:54.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142513516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:17:54.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142515689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:17:54.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142516692,
"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-07-13T02:17:54.269Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e
2021-07-13T02:17:54.269Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:18:02.277Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0
2021-07-13T02:18:02.428Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-07-13T02:18:02.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?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-07-13T02:18:02.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0|INFO|500||Invoke
2021-07-13T02:18:03.057Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-13T02:18:03.395Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0|INFO|500||InvokeReturn
2021-07-13T02:18:03.396Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210713-02:18:03:066-28601], vertex-id=[213232], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:18:03 GMT], Content-Type=[application/json]}
2021-07-13T02:18:03.396Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-07-13T02:18:03.402Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-13T02:18:03.402Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-13T02:18:03.405Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-13T02:18:03.406Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-13T02:18:03.407Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-13T02:18:03.408Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:03.410Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:03.410Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142683407,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-13T02:18:03.510Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:03.511Z||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-07-13T02:18:03.511Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:03.520Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:03.521Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-13T02:18:04.425Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:18:04.426Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:18:04.426Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:08.711Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:08.713Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-13T02:18:08.713Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"753d9103-36b1-4977-b7c3-33addf521b9e","serviceName":"basic_onboard_jKoIvb","serviceVersion":"1.0","serviceUUID":"3ad620f8-798d-499b-b44f-8c70f54a24ce","serviceDescription":"service","serviceInvariantUUID":"6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1","resources":[{"resourceInstanceName":"basic_onboard_jKoIvb 0","resourceName":"basic_onboard_jKoIvb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94b30f2f-3556-4ced-a58a-09763aa9df4a","resourceInvariantUUID":"9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a","resourceCustomizationUUID":"bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml","artifactChecksum":"MDg1NWI3ZjU5ZmM1MDQ2OWMyYmYzMjVmZGRkMzg3NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3087a1d7-fd98-448f-aa9b-f859f92ebfda","artifactVersion":"1"},{"artifactName":"basic_onboard_jkoivb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json","artifactChecksum":"YjNkZmM4MTEzMjkzNWM2NDgzMDVhMWVkZjhmZDNjYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fab1f582-d996-487b-a446-b27e417eb4bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f13adf4f-1c16-494b-ac55-dd34617eccec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2ff6c48-58e4-41d5-b893-21cabd45c165","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10ddfcd2-d32a-402b-b6b1-11ea6439b5b8","artifactVersion":"2","generatedFromUUID":"f13adf4f-1c16-494b-ac55-dd34617eccec"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJkoivb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml","artifactChecksum":"ZGE5YTI1ODBmMWViNTM0NTJlNWY1NDE5YWQ2MWE3MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a56fc84a-7505-4e54-b9ca-13d52cb436b5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJkoivb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar","artifactChecksum":"YTEzZWVlZDY5NmU0MWI4ZjFmYzdhMDcxZjZiNWIxMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f330fd8-b1a1-4664-984b-81c2b0b141ce","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-13T02:18:08.716Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:18:08.717Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:08.718Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:08.719Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:18:08.820Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-13T02:18:08.821Z||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-07-13T02:18:08.821Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:08.829Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:08.830Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:09.719Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:18:09.720Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:09.723Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:09.723Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:18:09.823Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:09.824Z||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-07-13T02:18:09.824Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:09.834Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:09.835Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:10.724Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:18:10.725Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:10.727Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:10.728Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:18:10.828Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:10.828Z||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-07-13T02:18:10.828Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:10.837Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:10.838Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:11.728Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:18:11.730Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:11.732Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:11.732Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:18:11.833Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-13T02:18:11.834Z||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-07-13T02:18:11.834Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:11.843Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:11.844Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-13T02:18:12.733Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:18:12.734Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:12.737Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:12.737Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-13T02:18:12.837Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:12.838Z||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-07-13T02:18:12.838Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:12.848Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:12.849Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:13.737Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:18:13.739Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:13.741Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:13.742Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:18:13.842Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:13.842Z||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-07-13T02:18:13.843Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:13.853Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:13.854Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:14.742Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:18:14.743Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:14.747Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:14.747Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:18:14.847Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:14.848Z||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-07-13T02:18:14.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:14.858Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:14.859Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:15.749Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"serviceName": "basic_onboard_jKoIvb",
"serviceVersion": "1.0",
"serviceUUID": "3ad620f8-798d-499b-b44f-8c70f54a24ce",
"serviceDescription": "service",
"serviceInvariantUUID": "6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1",
"resources": [
{
"resourceInstanceName": "basic_onboard_jKoIvb 0",
"resourceCustomizationUUID": "bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c",
"resourceName": "basic_onboard_jKoIvb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "94b30f2f-3556-4ced-a58a-09763aa9df4a",
"resourceInvariantUUID": "9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jkoivb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"artifactChecksum": "YjNkZmM4MTEzMjkzNWM2NDgzMDVhMWVkZjhmZDNjYjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fab1f582-d996-487b-a446-b27e417eb4bf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f13adf4f-1c16-494b-ac55-dd34617eccec",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10ddfcd2-d32a-402b-b6b1-11ea6439b5b8",
"generatedFromUUID": "f13adf4f-1c16-494b-ac55-dd34617eccec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10ddfcd2-d32a-402b-b6b1-11ea6439b5b8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJkoivb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"artifactChecksum": "YTEzZWVlZDY5NmU0MWI4ZjFmYzdhMDcxZjZiNWIxMGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f330fd8-b1a1-4664-984b-81c2b0b141ce"
}
],
"workloadContext": "Production"
}
2021-07-13T02:18:15.750Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-13T02:18:15.750Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ad620f8-798d-499b-b44f-8c70f54a24ce ASDC
2021-07-13T02:18:15.750Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:753d9103-36b1-4977-b7c3-33addf521b9e
ServiceName:basic_onboard_jKoIvb
ServiceVersion:1.0
ServiceUUID:3ad620f8-798d-499b-b44f-8c70f54a24ce
ServiceInvariantUUID:6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJkoivb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar
ArtifactUUID:0f330fd8-b1a1-4664-984b-81c2b0b141ce
ArtifactChecksum:YTEzZWVlZDY5NmU0MWI4ZjFmYzdhMDcxZjZiNWIxMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jKoIvb 0
ResourceCustomizationUUID:bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c
ResourceInvariantUUID:9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a
ResourceName:basic_onboard_jKoIvb
ResourceType:VF
ResourceUUID:94b30f2f-3556-4ced-a58a-09763aa9df4a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jkoivb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json
ArtifactUUID:fab1f582-d996-487b-a446-b27e417eb4bf
ArtifactChecksum:YjNkZmM4MTEzMjkzNWM2NDgzMDVhMWVkZjhmZDNjYjk=
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/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f13adf4f-1c16-494b-ac55-dd34617eccec
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/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env
ArtifactUUID:10ddfcd2-d32a-402b-b6b1-11ea6439b5b8
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/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env
ArtifactUUID:10ddfcd2-d32a-402b-b6b1-11ea6439b5b8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-13T02:18:15.750Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ad620f8-798d-499b-b44f-8c70f54a24ce 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-07-13T02:18:15.783Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:18:15.784Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:18:15.784Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:18:15.784Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f330fd8-b1a1-4664-984b-81c2b0b141ce from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:15.785Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:18:15.785Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:15.940Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:18:15.945Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar 0f330fd8-b1a1-4664-984b-81c2b0b141ce 74818
2021-07-13T02:18:15.945Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar ASDC sendASDCNotification
2021-07-13T02:18:15.945Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:15.946Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:18:15.946Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:15.948Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:15.948Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142695945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:16.049Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-13T02:18:16.049Z||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-07-13T02:18:16.050Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:16.059Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:16.060Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-13T02:18:16.949Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:18:16.950Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:18:16.951Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0f330fd8-b1a1-4664-984b-81c2b0b141ce, URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:16.951Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:16.952Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:16.952Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:17.092Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9661053133642854308/Definitions/service-BasicOnboardJkoivb-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-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jKoIvb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||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-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jKoIvb 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-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||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-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||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-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is not matching search criteria
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is not matching search criteria
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=94034249-1b50-4ceb-8fe1-fa92f19c8b63
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jKoIvb
Description:service
Model UUID:3ad620f8-798d-499b-b44f-8c70f54a24ce
Model Version:NULL
Model InvariantUuid:6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jKoIvb
Model UUID:0f6790fd-0c03-4811-a9d3-4b6c60c61bbe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:33507eb9-f535-4407-bc08-8994a51d48a5
ModelName:BasicOnboardJkoivb..base_ubuntu18..module-0
ModelUuid:a2546a1d-19ab-4d5c-b654-5fc67a37edf4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:94034249-1b50-4ceb-8fe1-fa92f19c8b63
ModelInvariantUuid:998367a1-ae5f-48f5-9377-f15454ae5d4d
ModelName:basic_onboard_jKoIvb-nodes.ubuntu18Cvfc
ModelUuid:9ac0b1bf-265d-47f4-9ab3-be84ecb89205
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ef7687aa-5851-4659-b28e-5ace872783fb
ModelInvariantUuid:07a177d1-8003-4547-8ae9-7ee0fa147960
ModelName:BasicOnboardJkoivb.compute.nodes.heat.ubuntu18
ModelUuid:3f17b4d6-4964-4ccf-999c-9231b6c265e4
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-07-13T02:18:18.112Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 94b30f2f-3556-4ced-a58a-09763aa9df4a
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-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||basic_onboard_jKoIvb 0
2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 94b30f2f-3556-4ced-a58a-09763aa9df4a
2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fab1f582-d996-487b-a446-b27e417eb4bf from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json
2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json
2021-07-13T02:18:18.590Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:18:18.590Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json fab1f582-d996-487b-a446-b27e417eb4bf 798
2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json ASDC sendASDCNotification
2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json
2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:18.593Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:18.593Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142698591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:18.694Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-13T02:18:18.694Z||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-07-13T02:18:18.694Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:18.704Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:18.704Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:19.594Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJkoivb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "33507eb9-f535-4407-bc08-8994a51d48a5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2546a1d-19ab-4d5c-b654-5fc67a37edf4",
"vfModuleModelCustomizationUUID": "852d698d-2341-48e9-b7ea-e52f4ab953e4",
"isBase": true,
"artifacts": [
"f13adf4f-1c16-494b-ac55-dd34617eccec",
"10ddfcd2-d32a-402b-b6b1-11ea6439b5b8"
],
"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-07-13T02:18:19.599Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJkoivb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2546a1d-19ab-4d5c-b654-5fc67a37edf4
VfModuleModelInvariantUUID:33507eb9-f535-4407-bc08-8994a51d48a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
f13adf4f-1c16-494b-ac55-dd34617eccec
,
10ddfcd2-d32a-402b-b6b1-11ea6439b5b8
}
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-07-13T02:18:19.601Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJkoivb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "33507eb9-f535-4407-bc08-8994a51d48a5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2546a1d-19ab-4d5c-b654-5fc67a37edf4",
"vfModuleModelCustomizationUUID": "852d698d-2341-48e9-b7ea-e52f4ab953e4",
"isBase": true,
"artifacts": [
"f13adf4f-1c16-494b-ac55-dd34617eccec",
"10ddfcd2-d32a-402b-b6b1-11ea6439b5b8"
],
"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-07-13T02:18:19.601Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJkoivb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2546a1d-19ab-4d5c-b654-5fc67a37edf4
VfModuleModelInvariantUUID:33507eb9-f535-4407-bc08-8994a51d48a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
f13adf4f-1c16-494b-ac55-dd34617eccec
,
10ddfcd2-d32a-402b-b6b1-11ea6439b5b8
}
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-07-13T02:18:19.602Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f13adf4f-1c16-494b-ac55-dd34617eccec from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml
2021-07-13T02:18:19.602Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:18:19.602Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml
2021-07-13T02:18:20.503Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:18:20.503Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml f13adf4f-1c16-494b-ac55-dd34617eccec 5033
2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml
2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:20.506Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:20.507Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142700504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:20.607Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:20.608Z||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-07-13T02:18:20.608Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:20.619Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:20.619Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:21.507Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env
2021-07-13T02:18:21.508Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:18:21.508Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env
2021-07-13T02:18:22.281Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:18:22.281Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env 10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 909
2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env
2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:22.284Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:22.285Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142702282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:22.385Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:22.386Z||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-07-13T02:18:22.386Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:22.395Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:22.396Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:23.285Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3ad620f8-798d-499b-b44f-8c70f54a24ce
2021-07-13T02:18:23.286Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jKoIvb 0 94b30f2f-3556-4ced-a58a-09763aa9df4a 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-07-13T02:18:23.301Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c
2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c matches Tosca VF Customization UUID: bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c
2021-07-13T02:18:23.303Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c 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-07-13T02:18:23.304Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.305Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c: {\"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-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e263596
2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 852d698d-2341-48e9-b7ea-e52f4ab953e4
2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 852d698d-2341-48e9-b7ea-e52f4ab953e4
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-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is not matching search criteria
2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-13T02:18:23.310Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=94034249-1b50-4ceb-8fe1-fa92f19c8b63
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-07-13T02:18:23.311Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria
2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c
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-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3ad620f8-798d-499b-b44f-8c70f54a24ce: basic_onboard_jKoIvb
2021-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:18:23.317Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_jKoIvb
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-07-13T02:18:23.382Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jKoIvb 94b30f2f-3556-4ced-a58a-09763aa9df4a 1 ASDC deployResourceStructure
2021-07-13T02:18:23.382Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json ASDC sendASDCNotification
2021-07-13T02:18:23.383Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json
2021-07-13T02:18:23.383Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:18:23.383Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:23.385Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:23.385Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142703382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:23.485Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:23.486Z||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-07-13T02:18:23.487Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:23.496Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:23.497Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:24.386Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-13T02:18:24.387Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml
2021-07-13T02:18:24.387Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:18:24.387Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:24.390Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:24.390Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142704386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:24.490Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:24.491Z||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-07-13T02:18:24.491Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:24.516Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:24.517Z||pool-31-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:25.391Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-13T02:18:25.392Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env
2021-07-13T02:18:25.392Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:18:25.392Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:25.395Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:25.395Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142705391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:25.495Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:25.495Z||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-07-13T02:18:25.496Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:25.506Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:25.506Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:18:26.396Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar ASDC sendASDCNotification
2021-07-13T02:18:26.397Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar
2021-07-13T02:18:26.397Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:18:26.397Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:26.399Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:26.399Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142706396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:26.500Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:26.501Z||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-07-13T02:18:26.501Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:26.512Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:26.512Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-13T02:18:27.400Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 753d9103-36b1-4977-b7c3-33addf521b9e
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-07-13T02:18:27.411Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 753d9103-36b1-4977-b7c3-33addf521b9e
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-07-13T02:18:27.416Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-13T02:18:27.424Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-13T02:18:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:18:53.561Z||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-07-13T02:18:53.562Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:54.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:54.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142683407,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-13T02:18:54.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:18:54.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:18:54.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "NOTIFIED"
}
2021-07-13T02:18:54.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:18:54.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-13T02:18:54.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:18:54.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:18:54.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-13T02:18:54.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:18:54.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:18:54.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142684425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:18:54.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-13T02:18:54.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142695945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:54.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142698591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:54.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142700504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:54.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142702282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:18:54.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142703382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:54.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142704386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:54.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142705391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:54.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-13T02:18:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142706396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:18:54.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:18:57.424Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:18:57.431Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 753d9103-36b1-4977-b7c3-33addf521b9e and serviceModelVersionId: 3ad620f8-798d-499b-b44f-8c70f54a24ce
2021-07-13T02:18:57.431Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1
2021-07-13T02:18:57.432Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0
2021-07-13T02:18:57.437Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-07-13T02:18:57.473Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?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-07-13T02:18:57.474Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0|INFO|500||Invoke
2021-07-13T02:18:57.496Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-13T02:18:57.695Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0|INFO|500||InvokeReturn
2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210713-02:18:57:505-8961], vertex-id=[217224], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:18:57 GMT], Content-Type=[application/json]}
2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-13T02:18:57.701Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-13T02:18:57.701Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 753d9103-36b1-4977-b7c3-33addf521b9e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-13T02:18:57.702Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-13T02:18:57.702Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:18:57.704Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:18:57.704Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142737702,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-13T02:18:57.804Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:18:57.805Z||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-07-13T02:18:57.805Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:18:57.820Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:18:57.820Z||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-07-13T02:18:58.718Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:18:58.718Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:18:58.718Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:19:08.255Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:19:08.256Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:19:08.256Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:19:08.256Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:19:17.791Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:19:17.792Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:19:17.793Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:19:17.793Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:19:27.330Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:19:27.330Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:19:27.331Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:19:27.331Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:19:36.864Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:19:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:19:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:19:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:19:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:19:53.560Z||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-07-13T02:19:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:19:54.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:19:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-13T02:19:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142737702,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-13T02:19:54.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:20:03.090Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:20:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:20:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:20:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:20:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:20:53.560Z||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-07-13T02:20:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:21:03.098Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:21:03.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:21:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:21:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:21:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:21:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:21:53.560Z||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-07-13T02:21:53.560Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:22:03.097Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:03.097Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:22:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:22:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:22:53.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:22:53.561Z||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-07-13T02:22:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:22:54.175Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:54.177Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.177Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e59ac9db-a64e-43ef-ad91-fddb710e6265","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c1cf645d-92c3-4581-9a23-5a1a136316a0","serviceDescription":"service","serviceInvariantUUID":"4078e91f-38e8-4c22-b04b-482c828ca77d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3","resourceInvariantUUID":"dd8558bf-765f-4269-9fd8-f8d6035db64a","resourceCustomizationUUID":"661c170c-c4ab-46c6-b834-b08afed54b23","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":"ZmNlMmMxMmZkOWYxNzdkYWQyNDUzMGU3ZjA3NzM0M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e6de00a-5c17-4c87-a7c1-82be806b2210","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTlmNmJkNjg0YjM3ZDQ5ZjkwODkxY2UyOTg0NGMyZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69bfd376-0973-4deb-b237-16a68def3c47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-13T02:22:54.180Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:22:54.180Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:22:54.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:54.182Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:22:54.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.182Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142973557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142955722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "aai-ml",
"timestamp": 1626142960503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "cds",
"timestamp": 1626142958798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142955151,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142961493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "aai-ml",
"timestamp": 1626142960503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:22:54.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142955722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:22:54.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "cds",
"timestamp": 1626142958798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:22:54.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "ves-openapi-manager",
"timestamp": 1626142955151,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "multicloud-k8s-id",
"timestamp": 1626142961493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:22:54.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142966545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "clamp",
"timestamp": 1626142967084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "cds",
"timestamp": 1626142967899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:22:54.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:22:54.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142967902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:22:54.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:22:54.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "aai-ml",
"timestamp": 1626142967994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:22:54.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:22:54.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1626142966545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:22:54.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "clamp",
"timestamp": 1626142967084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:22:54.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "cds",
"timestamp": 1626142968903,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-07-13T02:22:54.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265
2021-07-13T02:22:54.207Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:22:54.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142969362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:22:54.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:22:54.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1626142970367,
"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-07-13T02:22:54.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265
2021-07-13T02:22:54.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:22:54.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "aai-ml",
"timestamp": 1626142971796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:22:54.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-13T02:22:54.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "aai-ml",
"timestamp": 1626142972800,
"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-07-13T02:22:54.246Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265
2021-07-13T02:22:54.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "dcae-sch",
"timestamp": 1626142972501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "multicloud-windriver-id",
"timestamp": 1626142972500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "policy-id",
"timestamp": 1626142972655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:22:54.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-13T02:22:54.282Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:22:54.283Z||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-07-13T02:22:54.283Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:22:54.293Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:54.293Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:22:55.183Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:22:55.184Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:22:55.185Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:22:55.185Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142973557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:22:55.286Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:22:55.287Z||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-07-13T02:22:55.287Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:22:55.296Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:55.296Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:22:56.187Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c1cf645d-92c3-4581-9a23-5a1a136316a0",
"serviceDescription": "service",
"serviceInvariantUUID": "4078e91f-38e8-4c22-b04b-482c828ca77d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "661c170c-c4ab-46c6-b834-b08afed54b23",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3",
"resourceInvariantUUID": "dd8558bf-765f-4269-9fd8-f8d6035db64a",
"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": "OTlmNmJkNjg0YjM3ZDQ5ZjkwODkxY2UyOTg0NGMyZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69bfd376-0973-4deb-b237-16a68def3c47"
}
],
"workloadContext": "Production"
}
2021-07-13T02:22:56.187Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-13T02:22:56.188Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c1cf645d-92c3-4581-9a23-5a1a136316a0 ASDC
2021-07-13T02:22:56.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e59ac9db-a64e-43ef-ad91-fddb710e6265
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c1cf645d-92c3-4581-9a23-5a1a136316a0
ServiceInvariantUUID:4078e91f-38e8-4c22-b04b-482c828ca77d
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:69bfd376-0973-4deb-b237-16a68def3c47
ArtifactChecksum:OTlmNmJkNjg0YjM3ZDQ5ZjkwODkxY2UyOTg0NGMyZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:661c170c-c4ab-46c6-b834-b08afed54b23
ResourceInvariantUUID:dd8558bf-765f-4269-9fd8-f8d6035db64a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-07-13T02:22:56.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1cf645d-92c3-4581-9a23-5a1a136316a0 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-07-13T02:22:56.214Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69bfd376-0973-4deb-b237-16a68def3c47 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-13T02:22:56.366Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:22:56.368Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 69bfd376-0973-4deb-b237-16a68def3c47 52226
2021-07-13T02:22:56.368Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-13T02:22:56.369Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-13T02:22:56.369Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:22:56.369Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:22:56.370Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:22:56.371Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142976368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:22:56.471Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:22:56.472Z||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-07-13T02:22:56.472Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:22:56.482Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:56.483Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:22:57.371Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:22:57.373Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:22:57.373Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 69bfd376-0973-4deb-b237-16a68def3c47, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.374Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-13T02:22:57.374Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.374Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.506Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8306553859988689319/Definitions/service-BasicNetwork-template.yml
2021-07-13T02:22:57.809Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-13T02:22:57.809Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c1cf645d-92c3-4581-9a23-5a1a136316a0
Model Version:NULL
Model InvariantUuid:4078e91f-38e8-4c22-b04b-482c828ca77d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dd8558bf-765f-4269-9fd8-f8d6035db64a
Model UUID:821fd2ea-a082-4953-bdbd-56d1bac834cc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:661c170c-c4ab-46c6-b834-b08afed54b23
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-07-13T02:22:57.817Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3
2021-07-13T02:22:57.818Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||No resources found for Service: c1cf645d-92c3-4581-9a23-5a1a136316a0
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-07-13T02:22:57.820Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||
2021-07-13T02:22:57.820Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c1cf645d-92c3-4581-9a23-5a1a136316a0
2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c1cf645d-92c3-4581-9a23-5a1a136316a0
2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-13T02:22:57.825Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.825Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.825Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c1cf645d-92c3-4581-9a23-5a1a136316a0: Generic NeutronNet
2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.852Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:22:57.852Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:22:57.852Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-07-13T02:22:57.909Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:22:57.912Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:22:57.912Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626142977910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-13T02:22:58.012Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:22:58.013Z||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-07-13T02:22:58.013Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:22:58.023Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:22:58.023Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:22:58.913Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e59ac9db-a64e-43ef-ad91-fddb710e6265
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-07-13T02:22:58.925Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e59ac9db-a64e-43ef-ad91-fddb710e6265
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-07-13T02:22:58.929Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-13T02:22:58.931Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-13T02:22:58.937Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-13T02:23:28.937Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:23:28.943Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e59ac9db-a64e-43ef-ad91-fddb710e6265 and serviceModelVersionId: c1cf645d-92c3-4581-9a23-5a1a136316a0
2021-07-13T02:23:28.943Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4078e91f-38e8-4c22-b04b-482c828ca77d
2021-07-13T02:23:28.944Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0
2021-07-13T02:23:28.950Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-07-13T02:23:28.980Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?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-07-13T02:23:28.981Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0|INFO|500||Invoke
2021-07-13T02:23:28.998Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-13T02:23:29.295Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0|INFO|500||InvokeReturn
2021-07-13T02:23:29.296Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210713-02:23:29:006-77259], vertex-id=[221424], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:23:29 GMT], Content-Type=[application/json]}
2021-07-13T02:23:29.296Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-07-13T02:23:29.296Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-13T02:23:29.297Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-13T02:23:29.301Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-13T02:23:29.301Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e59ac9db-a64e-43ef-ad91-fddb710e6265 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-13T02:23:29.301Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-13T02:23:29.302Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:23:29.303Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:23:29.303Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143009301,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-13T02:23:29.404Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-13T02:23:29.404Z||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-07-13T02:23:29.405Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:29.420Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:29.420Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-13T02:23:53.557Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:23:53.558Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-13T02:23:53.558Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-13T02:23:53.561Z||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-07-13T02:23:53.561Z||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 UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:53.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:53.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-13T02:23:53.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265",
"consumerID": "dcae-sch",
"timestamp": 1626142972501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:23:53.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-13T02:23:54.177Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:54.178Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-13T02:23:54.178Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b40a6eb6-3959-4197-b863-947fb9067964","serviceName":"Demo_pNF_oxDTGJC4MuPBEkSQGPDN","serviceVersion":"1.0","serviceUUID":"207a88ce-9bda-437a-afe0-d7c839aa474f","serviceDescription":"catalog service description","serviceInvariantUUID":"f7cc4f17-659f-49f6-8262-d0cffa64e46f","resources":[{"resourceInstanceName":"pNF 27d50e3f-9b9d 0","resourceName":"pNF 27d50e3f-9b9d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9cf5b704-48ec-4a52-ab0e-d3990268daf1","resourceInvariantUUID":"8c41c70b-11f8-4d0d-a77d-66dcfddbbc8d","resourceCustomizationUUID":"e1f98201-4b47-42d3-9ff5-c6db7b3bca0b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml","artifactChecksum":"OWFmYzkzMmZmNDdmYWNiNzVkNmI1NTMyMWE1MGE4NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1f3a28d-6bf0-4ea7-ab62-2189eb707ce1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar","artifactChecksum":"MzQ3NzliMDIwNTA5MDZmZDkzMzgxMTJiYmUwNDYxZjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f324eddc-2fb7-4961-8fa2-1f472a553b20","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5427fcfb-28eb-4de2-9a48-3f54e91ca3d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml","artifactChecksum":"YmI1NjEwOWM5OTY2MzUxYWIyOTM3Y2FjZjgxM2I0NmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba6f22e6-9a24-412b-808d-c6860726dc0a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9486d251-49f1-4419-a3e8-ef2a44102979","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c12f98a-2ea0-4914-a3f6-ca4ee85a5cec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml","artifactChecksum":"ZGMwMzViZTJkNDI5Mjg0MzMwMThmNDYyMTU0MmFjZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"051397c6-e713-4a23-adfa-d34899916a5e","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar","artifactChecksum":"M2MyNjM1ZDFmZTYwYzUyN2Q1MjczYmQ2YjgzZjFiNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e32ba06-e0b0-4628-a23e-dcdaa50ff089","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-13T02:23:54.182Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:23:54.182Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:23:54.184Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:23:54.184Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:23:54.284Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:23:54.285Z||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-07-13T02:23:54.285Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:54.295Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:54.295Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:23:55.185Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:23:55.186Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:23:55.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:23:55.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:23:55.289Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-13T02:23:55.289Z||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-07-13T02:23:55.290Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:55.299Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:55.299Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:23:56.189Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:23:56.190Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:23:56.193Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:23:56.193Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:23:56.293Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:23:56.294Z||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-07-13T02:23:56.294Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:56.303Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:56.304Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:23:57.194Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:23:57.195Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:23:57.197Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:23:57.197Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:23:57.298Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-13T02:23:57.298Z||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-07-13T02:23:57.299Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:57.308Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:57.308Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:23:58.198Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:23:58.199Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:23:58.201Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:23:58.201Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:23:58.301Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:23:58.302Z||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-07-13T02:23:58.302Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:58.312Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:58.313Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:23:59.202Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:23:59.203Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:23:59.205Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:23:59.205Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:23:59.305Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:23:59.306Z||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-07-13T02:23:59.306Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:23:59.317Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:23:59.318Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:24:00.206Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:24:00.207Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:24:00.209Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:24:00.209Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-13T02:24:00.309Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:24:00.310Z||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-07-13T02:24:00.310Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:24:00.327Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:24:00.328Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:24:01.209Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-13T02:24:01.210Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:24:01.212Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:24:01.212Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143033557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar",
"status": "NOTIFIED"
}
2021-07-13T02:24:01.312Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:24:01.313Z||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-07-13T02:24:01.313Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:24:01.323Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:24:01.323Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-13T02:24:02.213Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"serviceName": "Demo_pNF_oxDTGJC4MuPBEkSQGPDN",
"serviceVersion": "1.0",
"serviceUUID": "207a88ce-9bda-437a-afe0-d7c839aa474f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f7cc4f17-659f-49f6-8262-d0cffa64e46f",
"resources": [
{
"resourceInstanceName": "pNF 27d50e3f-9b9d 0",
"resourceCustomizationUUID": "e1f98201-4b47-42d3-9ff5-c6db7b3bca0b",
"resourceName": "pNF 27d50e3f-9b9d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9cf5b704-48ec-4a52-ab0e-d3990268daf1",
"resourceInvariantUUID": "8c41c70b-11f8-4d0d-a77d-66dcfddbbc8d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar",
"artifactChecksum": "M2MyNjM1ZDFmZTYwYzUyN2Q1MjczYmQ2YjgzZjFiNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e32ba06-e0b0-4628-a23e-dcdaa50ff089"
}
],
"workloadContext": "Production"
}
2021-07-13T02:24:02.214Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-13T02:24:02.214Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 207a88ce-9bda-437a-afe0-d7c839aa474f ASDC
2021-07-13T02:24:02.215Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b40a6eb6-3959-4197-b863-947fb9067964
ServiceName:Demo_pNF_oxDTGJC4MuPBEkSQGPDN
ServiceVersion:1.0
ServiceUUID:207a88ce-9bda-437a-afe0-d7c839aa474f
ServiceInvariantUUID:f7cc4f17-659f-49f6-8262-d0cffa64e46f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
ArtifactUUID:4e32ba06-e0b0-4628-a23e-dcdaa50ff089
ArtifactChecksum:M2MyNjM1ZDFmZTYwYzUyN2Q1MjczYmQ2YjgzZjFiNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 27d50e3f-9b9d 0
ResourceCustomizationUUID:e1f98201-4b47-42d3-9ff5-c6db7b3bca0b
ResourceInvariantUUID:8c41c70b-11f8-4d0d-a77d-66dcfddbbc8d
ResourceName:pNF 27d50e3f-9b9d
ResourceType:PNF
ResourceUUID:9cf5b704-48ec-4a52-ab0e-d3990268daf1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-07-13T02:24:02.215Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 207a88ce-9bda-437a-afe0-d7c839aa474f 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-07-13T02:24:02.242Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:24:02.243Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:24:02.243Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:24:02.243Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e32ba06-e0b0-4628-a23e-dcdaa50ff089 from URL: /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:02.244Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-13T02:24:02.244Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:02.893Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-13T02:24:02.898Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 4e32ba06-e0b0-4628-a23e-dcdaa50ff089 83336
2021-07-13T02:24:02.898Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar ASDC sendASDCNotification
2021-07-13T02:24:02.898Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:02.899Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-13T02:24:02.899Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-13T02:24:02.901Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-13T02:24:02.901Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b40a6eb6-3959-4197-b863-947fb9067964",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1626143042898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-13T02:24:03.001Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-13T02:24:03.002Z||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-07-13T02:24:03.002Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ...
2021-07-13T02:24:03.011Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-13T02:24:03.012Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-13T02:24:03.901Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-13T02:24:03.903Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-13T02:24:03.903Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4e32ba06-e0b0-4628-a23e-dcdaa50ff089, URL: /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar to file: /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:03.903Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:03.904Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:03.904Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.042Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12252761733193114057/Definitions/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml
2021-07-13T02:24:04.611Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27d50e3f-9b9d 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-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27d50e3f-9b9d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Node template pNF 27d50e3f-9b9d 0 is matching search criteria
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 27d50e3f-9b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Node template pNF 27d50e3f-9b9d 0 is matching search criteria
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 27d50e3f-9b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_oxDTGJC4MuPBEkSQGPDN
Description:catalog service description
Model UUID:207a88ce-9bda-437a-afe0-d7c839aa474f
Model Version:NULL
Model InvariantUuid:f7cc4f17-659f-49f6-8262-d0cffa64e46f
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-07-13T02:24:04.620Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9cf5b704-48ec-4a52-ab0e-d3990268daf1
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-07-13T02:24:04.621Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||pNF 27d50e3f-9b9d 0
2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9cf5b704-48ec-4a52-ab0e-d3990268daf1
2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 207a88ce-9bda-437a-afe0-d7c839aa474f
2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 207a88ce-9bda-437a-afe0-d7c839aa474f
2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 27d50e3f-9b9d 0 9cf5b704-48ec-4a52-ab0e-d3990268daf1 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-07-13T02:24:04.625Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-13T02:24:04.625Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 207a88ce-9bda-437a-afe0-d7c839aa474f: pNF 27d50e3f-9b9d
2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9cf5b704-48ec-4a52-ab0e-d3990268daf1
2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery