By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-05-22T23:40:55.396Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-c4298 with PID 14 (/app/app.jar started by so in /app)
2021-05-22T23:40:55.402Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-22T23:40:55.402Z||main|||||INFO|500||The following profiles are active: basic
2021-05-22T23:41:01.954Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-22T23:41:01.954Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-22T23:41:02.036Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-22T23:41:03.387Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-22T23:41:03.523Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-22T23:41:03.818Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-22T23:41:03.823Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-22T23:41:03.921Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-22T23:41:04.039Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-22T23:41:04.368Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-22T23:41:05.130Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-22T23:41:06.907Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-22T23:41:06.946Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-22T23:41:07.316Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-22T23:41:07.475Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-22T23:41:08.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-22T23:41:09.422Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-22T23:41:09.438Z||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$$4610d5ba.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-22T23:41:09.439Z||main|||||WARN|500||The sdc end point is not alive
2021-05-22T23:41:11.417Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-22T23:41:13.448Z||main|||||WARN|500||---
2021-05-22T23:41:13.449Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-22T23:41:13.449Z||main|||||WARN|500||---
2021-05-22T23:41:13.749Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-22T23:41:16.606Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-22T23:41:16.607Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-22T23:41:16.608Z||main|||||INFO|500||Started Application in 22.914 seconds (JVM running for 23.977)
2021-05-22T23:41:16.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-22T23:41:16.639Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-22T23:41:16.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c5b021a-479c-4052-a0e5-f359612aab0b url= /sdc/v1/artifactTypes
2021-05-22T23:41:16.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-22T23:41:17.789Z||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.60.47] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-22T23:41:17.793Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@597581ff
2021-05-22T23:41:17.793Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-22T23:41:17.801Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-22T23:41:17.803Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-22T23:41:17.805Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-22T23:42:06.603Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-22T23:42:06.603Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-22T23:42:06.603Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-22T23:42:06.607Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-22T23:42:06.611Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 145b3382-d833-49fe-9160-12c798513b6f url= /sdc/v1/artifactTypes
2021-05-22T23:42:06.612Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-22T23:42:07.644Z||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.60.47] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-22T23:42:07.644Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10472b8d
2021-05-22T23:42:07.644Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-22T23:42:07.645Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-22T23:42:07.645Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-22T23:42:07.645Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-22T23:42:56.603Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-22T23:42:56.603Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-22T23:42:56.603Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-22T23:42:56.607Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-22T23:42:56.611Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 225e4953-d958-48d8-ada0-1c4023112162 url= /sdc/v1/artifactTypes
2021-05-22T23:42:56.611Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-22T23:42:56.850Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-22T23:42:56.856Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-22T23:42:56.874Z||scheduling-1|||||DEBUG|500||create keys
2021-05-22T23:42:56.880Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-22T23:42:56.898Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:42:56.911Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 806c0ef4-5613-4d53-beb7-45b7b12b8dc5 url= /sdc/v1/registerForDistribution
2021-05-22T23:42:57.045Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 806c0ef4-5613-4d53-beb7-45b7b12b8dc5 url= /sdc/v1/registerForDistribution
2021-05-22T23:42:57.046Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-22T23:42:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:42:57.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:42:57.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:42:57.057Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-22T23:42:57.058Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:42:57.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:42:57.058Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:43:07.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:43:07.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:43:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:43:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:43:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:43:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:43:57.054Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:43:57.055Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:44:06.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:44:06.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:44:57.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:44:57.052Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:44:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:44:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:44:57.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:44:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:45:06.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:45:06.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:45:57.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:45:57.052Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:45:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:45:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:45:57.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:45:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:46:06.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:46:06.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:46:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:46:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:46:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:46:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:46:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:46:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:47:06.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:47:06.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:47:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:47:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:47:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:47:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:47:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:47:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:48:06.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:48:06.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:48:57.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:48:57.052Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:48:57.052Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:48:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:48:57.054Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:48:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:49:06.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:49:06.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:49:57.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:49:57.052Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:49:57.052Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:49:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:49:57.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:49:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:50:06.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:50:06.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:50:57.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:50:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:50:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:50:57.053Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:50:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:50:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:51:06.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:51:06.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:51:07.503Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-22T23:51:57.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:51:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:51:57.054Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:51:57.054Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:51:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:51:57.054Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:52:06.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:52:06.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:52:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:52:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:52:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:52:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:52:57.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:52:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:53:06.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:53:06.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:53:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:53:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:53:57.053Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:53:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:53:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:53:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:54:06.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:54:06.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:54:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:54:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:54:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:54:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:54:57.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:54:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:55:06.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:55:06.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:55:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:55:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:55:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:55:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:55:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:55:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:56:06.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:56:06.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:56:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:56:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:56:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:56:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:56:57.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:56:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:57:06.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:57:06.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:57:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:57:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:57:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:57:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:57:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:57:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:58:06.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:58:06.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:58:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:58:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:58:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:58:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:58:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:58:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-22T23:59:06.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:59:06.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T23:59:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:59:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:59:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-22T23:59:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T23:59:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T23:59:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:00:06.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:00:06.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:00:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:00:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:00:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:00:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:00:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:00:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:01:06.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:01:06.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:01:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:01:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:01:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:01:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:01:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:01:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:02:06.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:02:06.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:02:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:02:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:02:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:02:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:02:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:02:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:03:06.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:03:06.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:03:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:03:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:03:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:03:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:03:57.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:03:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:04:06.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:04:06.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:04:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:04:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:04:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:04:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:04:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:04:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:05:06.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:05:06.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:05:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:05:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:05:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:05:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:05:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:05:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:06:06.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:06:06.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:06:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:06:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:06:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:06:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:06:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:06:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:07:06.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:07:06.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:07:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:07:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:07:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:07:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:07:57.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:07:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:08:06.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:08:06.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:08:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:08:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:08:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:08:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:08:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:08:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:09:06.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:09:06.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:09:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:09:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:09:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:09:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:09:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:09:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:10:06.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:10:06.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:10:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:10:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:10:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:10:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:10:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:10:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:11:06.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:11:06.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:11:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:11:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:11:57.053Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:11:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:11:57.053Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:11:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:12:06.609Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:12:06.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:12:57.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:12:57.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:12:57.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:12:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:12:57.054Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:12:57.055Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:13:06.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:13:06.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:13:57.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:13:57.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:13:57.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:13:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:13:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:13:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:14:06.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:14:06.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:14:57.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:14:57.052Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:14:57.052Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:14:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:14:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:14:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:15:06.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:15:06.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:15:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:15:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:15:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:15:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:15:57.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:15:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:16:06.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:16:06.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:16:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:16:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:16:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:16:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:16:57.053Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:16:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:17:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:17:06.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:17:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:17:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:17:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:17:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:17:57.054Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:17:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:18:06.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:18:06.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:18:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:18:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:18:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:18:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:18:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:18:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:19:06.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:19:06.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:19:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:19:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:19:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:19:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:19:57.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:19:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:20:06.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:20:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:20:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:20:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:20:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:20:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:20:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:20:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:21:06.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:21:06.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:21:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:21:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:21:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:21:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:21:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:21:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:22:06.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:22:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:22:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:22:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:22:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:22:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:22:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:22:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:23:06.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:23:06.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:23:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:23:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:23:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:23:57.053Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:23:57.053Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:23:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:24:06.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:24:06.603Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:24:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:24:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:24:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:24:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:24:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:24:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:25:06.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:25:06.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:25:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:25:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:25:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:25:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:25:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:25:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:26:06.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:26:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:26:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:26:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:26:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:26:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:26:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:26:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:27:06.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:27:06.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:27:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:27:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:27:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:27:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:27:57.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:27:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:28:06.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:28:06.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:28:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:28:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:28:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:28:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:28:57.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:28:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:29:06.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:29:06.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:29:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:29:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:29:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:29:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:29:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:29:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:30:06.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:30:06.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:30:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:30:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:30:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:30:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:30:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:30:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:31:06.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:31:06.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:31:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:31:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:31:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:31:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:31:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:31:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:32:06.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:32:06.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:32:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:32:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:32:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:32:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:32:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:32:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:33:06.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:33:06.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:33:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:33:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:33:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:33:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:33:57.062Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:33:57.062Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:34:06.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:34:06.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:34:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:34:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:34:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:34:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:34:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:34:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:35:06.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:35:06.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:35:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:35:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:35:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:35:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:35:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:35:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:36:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:36:06.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:36:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:36:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:36:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:36:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:36:57.053Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:36:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:37:06.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:37:06.605Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:37:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:37:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:37:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:37:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:37:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:37:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:38:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:38:06.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:38:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:38:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:38:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:38:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:38:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:38:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:39:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:39:06.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:39:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:39:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:39:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:39:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:39:57.053Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:39:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:40:06.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:40:06.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:40:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:40:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:40:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:40:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:40:57.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:40:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:41:06.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:41:06.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:41:57.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:41:57.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:41:57.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:41:57.053Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:41:57.053Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:41:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:42:06.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:42:06.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:42:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:42:57.052Z||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-05-23T00:42:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:42:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:42:57.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:42:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:43:06.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:43:06.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:43:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:43:57.052Z||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-05-23T00:43:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:43:57.053Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:43:57.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:43:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:44:06.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:44:06.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:44:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:44:57.052Z||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-05-23T00:44:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:44:57.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:44:57.054Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:44:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:45:06.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:45:06.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:45:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:45:57.052Z||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-05-23T00:45:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:45:57.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:45:57.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:45:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:46:06.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:46:06.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:46:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:46:57.052Z||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-05-23T00:46:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:46:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:46:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:46:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:47:06.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:47:06.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:47:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:47:57.052Z||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-05-23T00:47:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:47:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:47:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:47:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:48:06.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:48:06.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:48:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:48:57.052Z||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-05-23T00:48:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:48:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:48:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:48:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:49:06.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:49:06.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:49:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:49:57.052Z||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-05-23T00:49:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:49:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:49:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:49:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:50:06.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:50:06.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:50:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:50:57.052Z||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-05-23T00:50:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:50:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:50:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:50:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:51:06.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:51:06.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:51:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:51:57.052Z||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-05-23T00:51:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:51:57.053Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:51:57.053Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:51:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:52:06.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:52:06.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:52:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:52:57.052Z||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-05-23T00:52:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:52:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:52:57.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:52:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:53:06.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:53:06.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:53:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:53:57.052Z||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-05-23T00:53:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:53:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:53:57.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:53:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:54:06.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:54:06.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:54:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:54:57.052Z||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-05-23T00:54:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:54:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:54:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:54:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:55:06.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:55:06.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:55:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:55:57.052Z||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-05-23T00:55:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:55:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:55:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:55:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:56:06.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:56:06.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:56:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:56:57.052Z||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-05-23T00:56:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:56:57.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:56:57.053Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:56:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:57:06.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:57:06.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:57:57.055Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:57:57.056Z||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-05-23T00:57:57.056Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:57:57.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:57:57.057Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:57:57.057Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:58:06.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:58:06.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:58:57.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:58:57.052Z||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-05-23T00:58:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:58:57.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:58:57.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:58:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:59:06.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:59:06.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:59:57.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:59:57.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:59:57.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T00:59:57.054Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T00:59:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T00:59:57.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:59:57.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731592481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:59:57.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e","serviceName":"vFW 2021-05-23 00-57-00","serviceVersion":"1.0","serviceUUID":"575f8670-c986-48fd-bce3-672311ab4caa","serviceDescription":"catalog service description","serviceInvariantUUID":"6c63bc48-aca4-4702-8829-0b304fc58a15","resources":[{"resourceInstanceName":"vFW 6970d037-6025 0","resourceName":"vFW 6970d037-6025","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b88a4511-f4c5-4783-bc7e-43d1e14ea90b","resourceInvariantUUID":"04dd317d-b47e-414c-b158-c223c9145fe3","resourceCustomizationUUID":"63b0a660-05a0-46aa-b1cd-bb43dc2b049c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml","artifactChecksum":"NzIxZjU3MTM4OGQwMjk4MmFiZGNjYzVmODgxMTdkYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e13a9fbe-1644-4991-a4fa-2f10fca233d8","artifactVersion":"1"},{"artifactName":"vfw6970d03760250_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json","artifactChecksum":"ZjU0YTViN2RiY2E5YWFjMGJiMTViMjQ2NjRhOWM0ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84614ddb-5e73-4663-8f0a-b57fe4497c42","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"31423435-6496-420d-ac4c-85e7707ec5f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml","artifactChecksum":"ZDhjZDdjYTA5NzY5MjMyZmE1MTg0YTlhYjkwN2RhZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0786e9a5-1467-4447-9cc6-10c4c988c4a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c437ef85-b94f-4a18-ad02-a19ea3e5a01a","artifactVersion":"2","generatedFromUUID":"31423435-6496-420d-ac4c-85e7707ec5f3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210523005700-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml","artifactChecksum":"ODAzMzNhNTE1ZDljNzY5YzVjYzI3YjkyMTFmZTBjNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"109124e2-a83b-470a-b48a-f5cac757ab3f","artifactVersion":"1"},{"artifactName":"service-Vfw20210523005700-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar","artifactChecksum":"ZTFjNWRhYzNhZTJiNGNiMzUyOTQyOTNiY2Q4OWE0ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2551ad8a-db15-48ca-9001-ecbb1e2d831d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T00:59:57.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T00:59:57.690Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731588967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731591667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731592481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731588967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731591667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731592481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731588967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T00:59:57.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731591667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T00:59:57.697Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T00:59:57.697Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T00:59:57.797Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-23T00:59:57.800Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T00:59:57.800Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:57.811Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:59:57.811Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T00:59:58.701Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T00:59:58.702Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T00:59:58.703Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T00:59:58.703Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOTIFIED"
}
2021-05-23T00:59:58.804Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T00:59:58.804Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T00:59:58.804Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:58.816Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:59:58.817Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T00:59:59.704Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T00:59:59.705Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T00:59:59.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T00:59:59.707Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-23T00:59:59.807Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T00:59:59.808Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T00:59:59.808Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T00:59:59.819Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T00:59:59.819Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:00.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:00.708Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:00.710Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:00.710Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:00:00.810Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:00.811Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:00.811Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:00.821Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:00.822Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:01.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:01.711Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:01.713Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:01.714Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-23T01:00:01.814Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:01.815Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:01.815Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:01.826Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:01.826Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:02.714Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:02.715Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:02.716Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:02.717Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:00:02.817Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:02.818Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:02.818Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:02.836Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:02.836Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:03.717Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:00:03.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:03.719Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:03.719Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:00:03.820Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:00:03.820Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:03.821Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:03.834Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:03.835Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:04.721Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"serviceName": "vFW 2021-05-23 00-57-00",
"serviceVersion": "1.0",
"serviceUUID": "575f8670-c986-48fd-bce3-672311ab4caa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6c63bc48-aca4-4702-8829-0b304fc58a15",
"resources": [
{
"resourceInstanceName": "vFW 6970d037-6025 0",
"resourceCustomizationUUID": "63b0a660-05a0-46aa-b1cd-bb43dc2b049c",
"resourceName": "vFW 6970d037-6025",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b88a4511-f4c5-4783-bc7e-43d1e14ea90b",
"resourceInvariantUUID": "04dd317d-b47e-414c-b158-c223c9145fe3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6970d03760250_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"artifactChecksum": "ZjU0YTViN2RiY2E5YWFjMGJiMTViMjQ2NjRhOWM0ZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84614ddb-5e73-4663-8f0a-b57fe4497c42",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "31423435-6496-420d-ac4c-85e7707ec5f3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c437ef85-b94f-4a18-ad02-a19ea3e5a01a",
"generatedFromUUID": "31423435-6496-420d-ac4c-85e7707ec5f3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c437ef85-b94f-4a18-ad02-a19ea3e5a01a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210523005700-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"artifactChecksum": "ZTFjNWRhYzNhZTJiNGNiMzUyOTQyOTNiY2Q4OWE0ODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2551ad8a-db15-48ca-9001-ecbb1e2d831d"
}
],
"workloadContext": "Production"
}
2021-05-23T01:00:04.722Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:00:04.722Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 575f8670-c986-48fd-bce3-672311ab4caa ASDC
2021-05-23T01:00:04.827Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
ServiceName:vFW 2021-05-23 00-57-00
ServiceVersion:1.0
ServiceUUID:575f8670-c986-48fd-bce3-672311ab4caa
ServiceInvariantUUID:6c63bc48-aca4-4702-8829-0b304fc58a15
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210523005700-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
ArtifactUUID:2551ad8a-db15-48ca-9001-ecbb1e2d831d
ArtifactChecksum:ZTFjNWRhYzNhZTJiNGNiMzUyOTQyOTNiY2Q4OWE0ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6970d037-6025 0
ResourceCustomizationUUID:63b0a660-05a0-46aa-b1cd-bb43dc2b049c
ResourceInvariantUUID:04dd317d-b47e-414c-b158-c223c9145fe3
ResourceName:vFW 6970d037-6025
ResourceType:VF
ResourceUUID:b88a4511-f4c5-4783-bc7e-43d1e14ea90b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6970d03760250_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
ArtifactUUID:84614ddb-5e73-4663-8f0a-b57fe4497c42
ArtifactChecksum:ZjU0YTViN2RiY2E5YWFjMGJiMTViMjQ2NjRhOWM0ZjE=
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/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
ArtifactUUID:31423435-6496-420d-ac4c-85e7707ec5f3
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/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
ArtifactUUID:c437ef85-b94f-4a18-ad02-a19ea3e5a01a
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/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
ArtifactUUID:c437ef85-b94f-4a18-ad02-a19ea3e5a01a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-23T01:00:04.828Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 575f8670-c986-48fd-bce3-672311ab4caa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:00:05.231Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:00:05.272Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-23T01:00:05.273Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-23T01:00:05.273Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2551ad8a-db15-48ca-9001-ecbb1e2d831d from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:05.274Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:05.275Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:06.567Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:06.585Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar 2551ad8a-db15-48ca-9001-ecbb1e2d831d 110164
2021-05-23T01:00:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar ASDC sendASDCNotification
2021-05-23T01:00:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:06.592Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:06.594Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:06.594Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731606585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:00:06.695Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:06.697Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:06.697Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:06.707Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:06.708Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:00:07.595Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:00:07.596Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-23T01:00:07.597Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2551ad8a-db15-48ca-9001-ecbb1e2d831d, URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar to file: /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:07.597Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210523005700-csar.csar
2021-05-23T01:00:07.703Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:07.703Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:08.102Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8014389600671035195/Definitions/service-Vfw20210523005700-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-05-23T01:00:10.717Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-23T01:00:10.722Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.723Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6970d037-6025 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-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6970d037-6025 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:10.724Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-23T01:00:10.730Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.734Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.735Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-23T01:00:10.736Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:00:10.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.739Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.742Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.743Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.744Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:00:10.746Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.746Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.746Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:10.747Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.748Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:10.749Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:10.750Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=36781428-2701-4d2f-af62-8c6f9789ae1a
2021-05-23T01:00:10.751Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:10.752Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.753Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ddb24347-f72b-4dbd-858e-a5b4546f2ae1
2021-05-23T01:00:10.764Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.764Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:10.764Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.765Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.766Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:10.766Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-23T01:00:10.767Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d78d0e19-c9c1-41a3-b4f5-9113ff52711b
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.768Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:10.769Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-23 00-57-00
Description:catalog service description
Model UUID:575f8670-c986-48fd-bce3-672311ab4caa
Model Version:NULL
Model InvariantUuid:6c63bc48-aca4-4702-8829-0b304fc58a15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6970d037-6025
Model UUID:8bd2c173-ad1a-4e4f-be02-d2585728fc7a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04dd317d-b47e-414c-b158-c223c9145fe3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:63b0a660-05a0-46aa-b1cd-bb43dc2b049c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:51a507a1-a1fe-4e23-8ac4-789b6ea84370
ModelName:Vfw6970d0376025..base_vfw..module-0
ModelUuid:c213f3a2-36e8-4661-928b-4fbfb9411049
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:36781428-2701-4d2f-af62-8c6f9789ae1a
ModelInvariantUuid:4025fc93-3079-4b1f-bc87-f3b0cd91c872
ModelName:vFW 6970d037-6025-nodes.vfwCvfc
ModelUuid:998bfc4c-18ca-4fb9-bce9-235d5c568222
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ec003aa4-366d-4d2d-b4ae-1230c490e51b
ModelInvariantUuid:7ad1cff3-097b-4dd3-aa4c-e70ed75513bb
ModelName:Vfw6970d0376025.compute.nodes.heat.vfw
ModelUuid:bf219f44-04f8-4bc1-9f52-cf1347401908
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ddb24347-f72b-4dbd-858e-a5b4546f2ae1
ModelInvariantUuid:bdcb5e5c-6d5b-461d-8186-8e35c184baac
ModelName:vFW 6970d037-6025-nodes.vsnCvfc
ModelUuid:610bde46-1b38-4796-a545-d14ed7c3832b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6c77adae-e03a-497f-ab9d-be871db015d1
ModelInvariantUuid:c736cc90-4d67-430a-a09d-cdc60d8268d7
ModelName:Vfw6970d0376025.compute.nodes.heat.vsn
ModelUuid:97e5b280-2a99-41a8-a7f0-b4e2ecf9a61c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d78d0e19-c9c1-41a3-b4f5-9113ff52711b
ModelInvariantUuid:64297404-80c2-4462-9b5b-92acca2aa3f9
ModelName:vFW 6970d037-6025-nodes.vpgCvfc
ModelUuid:04faa4ed-40a2-48a3-8baf-f5ddd660efe3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:714d4478-4891-4250-89a0-1dc0166bf07f
ModelInvariantUuid:3fd17794-2615-4df3-aa0b-b248de1a62d8
ModelName:Vfw6970d0376025.compute.nodes.heat.vpg
ModelUuid:9095c14e-6bac-483a-a0a0-04cf8ed62e4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-23T01:00:10.786Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b88a4511-f4c5-4783-bc7e-43d1e14ea90b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:00:10.891Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||vFW 6970d037-6025 0
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b88a4511-f4c5-4783-bc7e-43d1e14ea90b
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 84614ddb-5e73-4663-8f0a-b57fe4497c42 from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:10.897Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:12.548Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json 84614ddb-5e73-4663-8f0a-b57fe4497c42 785
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json ASDC sendASDCNotification
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:12.549Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:12.550Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:12.552Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:12.552Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731612549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:00:12.652Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:12.653Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:12.653Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:12.661Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:12.661Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:00:13.555Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6970d0376025..base_vfw..module-0",
"vfModuleModelInvariantUUID": "51a507a1-a1fe-4e23-8ac4-789b6ea84370",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c213f3a2-36e8-4661-928b-4fbfb9411049",
"vfModuleModelCustomizationUUID": "c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8",
"isBase": true,
"artifacts": [
"31423435-6496-420d-ac4c-85e7707ec5f3",
"c437ef85-b94f-4a18-ad02-a19ea3e5a01a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-23T01:00:13.574Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6970d0376025..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c213f3a2-36e8-4661-928b-4fbfb9411049
VfModuleModelInvariantUUID:51a507a1-a1fe-4e23-8ac4-789b6ea84370
VfModuleModelDescription:NULL
Artifacts UUID List:{
31423435-6496-420d-ac4c-85e7707ec5f3
,
c437ef85-b94f-4a18-ad02-a19ea3e5a01a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6970d0376025..base_vfw..module-0",
"vfModuleModelInvariantUUID": "51a507a1-a1fe-4e23-8ac4-789b6ea84370",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c213f3a2-36e8-4661-928b-4fbfb9411049",
"vfModuleModelCustomizationUUID": "c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8",
"isBase": true,
"artifacts": [
"31423435-6496-420d-ac4c-85e7707ec5f3",
"c437ef85-b94f-4a18-ad02-a19ea3e5a01a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6970d0376025..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c213f3a2-36e8-4661-928b-4fbfb9411049
VfModuleModelInvariantUUID:51a507a1-a1fe-4e23-8ac4-789b6ea84370
VfModuleModelDescription:NULL
Artifacts UUID List:{
31423435-6496-420d-ac4c-85e7707ec5f3
,
c437ef85-b94f-4a18-ad02-a19ea3e5a01a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 31423435-6496-420d-ac4c-85e7707ec5f3 from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:13.576Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:13.577Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:14.650Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml 31423435-6496-420d-ac4c-85e7707ec5f3 20368
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:14.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:14.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:14.663Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:14.663Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731614651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:00:14.763Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:14.764Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:14.764Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:14.775Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:14.775Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:15.664Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c437ef85-b94f-4a18-ad02-a19ea3e5a01a from URL: /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:15.664Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-23T01:00:15.664Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:16.350Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-23T01:00:16.350Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env c437ef85-b94f-4a18-ad02-a19ea3e5a01a 2098
2021-05-23T01:00:16.350Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-23T01:00:16.351Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:16.351Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:00:16.351Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:16.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:16.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731616350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:00:16.453Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:16.454Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:16.454Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:16.462Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:16.463Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:17.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 575f8670-c986-48fd-bce3-672311ab4caa
2021-05-23T01:00:17.354Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6970d037-6025 0 b88a4511-f4c5-4783-bc7e-43d1e14ea90b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:00:17.387Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.387Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 63b0a660-05a0-46aa-b1cd-bb43dc2b049c
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63b0a660-05a0-46aa-b1cd-bb43dc2b049c matches Tosca VF Customization UUID: 63b0a660-05a0-46aa-b1cd-bb43dc2b049c
2021-05-23T01:00:17.388Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 63b0a660-05a0-46aa-b1cd-bb43dc2b049c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-23T01:00:17.393Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.393Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.394Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 63b0a660-05a0-46aa-b1cd-bb43dc2b049c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-23T01:00:17.394Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c80e754
2021-05-23T01:00:17.395Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.395Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:00:17.395Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8
2021-05-23T01:00:17.396Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4c98ce0-0caf-49a4-b5c5-6f49cdf9ede8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-23T01:00:17.400Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.400Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.401Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.401Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.402Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:17.403Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.404Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.405Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=36781428-2701-4d2f-af62-8c6f9789ae1a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-23T01:00:17.413Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.414Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.415Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-23T01:00:17.416Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.417Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ddb24347-f72b-4dbd-858e-a5b4546f2ae1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-23T01:00:17.419Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.419Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.419Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is not matching search criteria
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-23T01:00:17.422Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.423Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-23T01:00:17.424Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-23T01:00:17.425Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-23T01:00:17.425Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-23T01:00:17.425Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d78d0e19-c9c1-41a3-b4f5-9113ff52711b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-23T01:00:17.426Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.427Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.427Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:00:17.427Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.428Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Node template vFW 6970d037-6025 0 is matching search criteria
2021-05-23T01:00:17.428Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6970d037-6025 0] matching following query criteria: sdcType=VF, customizationUUID=63b0a660-05a0-46aa-b1cd-bb43dc2b049c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:00:17.429Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.429Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.430Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 575f8670-c986-48fd-bce3-672311ab4caa: vFW 6970d037-6025
2021-05-23T01:00:17.430Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.430Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.431Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:00:17.432Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-23 00-57-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:00:17.433Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-05-23 00-57-00
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6970d037-6025 b88a4511-f4c5-4783-bc7e-43d1e14ea90b 1 ASDC deployResourceStructure
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json ASDC sendASDCNotification
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:17.651Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:17.653Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:17.653Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731617651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:00:17.753Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:17.754Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:17.754Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:17.766Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:17.766Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:18.654Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:18.656Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:18.656Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731618654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-23T01:00:18.756Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:18.757Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:18.757Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:18.769Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:18.769Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:19.657Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-23T01:00:19.657Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env
2021-05-23T01:00:19.657Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:19.658Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:19.659Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:19.659Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731619657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-23T01:00:19.759Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:19.760Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:19.760Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:19.768Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:19.768Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:20.660Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar ASDC sendASDCNotification
2021-05-23T01:00:20.660Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar
2021-05-23T01:00:20.660Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:00:20.661Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:00:20.662Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:00:20.662Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731620660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:00:20.762Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:00:20.764Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:00:20.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:00:20.773Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:20.773Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:00:21.663Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:00:21.683Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:00:21.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:00:21.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:00:21.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:00:51.686Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:00:51.694Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:00:51.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:00:51.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:00:51.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:00:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:00:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:00:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:00:57.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:00:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:00:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731592481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:00:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:21.696Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:01:21.703Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:01:21.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:01:21.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:01:21.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:01:51.705Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:01:51.713Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:01:51.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:01:51.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:01:51.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:01:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:01:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:01:57.054Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:01:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:01:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731588967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731597053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731591667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731597966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731588967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731592481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731597053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731591667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731597966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731592481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731588967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731591667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731597053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "dcae-sch",
"timestamp": 1621731599880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731597966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731592481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731588967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731597053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731591667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "dcae-sch",
"timestamp": 1621731599880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731597966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731597053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731602383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731602474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "dcae-sch",
"timestamp": 1621731599880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731597966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731597053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731602059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "cds",
"timestamp": 1621731603492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.109Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "dcae-sch",
"timestamp": 1621731599880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731597966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731597051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731597053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731602059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731603399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "dcae-sch",
"timestamp": 1621731599880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731597966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731602059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731603399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "dcae-sch",
"timestamp": 1621731599880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731605644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731602059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731603399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "dcae-sch",
"timestamp": 1621731599880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731606585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731606651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731602059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731606879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731603399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "policy-id",
"timestamp": 1621731607655,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731602059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731603399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731602059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731603399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731603399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731610349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731611136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731611877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731612549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731613105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731613167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731612571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731611877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731613667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731612571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731611877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731614651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731615162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731612571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731615352,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.151Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.151Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-23T01:01:57.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731615370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731611877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731612571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731616358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731616350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731616484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731616496,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.164Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.164Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-23T01:01:57.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731611877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731612571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731617490,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.175Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.175Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731617500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731611877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731617651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731617782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731612571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731618495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/vfw6970d03760250_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731611877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731618654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "aai-ml",
"timestamp": 1621731618786,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.185Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731612571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731619657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/resourceInstances/vfw6970d03760250/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731620660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731620922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731625977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731626981,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.200Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.200Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731636343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731637400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210523005700/1.0/artifacts/service-Vfw20210523005700-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "clamp",
"timestamp": 1621731638403,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.213Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
2021-05-23T01:01:57.213Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "dcae-sch",
"timestamp": 1621731639880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731642571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731636667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731643399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731642059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731637966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731641877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731637053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731643399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731636667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731637966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731641877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731642571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "dcae-sch",
"timestamp": 1621731639880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731642059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731637053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731643399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731636667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731642059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "dcae-sch",
"timestamp": 1621731639880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731641877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731642571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731637966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731637053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731643399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731637966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731636667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731642059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731641877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731648967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "dcae-sch",
"timestamp": 1621731639880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731642571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731637053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731643399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731648967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731637966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731636667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731642571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731641877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731642059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "dcae-sch",
"timestamp": 1621731639880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731637053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731643399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731648967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731636667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731642571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731641877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731637966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "dcae-sch",
"timestamp": 1621731639880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731642059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731637053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731648967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731637966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731642059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731643399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731636667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731642571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "dcae-sch",
"timestamp": 1621731639880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731641877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731637053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731652481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731648967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731652481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731654473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731654555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731654563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731648967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731654667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731654668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731654769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731652481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731648967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "cds",
"timestamp": 1621731655671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.243Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:01:57.244Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731655775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731656067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731652481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731656163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731656263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "policy-id",
"timestamp": 1621731656777,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:01:57.255Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:01:57.255Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:01:57.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:01:57.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731656830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:01:57.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:02:21.715Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:02:21.727Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:02:21.731Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:02:21.732Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:02:21.732Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:02:21.732Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:02:21.737Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:02:51.738Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-23T01:02:51.745Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and serviceModelVersionId: 575f8670-c986-48fd-bce3-672311ab4caa
2021-05-23T01:02:51.745Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c63bc48-aca4-4702-8829-0b304fc58a15
2021-05-23T01:02:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:02:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:02:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:02:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:02:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:02:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731657042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:02:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:02.327Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0
2021-05-23T01:03:02.428Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:03:02.841Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|INFO|500||Invoke
2021-05-23T01:03:02.845Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3370f23f-7393-4785-bec0-f1e0e89aa980], X-ECOMP-RequestID=[89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e], X-TransactionId=[], X-ONAP-RequestID=[89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e], Content-Type=[application/merge-patch+json]}
2021-05-23T01:03:02.977Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-23T01:03:03.352Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210523-01:03:02:988-87922], vertex-id=[118864], Content-Length=[0], Date=[Sun, 23 May 2021 01:03:02 GMT], Content-Type=[application/json]}
2021-05-23T01:03:03.353Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:03:03.354Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c63bc48-aca4-4702-8829-0b304fc58a15/model-vers/model-ver/575f8670-c986-48fd-bce3-672311ab4caa?depth=0|INFO|500||InvokeReturn
2021-05-23T01:03:03.357Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:03:03.357Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:03:03.360Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-23T01:03:03.361Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:03:03.362Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:03:03.363Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:03.364Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:03.364Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731783361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:03:03.464Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:03.465Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:03.465Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:03.474Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:03.475Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-23T01:03:04.374Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:03:04.375Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:03:04.375Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:08.699Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:08.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-23T01:03:08.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"20bbd3d2-e5f1-4279-8da2-aa368e99f47f","serviceName":"basic_onboard_JTyxRK","serviceVersion":"1.0","serviceUUID":"1070801d-46d3-4b07-b424-077da6d65f98","serviceDescription":"service","serviceInvariantUUID":"3d980a71-57ac-4833-925d-a43c1a9070a0","resources":[{"resourceInstanceName":"basic_onboard_JTyxRK 0","resourceName":"basic_onboard_JTyxRK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"977f4a10-07b5-47d2-ae26-674fb742a686","resourceInvariantUUID":"6181c94c-3533-4daf-8843-1b3f5eac0d04","resourceCustomizationUUID":"d5fbc6b7-453b-4d84-84e7-9512c5911093","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml","artifactChecksum":"NjI2Nzk0OTAwMTQzMTM4MzNkMTlkZWNkMTMxODQwMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98f7dfc6-819a-4ec4-b647-2d0f0f8e4800","artifactVersion":"1"},{"artifactName":"basic_onboard_jtyxrk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json","artifactChecksum":"YTNmZTI3YzFhOWRhNDQ5YjEwOWVjMTIwNDgwODBiZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac961ae4-c267-4608-941a-7d8f979332ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e79a85c1-489b-445f-9cf8-35d4d2c08d06","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d25b35a3-b64e-443b-a013-f53d84d11a93","artifactVersion":"2","generatedFromUUID":"ac961ae4-c267-4608-941a-7d8f979332ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJtyxrk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml","artifactChecksum":"NGEzMzgzMmQyZDczZjY2NDBmYjNkZWM5OWY3YmQ5OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8a641bc-7792-49a1-a635-737e5363028f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJtyxrk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar","artifactChecksum":"MDc0MTEyNDQ2MDRmYWNjYmMxMTBlZGYwYjNkZTFmMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bf6638b-db8b-41cc-a776-ee9cf84a572d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:03:08.702Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:08.702Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:08.704Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:08.704Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:03:08.804Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:08.805Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:08.805Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:08.816Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:08.816Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:09.704Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:09.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:09.706Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:09.706Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:03:09.807Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:09.807Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:09.808Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:09.818Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:09.819Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:03:10.707Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:10.707Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:10.710Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:10.710Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:03:10.810Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:10.811Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:10.811Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:10.820Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:10.821Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:11.710Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:11.711Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:11.712Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:11.712Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:03:11.813Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:03:11.813Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:11.814Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:11.822Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:11.822Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:12.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:12.714Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:12.715Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:12.715Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-23T01:03:12.815Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:12.816Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:12.816Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:12.824Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:12.825Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:13.716Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:13.716Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:13.718Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:13.719Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:03:13.819Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:13.820Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:13.820Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:13.830Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:13.830Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:14.719Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:03:14.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:14.722Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:14.722Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:03:14.822Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:14.823Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:14.823Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:14.833Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:14.833Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:15.723Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"serviceName": "basic_onboard_JTyxRK",
"serviceVersion": "1.0",
"serviceUUID": "1070801d-46d3-4b07-b424-077da6d65f98",
"serviceDescription": "service",
"serviceInvariantUUID": "3d980a71-57ac-4833-925d-a43c1a9070a0",
"resources": [
{
"resourceInstanceName": "basic_onboard_JTyxRK 0",
"resourceCustomizationUUID": "d5fbc6b7-453b-4d84-84e7-9512c5911093",
"resourceName": "basic_onboard_JTyxRK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "977f4a10-07b5-47d2-ae26-674fb742a686",
"resourceInvariantUUID": "6181c94c-3533-4daf-8843-1b3f5eac0d04",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jtyxrk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"artifactChecksum": "YTNmZTI3YzFhOWRhNDQ5YjEwOWVjMTIwNDgwODBiZmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac961ae4-c267-4608-941a-7d8f979332ca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d25b35a3-b64e-443b-a013-f53d84d11a93",
"generatedFromUUID": "ac961ae4-c267-4608-941a-7d8f979332ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d25b35a3-b64e-443b-a013-f53d84d11a93",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJtyxrk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"artifactChecksum": "MDc0MTEyNDQ2MDRmYWNjYmMxMTBlZGYwYjNkZTFmMzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7bf6638b-db8b-41cc-a776-ee9cf84a572d"
}
],
"workloadContext": "Production"
}
2021-05-23T01:03:15.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:03:15.724Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1070801d-46d3-4b07-b424-077da6d65f98 ASDC
2021-05-23T01:03:15.724Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:20bbd3d2-e5f1-4279-8da2-aa368e99f47f
ServiceName:basic_onboard_JTyxRK
ServiceVersion:1.0
ServiceUUID:1070801d-46d3-4b07-b424-077da6d65f98
ServiceInvariantUUID:3d980a71-57ac-4833-925d-a43c1a9070a0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJtyxrk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
ArtifactUUID:7bf6638b-db8b-41cc-a776-ee9cf84a572d
ArtifactChecksum:MDc0MTEyNDQ2MDRmYWNjYmMxMTBlZGYwYjNkZTFmMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JTyxRK 0
ResourceCustomizationUUID:d5fbc6b7-453b-4d84-84e7-9512c5911093
ResourceInvariantUUID:6181c94c-3533-4daf-8843-1b3f5eac0d04
ResourceName:basic_onboard_JTyxRK
ResourceType:VF
ResourceUUID:977f4a10-07b5-47d2-ae26-674fb742a686
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jtyxrk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
ArtifactUUID:4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f
ArtifactChecksum:YTNmZTI3YzFhOWRhNDQ5YjEwOWVjMTIwNDgwODBiZmM=
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/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac961ae4-c267-4608-941a-7d8f979332ca
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/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
ArtifactUUID:d25b35a3-b64e-443b-a013-f53d84d11a93
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/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
ArtifactUUID:d25b35a3-b64e-443b-a013-f53d84d11a93
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-23T01:03:15.724Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1070801d-46d3-4b07-b424-077da6d65f98 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-23T01:03:15.752Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7bf6638b-db8b-41cc-a776-ee9cf84a572d from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:15.753Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:15.948Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar 7bf6638b-db8b-41cc-a776-ee9cf84a572d 74850
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar ASDC sendASDCNotification
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:15.953Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:15.954Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:15.955Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:15.956Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731795953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:16.056Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:16.056Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:16.057Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:16.085Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:16.085Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:03:16.956Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:03:16.957Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-05-23T01:03:16.957Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7bf6638b-db8b-41cc-a776-ee9cf84a572d, URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar to file: /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:16.958Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:16.958Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:16.958Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:17.161Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP342507769231217680/Definitions/service-BasicOnboardJtyxrk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-23T01:03:18.136Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JTyxRK 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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JTyxRK 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.137Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||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-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.138Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.139Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.140Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-23T01:03:18.141Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.142Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:18.143Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is not matching search criteria
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4e3ba055-d626-45a1-a74a-7ff3070ae710
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.144Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:18.145Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JTyxRK
Description:service
Model UUID:1070801d-46d3-4b07-b424-077da6d65f98
Model Version:NULL
Model InvariantUuid:3d980a71-57ac-4833-925d-a43c1a9070a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JTyxRK
Model UUID:03d70f5b-a9f9-4988-89ea-6a214a1a80b0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6181c94c-3533-4daf-8843-1b3f5eac0d04
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d5fbc6b7-453b-4d84-84e7-9512c5911093
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6f4f5bea-0e49-4848-a9cd-99eb285ac382
ModelName:BasicOnboardJtyxrk..base_ubuntu18..module-0
ModelUuid:5c4c97b7-d07b-40a8-8717-f27d320b2968
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4e3ba055-d626-45a1-a74a-7ff3070ae710
ModelInvariantUuid:edf0aefd-d33b-46bc-bc1e-a0947988d02c
ModelName:basic_onboard_JTyxRK-nodes.ubuntu18Cvfc
ModelUuid:e4a16f7e-61a3-46b2-a930-aae64e9e7e7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7593a509-8e0b-429e-861b-10cbd6a6e41a
ModelInvariantUuid:a7fac929-aff1-40cc-9014-477b2f5dfbae
ModelName:BasicOnboardJtyxrk.compute.nodes.heat.ubuntu18
ModelUuid:28058646-3e8d-4d16-87c2-c3975b20cdda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-23T01:03:18.147Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 977f4a10-07b5-47d2-ae26-674fb742a686
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:03:18.149Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||basic_onboard_JTyxRK 0
2021-05-23T01:03:18.149Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 977f4a10-07b5-47d2-ae26-674fb742a686
2021-05-23T01:03:18.150Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:18.150Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:18.150Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:18.415Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json 4bdd1be6-e897-4b0e-94ba-e8b9850bbb0f 798
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json ASDC sendASDCNotification
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:18.416Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:18.417Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:18.418Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:18.418Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731798416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:18.518Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:18.519Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:18.519Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:18.531Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:18.531Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:19.419Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJtyxrk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6f4f5bea-0e49-4848-a9cd-99eb285ac382",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5c4c97b7-d07b-40a8-8717-f27d320b2968",
"vfModuleModelCustomizationUUID": "90512950-7d03-4a4d-ae75-111a3fc6ff49",
"isBase": true,
"artifacts": [
"ac961ae4-c267-4608-941a-7d8f979332ca",
"d25b35a3-b64e-443b-a013-f53d84d11a93"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-23T01:03:19.424Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJtyxrk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c4c97b7-d07b-40a8-8717-f27d320b2968
VfModuleModelInvariantUUID:6f4f5bea-0e49-4848-a9cd-99eb285ac382
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac961ae4-c267-4608-941a-7d8f979332ca
,
d25b35a3-b64e-443b-a013-f53d84d11a93
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJtyxrk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6f4f5bea-0e49-4848-a9cd-99eb285ac382",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5c4c97b7-d07b-40a8-8717-f27d320b2968",
"vfModuleModelCustomizationUUID": "90512950-7d03-4a4d-ae75-111a3fc6ff49",
"isBase": true,
"artifacts": [
"ac961ae4-c267-4608-941a-7d8f979332ca",
"d25b35a3-b64e-443b-a013-f53d84d11a93"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJtyxrk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c4c97b7-d07b-40a8-8717-f27d320b2968
VfModuleModelInvariantUUID:6f4f5bea-0e49-4848-a9cd-99eb285ac382
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac961ae4-c267-4608-941a-7d8f979332ca
,
d25b35a3-b64e-443b-a013-f53d84d11a93
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac961ae4-c267-4608-941a-7d8f979332ca from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:19.427Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:19.757Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml ac961ae4-c267-4608-941a-7d8f979332ca 5033
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:19.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:19.760Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:19.760Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731799758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:19.860Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:19.861Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:19.861Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:19.872Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:19.872Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:20.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d25b35a3-b64e-443b-a013-f53d84d11a93 from URL: /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:20.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-05-23T01:03:20.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:21.643Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-05-23T01:03:21.643Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env d25b35a3-b64e-443b-a013-f53d84d11a93 909
2021-05-23T01:03:21.643Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-23T01:03:21.644Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:21.644Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:03:21.644Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:21.645Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:21.645Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731801643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:21.745Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:21.746Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:21.746Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:21.757Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:21.757Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:22.646Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1070801d-46d3-4b07-b424-077da6d65f98
2021-05-23T01:03:22.646Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JTyxRK 0 977f4a10-07b5-47d2-ae26-674fb742a686 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:03:22.655Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d5fbc6b7-453b-4d84-84e7-9512c5911093
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5fbc6b7-453b-4d84-84e7-9512c5911093 matches Tosca VF Customization UUID: d5fbc6b7-453b-4d84-84e7-9512c5911093
2021-05-23T01:03:22.656Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d5fbc6b7-453b-4d84-84e7-9512c5911093 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-23T01:03:22.657Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.657Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d5fbc6b7-453b-4d84-84e7-9512c5911093: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b24087
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90512950-7d03-4a4d-ae75-111a3fc6ff49
2021-05-23T01:03:22.658Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90512950-7d03-4a4d-ae75-111a3fc6ff49
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.660Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is not matching search criteria
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-23T01:03:22.661Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4e3ba055-d626-45a1-a74a-7ff3070ae710
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-23T01:03:22.662Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.662Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JTyxRK 0 is matching search criteria
2021-05-23T01:03:22.663Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JTyxRK 0] matching following query criteria: sdcType=VF, customizationUUID=d5fbc6b7-453b-4d84-84e7-9512c5911093
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1070801d-46d3-4b07-b424-077da6d65f98: basic_onboard_JTyxRK
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.664Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JTyxRK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:03:22.665Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_JTyxRK
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JTyxRK 977f4a10-07b5-47d2-ae26-674fb742a686 1 ASDC deployResourceStructure
2021-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json ASDC sendASDCNotification
2021-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json
2021-05-23T01:03:22.709Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:22.710Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:22.711Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:22.711Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731802709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:22.811Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:22.812Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:22.812Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:22.823Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:22.824Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:23.712Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-23T01:03:23.712Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml
2021-05-23T01:03:23.712Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:23.713Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:23.714Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:23.714Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731803712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:23.814Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:23.815Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:23.815Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:23.826Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:23.826Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:03:24.715Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-23T01:03:24.716Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env
2021-05-23T01:03:24.716Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:24.716Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:24.718Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:24.718Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731804715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:24.818Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:24.819Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:24.819Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:24.829Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:24.829Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:25.719Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar ASDC sendASDCNotification
2021-05-23T01:03:25.720Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar
2021-05-23T01:03:25.720Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:03:25.720Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:03:25.722Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:03:25.722Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731805719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:25.822Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:03:25.823Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:03:25.823Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:03:25.832Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:25.832Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:03:26.723Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:03:26.732Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:03:26.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:03:26.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:03:26.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:03:56.736Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:03:56.745Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:03:56.747Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:03:56.747Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-23T01:03:56.748Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-23T01:03:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:03:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:03:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:03:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:03:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731652481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731657576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731657669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731657766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621731658045,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:03:57.082Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.082Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731652481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731658598,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:03:57.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-23T01:03:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731658672,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:03:57.103Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.103Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-23T01:03:57.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731658771,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:03:57.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "ves-openapi-manager",
"timestamp": 1621731652481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621731659603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621731659674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621731659774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:57.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731662339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731663035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731663360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:03:57.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:03:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "aai-ml",
"timestamp": 1621731664047,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:03:57.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:03:57.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:03:57.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "clamp",
"timestamp": 1621731664363,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:03:57.132Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
2021-05-23T01:03:57.132Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:04:26.748Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:04:26.758Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:04:26.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:04:26.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:04:26.761Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:04:26.762Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:04:26.767Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:04:56.767Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-23T01:04:56.771Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and serviceModelVersionId: 1070801d-46d3-4b07-b424-077da6d65f98
2021-05-23T01:04:56.772Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d980a71-57ac-4833-925d-a43c1a9070a0
2021-05-23T01:04:56.772Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0
2021-05-23T01:04:56.776Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:04:56.813Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|INFO|500||Invoke
2021-05-23T01:04:56.813Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20bbd3d2-e5f1-4279-8da2-aa368e99f47f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1378347-75af-4466-9b67-e820adbaf8a1], X-ECOMP-RequestID=[20bbd3d2-e5f1-4279-8da2-aa368e99f47f], X-TransactionId=[], X-ONAP-RequestID=[20bbd3d2-e5f1-4279-8da2-aa368e99f47f], Content-Type=[application/merge-patch+json]}
2021-05-23T01:04:56.832Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-23T01:04:56.914Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210523-01:04:56:841-5760], vertex-id=[192656], Content-Length=[0], Date=[Sun, 23 May 2021 01:04:56 GMT], Content-Type=[application/json]}
2021-05-23T01:04:56.914Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:04:56.915Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d980a71-57ac-4833-925d-a43c1a9070a0/model-vers/model-ver/1070801d-46d3-4b07-b424-077da6d65f98?depth=0|INFO|500||InvokeReturn
2021-05-23T01:04:56.915Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:04:56.915Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20bbd3d2-e5f1-4279-8da2-aa368e99f47f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:04:56.919Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:04:56.921Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:04:56.921Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731896919,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:04:57.021Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:04:57.021Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:04:57.022Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:04:57.032Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:04:57.032Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:04:57.053Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:04:57.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:04:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:04:57.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:04:57.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731783361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:04:57.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:04:57.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731784374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731795953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731798416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731799758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731801643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731802709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/basic_onboard_jtyxrk0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731803712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731804715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/resourceInstances/basic_onboard_jtyxrk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731805719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJtyxrk/1.0/artifacts/service-BasicOnboardJtyxrk-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:04:57.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-23T01:04:57.931Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:04:57.932Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:04:57.932Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ctRMhMil3rV13D5R) ...
2021-05-23T01:05:07.472Z|20bbd3d2-e5f1-4279-8da2-aa368e99f47f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:05:07.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:07.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:05:07.473Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:17.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:05:17.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:17.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:05:17.008Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:26.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:05:26.549Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:26.550Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:05:26.550Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:36.089Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:05:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:05:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:05:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:05:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:05:57.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:05:57.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-23T01:05:57.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20bbd3d2-e5f1-4279-8da2-aa368e99f47f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621731896919,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:05:57.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:06:06.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:06:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:06:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:06:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:06:57.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:06:57.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:06:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:07:06.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:07:06.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:07:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:07:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:07:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:07:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:07:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:07:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:08:06.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:08:06.591Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:08:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:08:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:08:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:08:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:08:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:08:57.053Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:09:06.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:09:06.601Z|89ab4c63-0b2d-4fd0-aa7c-7287d33fac4e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:09:57.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:09:57.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:09:57.052Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:09:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:09:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:09:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:09:57.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:09:57.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:09:57.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcf32e26-8f07-40dd-96b5-17c588efc8f0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d3eedfe7-ec92-450f-8fc8-379efedb60df","serviceDescription":"service","serviceInvariantUUID":"24e37a0e-c518-468a-8125-532649c8f0a7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c8d54768-064e-43b8-94f5-7155ff72045b","resourceInvariantUUID":"0a10a5e0-cb6d-41ec-b8b9-9205807702db","resourceCustomizationUUID":"c4d64b40-6fec-487e-ab9a-5d4edd93a8a7","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":"YjkyNzNjNTUwZjY2ZTZlMDc0MGY1MzFlZWIzOGZkNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27ab1d39-6e9b-4a1c-b29a-cc38e0a1658f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzdhMmJkMGNlMTJjOTU1OTFhMTk2YzUyZWVhMDkxYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38b700d8-6785-401a-8ce2-0d29c7a8c400","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621732152481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "cds",
"timestamp": 1621732146667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "clamp",
"timestamp": 1621732151877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621732152571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621732152481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "cds",
"timestamp": 1621732146667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:09:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621732152571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "clamp",
"timestamp": 1621732151877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "policy-id",
"timestamp": 1621732157053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621732157982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "cds",
"timestamp": 1621732157993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621732157966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "policy-id",
"timestamp": 1621732157053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.682Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732197051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "cds",
"timestamp": 1621732158997,
"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-05-23T01:09:57.692Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.692Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:09:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621732159423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621732157966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "aai-ml",
"timestamp": 1621732158967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621732160427,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:09:57.701Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "policy-id",
"timestamp": 1621732160462,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "dcae-sch",
"timestamp": 1621732159880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "aai-ml",
"timestamp": 1621732158967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "policy-id",
"timestamp": 1621732161465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "dcae-sch",
"timestamp": 1621732159880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "aai-ml",
"timestamp": 1621732162360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "policy-id",
"timestamp": 1621732162467,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:09:57.711Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.711Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621732162059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621732162059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621732163399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "clamp",
"timestamp": 1621732164398,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621732163399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "aai-ml",
"timestamp": 1621732165861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "clamp",
"timestamp": 1621732166407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:09:57.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-23T01:09:57.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "aai-ml",
"timestamp": 1621732166866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:09:57.720Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.721Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:09:57.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:09:57.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "clamp",
"timestamp": 1621732167411,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:09:57.729Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcf32e26-8f07-40dd-96b5-17c588efc8f0
2021-05-23T01:09:57.729Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf32e26-8f07-40dd-96b5-17c588efc8f0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:09:57.782Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:09:57.783Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:09:57.783Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:09:57.793Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:09:57.793Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:09:58.682Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:09:58.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:09:58.685Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:09:58.685Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732197051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:09:58.785Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:09:58.785Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:09:58.786Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:09:58.794Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:09:58.795Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:09:59.690Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d3eedfe7-ec92-450f-8fc8-379efedb60df",
"serviceDescription": "service",
"serviceInvariantUUID": "24e37a0e-c518-468a-8125-532649c8f0a7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c4d64b40-6fec-487e-ab9a-5d4edd93a8a7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c8d54768-064e-43b8-94f5-7155ff72045b",
"resourceInvariantUUID": "0a10a5e0-cb6d-41ec-b8b9-9205807702db",
"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": "MzdhMmJkMGNlMTJjOTU1OTFhMTk2YzUyZWVhMDkxYzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38b700d8-6785-401a-8ce2-0d29c7a8c400"
}
],
"workloadContext": "Production"
}
2021-05-23T01:09:59.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:09:59.690Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3eedfe7-ec92-450f-8fc8-379efedb60df ASDC
2021-05-23T01:09:59.691Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dcf32e26-8f07-40dd-96b5-17c588efc8f0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d3eedfe7-ec92-450f-8fc8-379efedb60df
ServiceInvariantUUID:24e37a0e-c518-468a-8125-532649c8f0a7
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:38b700d8-6785-401a-8ce2-0d29c7a8c400
ArtifactChecksum:MzdhMmJkMGNlMTJjOTU1OTFhMTk2YzUyZWVhMDkxYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c4d64b40-6fec-487e-ab9a-5d4edd93a8a7
ResourceInvariantUUID:0a10a5e0-cb6d-41ec-b8b9-9205807702db
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c8d54768-064e-43b8-94f5-7155ff72045b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-23T01:09:59.691Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3eedfe7-ec92-450f-8fc8-379efedb60df ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38b700d8-6785-401a-8ce2-0d29c7a8c400 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:09:59.719Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:09:59.720Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:10:00.433Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38b700d8-6785-401a-8ce2-0d29c7a8c400 52221
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:10:00.436Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:00.438Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:00.438Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732200436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:10:00.538Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:00.539Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:10:00.539Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:00.546Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:00.547Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-23T01:10:01.438Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:10:01.439Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:10:01.439Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 38b700d8-6785-401a-8ce2-0d29c7a8c400, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.440Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-23T01:10:01.440Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.440Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.516Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP567603318304710077/Definitions/service-BasicNetwork-template.yml
2021-05-23T01:10:01.862Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:10:01.862Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:10:01.862Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.863Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.864Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.865Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d3eedfe7-ec92-450f-8fc8-379efedb60df
Model Version:NULL
Model InvariantUuid:24e37a0e-c518-468a-8125-532649c8f0a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0a10a5e0-cb6d-41ec-b8b9-9205807702db
Model UUID:acb96a7e-ed23-4ffc-9c93-900a72edd350
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c4d64b40-6fec-487e-ab9a-5d4edd93a8a7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-23T01:10:01.870Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: c8d54768-064e-43b8-94f5-7155ff72045b
2021-05-23T01:10:01.870Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||No resources found for Service: d3eedfe7-ec92-450f-8fc8-379efedb60df
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:10:01.872Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d3eedfe7-ec92-450f-8fc8-379efedb60df
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d3eedfe7-ec92-450f-8fc8-379efedb60df
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-23T01:10:01.873Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.877Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d3eedfe7-ec92-450f-8fc8-379efedb60df: Generic NeutronNet
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.878Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-23T01:10:01.896Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:10:01.897Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-23T01:10:01.943Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-23T01:10:01.943Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-23T01:10:01.943Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-23T01:10:01.944Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-23T01:10:01.944Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:01.945Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:01.945Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732201943,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-23T01:10:02.045Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:02.046Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:10:02.047Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:02.058Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:02.058Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:10:02.946Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:10:02.954Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-23T01:10:02.956Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-23T01:10:02.960Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-23T01:10:32.960Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-23T01:10:32.966Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcf32e26-8f07-40dd-96b5-17c588efc8f0 and serviceModelVersionId: d3eedfe7-ec92-450f-8fc8-379efedb60df
2021-05-23T01:10:32.966Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24e37a0e-c518-468a-8125-532649c8f0a7
2021-05-23T01:10:32.967Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0
2021-05-23T01:10:32.971Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-23T01:10:33.008Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|INFO|500||Invoke
2021-05-23T01:10:33.008Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcf32e26-8f07-40dd-96b5-17c588efc8f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6926cf42-d98a-4795-bd3b-c3b5e0a5b96d], X-ECOMP-RequestID=[dcf32e26-8f07-40dd-96b5-17c588efc8f0], X-TransactionId=[], X-ONAP-RequestID=[dcf32e26-8f07-40dd-96b5-17c588efc8f0], Content-Type=[application/merge-patch+json]}
2021-05-23T01:10:33.025Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-23T01:10:33.351Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210523-01:10:33:035-82295], vertex-id=[237800], Content-Length=[0], Date=[Sun, 23 May 2021 01:10:33 GMT], Content-Type=[application/json]}
2021-05-23T01:10:33.352Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-23T01:10:33.352Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e37a0e-c518-468a-8125-532649c8f0a7/model-vers/model-ver/d3eedfe7-ec92-450f-8fc8-379efedb60df?depth=0|INFO|500||InvokeReturn
2021-05-23T01:10:33.353Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-23T01:10:33.353Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:10:33.357Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-23T01:10:33.357Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcf32e26-8f07-40dd-96b5-17c588efc8f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-23T01:10:33.357Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-23T01:10:33.358Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:33.359Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:33.359Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732233357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-23T01:10:33.460Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:10:33.460Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:10:33.461Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:33.475Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:33.475Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-23T01:10:57.051Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:10:57.052Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:10:57.052Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|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 ctRMhMil3rV13D5R) ...
2021-05-23T01:10:57.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-23T01:10:57.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-23T01:10:57.053Z||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 ctRMhMil3rV13D5R) ...
2021-05-23T01:10:57.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:57.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-23T01:10:57.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcf32e26-8f07-40dd-96b5-17c588efc8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732197051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:10:57.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-23T01:10:57.674Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:57.674Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-23T01:10:57.674Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"528c799b-f61d-40e2-926b-56a6ecc3095d","serviceName":"Demo_pNF_q1enNaKVlW70YhLl15dz","serviceVersion":"1.0","serviceUUID":"3d5ca92a-a934-4b07-b3cb-3c49842d7e6c","serviceDescription":"catalog service description","serviceInvariantUUID":"97b8751b-bdd4-4dd2-b003-56155a4bf750","resources":[{"resourceInstanceName":"pNF 48d5483e-fb03 0","resourceName":"pNF 48d5483e-fb03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"db8dc6ad-351f-4e83-b845-cfc8eeaabee6","resourceInvariantUUID":"c629f26f-a8b8-4fac-b01a-f1fd4de6f0c1","resourceCustomizationUUID":"19ee310d-1412-4e81-b21a-256eb6815929","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml","artifactChecksum":"ZThmMDMzMGJkMjc4YTg1NTM3MWY5MzYxMmIyYTMwMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3f507a8-2fc9-4f57-b41c-7887336f20ba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar","artifactChecksum":"YThhMDczZmM2MWEwODFlY2M1MTU1NGY1OGVjMjA5ZDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99bc6065-f48e-46ad-915b-1ece6c31bbe6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3790367-c8e9-40e4-9a71-5a75a5f552fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml","artifactChecksum":"NTllMmJkZmQ2MGM4YTg3YTEyM2I0ZWEwMjNmYjM4ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8850b5ce-4afa-4e5e-9d0a-05fa7a61f6ca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37e1f9d2-2272-4e20-8b97-51c1f33d72a6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0312487e-eeb0-4026-a86b-f2d8eee973ec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQ1ennakvlw70yhll15dz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml","artifactChecksum":"OTRhNjZjZWU2ZWMxM2E1MDVjMDgxZTk0YjkwNTAwNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd300e6b-ed93-48a0-af70-742f53469911","artifactVersion":"1"},{"artifactName":"service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar","artifactChecksum":"NDI5ZDZiMjE3OGQ0ZGI2MTRkNDc5Y2QyYTEyN2JkM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87feb49c-c9a9-4436-a39a-2617d3b845ec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-23T01:10:57.676Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:10:57.676Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:57.678Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:57.678Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:10:57.778Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:57.779Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:10:57.779Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:57.787Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:57.787Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:10:58.678Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:10:58.679Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:58.681Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:58.681Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:10:58.781Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:10:58.782Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:10:58.782Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:58.790Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:58.790Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:10:59.681Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:10:59.682Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:10:59.683Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:10:59.683Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:10:59.784Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-23T01:10:59.784Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:10:59.785Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:10:59.796Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:10:59.797Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:00.684Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:00.684Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:00.686Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:00.686Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:11:00.786Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:00.787Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:11:00.787Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:00.795Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:11:00.796Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:01.686Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:01.687Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:01.689Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:01.689Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:11:01.789Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:01.790Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:11:01.790Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:01.799Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:11:01.800Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:02.689Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:02.690Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:02.692Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:02.692Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/resourceInstances/pnf48d5483efb030/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:11:02.792Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:02.793Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:11:02.793Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:02.801Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:11:02.801Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:03.693Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:03.693Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:03.695Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:03.695Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-23T01:11:03.795Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:03.796Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:11:03.796Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:03.809Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:11:03.810Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:04.695Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-23T01:11:04.696Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:04.697Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:04.698Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732257051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
"status": "NOTIFIED"
}
2021-05-23T01:11:04.798Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:04.798Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:11:04.799Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:04.808Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:11:04.809Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:05.698Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"serviceName": "Demo_pNF_q1enNaKVlW70YhLl15dz",
"serviceVersion": "1.0",
"serviceUUID": "3d5ca92a-a934-4b07-b3cb-3c49842d7e6c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "97b8751b-bdd4-4dd2-b003-56155a4bf750",
"resources": [
{
"resourceInstanceName": "pNF 48d5483e-fb03 0",
"resourceCustomizationUUID": "19ee310d-1412-4e81-b21a-256eb6815929",
"resourceName": "pNF 48d5483e-fb03",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "db8dc6ad-351f-4e83-b845-cfc8eeaabee6",
"resourceInvariantUUID": "c629f26f-a8b8-4fac-b01a-f1fd4de6f0c1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
"artifactChecksum": "NDI5ZDZiMjE3OGQ0ZGI2MTRkNDc5Y2QyYTEyN2JkM2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87feb49c-c9a9-4436-a39a-2617d3b845ec"
}
],
"workloadContext": "Production"
}
2021-05-23T01:11:05.699Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-23T01:11:05.699Z|dcf32e26-8f07-40dd-96b5-17c588efc8f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c ASDC
2021-05-23T01:11:05.699Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:528c799b-f61d-40e2-926b-56a6ecc3095d
ServiceName:Demo_pNF_q1enNaKVlW70YhLl15dz
ServiceVersion:1.0
ServiceUUID:3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
ServiceInvariantUUID:97b8751b-bdd4-4dd2-b003-56155a4bf750
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
ArtifactUUID:87feb49c-c9a9-4436-a39a-2617d3b845ec
ArtifactChecksum:NDI5ZDZiMjE3OGQ0ZGI2MTRkNDc5Y2QyYTEyN2JkM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 48d5483e-fb03 0
ResourceCustomizationUUID:19ee310d-1412-4e81-b21a-256eb6815929
ResourceInvariantUUID:c629f26f-a8b8-4fac-b01a-f1fd4de6f0c1
ResourceName:pNF 48d5483e-fb03
ResourceType:PNF
ResourceUUID:db8dc6ad-351f-4e83-b845-cfc8eeaabee6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-23T01:11:05.699Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 87feb49c-c9a9-4436-a39a-2617d3b845ec from URL: /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-23T01:11:05.714Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:07.171Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-23T01:11:07.174Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar 87feb49c-c9a9-4436-a39a-2617d3b845ec 83325
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar ASDC sendASDCNotification
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-23T01:11:07.175Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-23T01:11:07.176Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-23T01:11:07.176Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "528c799b-f61d-40e2-926b-56a6ecc3095d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621732267175,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-23T01:11:07.277Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-23T01:11:07.277Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-23T01:11:07.277Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ctRMhMil3rV13D5R) ...
2021-05-23T01:11:07.288Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-23T01:11:07.288Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-23T01:11:08.177Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 87feb49c-c9a9-4436-a39a-2617d3b845ec, URL: /sdc/v1/catalog/services/DemoPnfQ1ennakvlw70yhll15dz/1.0/artifacts/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar to file: /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.178Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.266Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11541275842692771249/Definitions/service-DemoPnfQ1ennakvlw70yhll15dz-template.yml
2021-05-23T01:11:08.820Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 48d5483e-fb03 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 48d5483e-fb03 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-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.821Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ1ennakvlw70yhll15dz-csar.csar
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Node template pNF 48d5483e-fb03 0 is matching search criteria
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 48d5483e-fb03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:11:08.822Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Node template pNF 48d5483e-fb03 0 is matching search criteria
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 48d5483e-fb03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.823Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.824Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_q1enNaKVlW70YhLl15dz
Description:catalog service description
Model UUID:3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
Model Version:NULL
Model InvariantUuid:97b8751b-bdd4-4dd2-b003-56155a4bf750
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-23T01:11:08.829Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: db8dc6ad-351f-4e83-b845-cfc8eeaabee6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:11:08.830Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||pNF 48d5483e-fb03 0
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: db8dc6ad-351f-4e83-b845-cfc8eeaabee6
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c
2021-05-23T01:11:08.831Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 48d5483e-fb03 0 db8dc6ad-351f-4e83-b845-cfc8eeaabee6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_q1enNaKVlW70YhLl15dz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3d5ca92a-a934-4b07-b3cb-3c49842d7e6c: pNF 48d5483e-fb03
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||INFO|500||Processing PNF resource: db8dc6ad-351f-4e83-b845-cfc8eeaabee6
2021-05-23T01:11:08.834Z|528c799b-f61d-40e2-926b-56a6ecc3095d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery