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-16T04:26:27.858Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-b8nms with PID 14 (/app/app.jar started by so in /app)
2021-05-16T04:26:27.863Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-16T04:26:27.863Z||main|||||INFO|500||The following profiles are active: basic
2021-05-16T04:26:34.727Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-16T04:26:34.728Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-16T04:26:34.819Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-16T04:26:36.164Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-16T04:26:36.349Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-16T04:26:36.661Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-16T04:26:36.669Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-16T04:26:36.745Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-16T04:26:36.867Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-16T04:26:37.251Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-16T04:26:38.185Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-16T04:26:40.011Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-16T04:26:40.048Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-16T04:26:40.423Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-16T04:26:40.619Z||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-16T04:26:41.784Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-16T04:26:42.619Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-16T04:26:42.634Z||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$$24bb08c9.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-16T04:26:42.635Z||main|||||WARN|500||The sdc end point is not alive
2021-05-16T04:26:44.638Z||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-16T04:26:46.615Z||main|||||WARN|500||---
2021-05-16T04:26:46.615Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-16T04:26:46.615Z||main|||||WARN|500||---
2021-05-16T04:26:46.932Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-16T04:26:49.730Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:26:49.731Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:26:49.732Z||main|||||INFO|500||Started Application in 23.717 seconds (JVM running for 24.805)
2021-05-16T04:26:49.741Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:26:49.764Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:26:49.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 014c12cb-152e-4e68-87ae-f67a2a25279e url= /sdc/v1/artifactTypes
2021-05-16T04:26:49.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:26:50.921Z||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.25.150] 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-16T04:26:50.927Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@197bece1
2021-05-16T04:26:50.927Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:26:50.935Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:26:50.937Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:26:50.940Z||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-16T04:27:39.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:27:39.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:27:39.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:27:39.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:27:39.735Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4db347e5-16d8-451e-883b-d408d9d83ed2 url= /sdc/v1/artifactTypes
2021-05-16T04:27:39.735Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:27:40.767Z||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.25.150] 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-16T04:27:40.768Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@602ead0b
2021-05-16T04:27:40.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:27:40.769Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:27:40.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:27:40.769Z||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-16T04:28:29.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:28:29.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:28:29.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:28:29.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:28:29.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 844364e1-b6b3-4f76-95bc-ea13311d722f url= /sdc/v1/artifactTypes
2021-05-16T04:28:29.736Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:28:30.788Z||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.25.150] 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-16T04:28:30.788Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b8145e8
2021-05-16T04:28:30.789Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:28:30.789Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:28:30.790Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:28:30.790Z||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-16T04:29:19.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:29:19.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:29:19.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:29:19.731Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:29:19.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a131d21-5344-4ae0-b79e-3bf56221fdcb url= /sdc/v1/artifactTypes
2021-05-16T04:29:19.737Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:29:20.766Z||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.25.150] 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-16T04:29:20.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d107d37
2021-05-16T04:29:20.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:29:20.767Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:29:20.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:29:20.769Z||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-16T04:30:09.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:30:09.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:30:09.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:30:09.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:30:09.734Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 713f9c4c-9f2b-4cf6-ac9d-63977879fbd4 url= /sdc/v1/artifactTypes
2021-05-16T04:30:09.735Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:30:10.751Z||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.25.150] 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-16T04:30:10.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7520ff1
2021-05-16T04:30:10.752Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:30:10.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:30:10.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:30:10.753Z||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-16T04:30:59.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:30:59.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:30:59.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:30:59.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:30:59.734Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c8136ac-354c-4f59-aafa-292aff9b0b5d url= /sdc/v1/artifactTypes
2021-05-16T04:30:59.734Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:31:00.767Z||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.25.150] 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-16T04:31:00.768Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b7fde8d
2021-05-16T04:31:00.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:31:00.769Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:31:00.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:31:00.769Z||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-16T04:31:49.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:31:49.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:31:49.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:31:49.730Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:31:49.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8479293-075d-402f-81e8-483de3af8ba1 url= /sdc/v1/artifactTypes
2021-05-16T04:31:49.737Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:31:50.752Z||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.25.150] 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-16T04:31:50.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52a7b0c1
2021-05-16T04:31:50.752Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:31:50.753Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:31:50.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:31:50.753Z||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-16T04:32:39.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:32:39.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:32:39.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:32:39.729Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:32:39.734Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e4ee81f-473d-4ab6-aab4-4711449b1652 url= /sdc/v1/artifactTypes
2021-05-16T04:32:39.734Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:32:40.768Z||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.25.150] 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-16T04:32:40.768Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4db3811f
2021-05-16T04:32:40.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:32:40.768Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:32:40.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:32:40.769Z||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-16T04:33:29.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:33:29.728Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:33:29.728Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:33:29.732Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:33:29.738Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c2591c6-063c-4359-8699-70fb0ab9559e url= /sdc/v1/artifactTypes
2021-05-16T04:33:29.738Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:33:30.750Z||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.25.150] 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-16T04:33:30.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b448e32
2021-05-16T04:33:30.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-16T04:33:30.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-16T04:33:30.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:33:30.753Z||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-16T04:34:19.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:34:19.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:34:19.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:34:19.731Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:34:19.736Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a71834dc-f85b-4b30-be3a-da8796d5adb9 url= /sdc/v1/artifactTypes
2021-05-16T04:34:19.736Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:34:20.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-16T04:34:20.270Z||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-16T04:34:20.295Z||scheduling-1|||||DEBUG|500||create keys
2021-05-16T04:34:20.301Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-16T04:34:20.474Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:34:20.488Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d2e11935-3073-4eac-9c27-9a5488a5bec6 url= /sdc/v1/registerForDistribution
2021-05-16T04:34:20.520Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ecb9c66
2021-05-16T04:34:20.520Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-05-16T04:34:20.521Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-05-16T04:34:20.526Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QINAUtRBfdMYSbdQ will send credentials over a clear channel.
2021-05-16T04:34:20.526Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QINAUtRBfdMYSbdQ (as QINAUtRBfdMYSbdQ) ...
2021-05-16T04:34:20.579Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:34:20.580Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-16T04:34:20.580Z||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-16T04:35:09.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-16T04:35:09.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-16T04:35:09.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-16T04:35:09.729Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-16T04:35:09.733Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33a66bb7-4022-487a-a62d-4949012d7f49 url= /sdc/v1/artifactTypes
2021-05-16T04:35:09.733Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-16T04:35:09.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-16T04:35:09.771Z||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-16T04:35:09.771Z||scheduling-1|||||DEBUG|500||create keys
2021-05-16T04:35:09.772Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-05-16T04:35:09.772Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QINAUtRBfdMYSbdQ) ...
2021-05-16T04:35:09.795Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:35:09.796Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fc931ab1-0706-4091-ac05-270b1e016cf6 url= /sdc/v1/registerForDistribution
2021-05-16T04:35:09.899Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fc931ab1-0706-4091-ac05-270b1e016cf6 url= /sdc/v1/registerForDistribution
2021-05-16T04:35:09.900Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-16T04:35:09.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:35:09.907Z||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-16T04:35:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:35:09.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:35:09.908Z||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-16T04:35:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:35:09.912Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-16T04:35:20.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:35:20.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:36:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:36:09.906Z||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-16T04:36:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:36:09.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:36:09.908Z||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-16T04:36:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:36:19.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:36:19.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:37:05.696Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-16T04:37:09.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:37:09.906Z||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-16T04:37:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:37:09.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:37:09.909Z||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-16T04:37:09.909Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:37:19.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:37:19.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:38:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:38:09.906Z||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-16T04:38:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:38:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:38:09.908Z||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-16T04:38:09.909Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:38:19.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:38:19.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:39:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:39:09.906Z||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-16T04:39:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:39:09.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:39:09.909Z||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-16T04:39:09.909Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:39:19.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:39:19.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:40:09.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:40:09.906Z||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-16T04:40:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:40:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:40:09.908Z||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-16T04:40:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:40:19.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:40:19.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:41:09.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:41:09.906Z||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-16T04:41:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:41:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:41:09.908Z||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-16T04:41:09.909Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:41:19.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:41:19.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:42:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:42:09.907Z||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-16T04:42:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:42:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:42:09.909Z||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-16T04:42:09.909Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:42:19.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:42:19.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:43:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:43:09.906Z||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-16T04:43:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:43:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:43:09.908Z||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-16T04:43:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:43:19.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:43:19.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:44:09.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:44:09.906Z||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-16T04:44:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:44:09.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:44:09.908Z||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-16T04:44:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:44:19.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:44:19.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:45:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:45:09.906Z||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-16T04:45:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:45:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:45:09.908Z||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-16T04:45:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:45:19.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:45:19.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:46:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:46:09.907Z||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-16T04:46:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:46:09.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:46:09.908Z||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-16T04:46:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:46:19.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:46:19.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:47:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:47:09.906Z||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-16T04:47:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:47:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:47:09.908Z||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-16T04:47:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:47:19.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:47:19.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:48:09.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:48:09.906Z||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-16T04:48:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:48:09.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:48:09.908Z||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-16T04:48:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:48:19.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:48:19.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:49:09.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:49:09.906Z||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-16T04:49:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:49:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:49:09.908Z||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-16T04:49:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:49:19.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:49:19.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:50:09.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:50:09.906Z||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-16T04:50:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:50:09.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:50:09.908Z||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-16T04:50:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:50:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:50:19.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:51:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:51:09.906Z||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-16T04:51:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:51:09.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:51:09.908Z||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-16T04:51:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:51:19.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:51:19.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:52:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:52:09.906Z||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-16T04:52:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:52:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:52:09.908Z||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-16T04:52:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:52:19.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:52:19.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:53:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:53:09.906Z||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-16T04:53:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:53:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:53:09.908Z||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-16T04:53:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:53:19.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:53:19.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:54:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:54:09.906Z||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-16T04:54:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:54:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:54:09.908Z||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-16T04:54:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:54:19.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:54:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:55:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:55:09.906Z||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-16T04:55:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:55:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:55:09.908Z||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-16T04:55:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:55:19.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:55:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:56:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:56:09.906Z||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-16T04:56:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:56:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:56:09.908Z||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-16T04:56:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:56:19.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:56:19.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:57:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:57:09.906Z||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-16T04:57:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:57:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:57:09.908Z||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-16T04:57:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:57:19.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:57:19.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:58:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:58:09.906Z||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-16T04:58:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:58:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:58:09.908Z||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-16T04:58:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:58:19.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:58:19.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:59:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:59:09.906Z||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-16T04:59:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:59:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T04:59:09.908Z||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-16T04:59:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T04:59:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T04:59:19.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:00:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:00:09.906Z||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-16T05:00:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:00:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:00:09.908Z||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-16T05:00:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:00:19.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:00:19.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:01:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:01:09.906Z||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-16T05:01:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:01:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:01:09.908Z||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-16T05:01:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:01:19.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:01:19.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:02:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:02:09.906Z||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-16T05:02:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:02:09.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:02:09.908Z||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-16T05:02:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:02:19.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:02:19.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:03:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:03:09.906Z||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-16T05:03:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:03:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:03:09.908Z||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-16T05:03:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:03:19.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:03:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:04:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:04:09.906Z||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-16T05:04:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:04:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:04:09.908Z||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-16T05:04:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:04:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:04:19.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:05:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:05:09.907Z||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-16T05:05:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:05:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:05:09.908Z||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-16T05:05:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:05:19.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:05:19.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:06:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:06:09.906Z||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-16T05:06:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:06:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:06:09.908Z||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-16T05:06:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:06:19.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:06:19.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:07:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:07:09.906Z||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-16T05:07:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:07:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:07:09.908Z||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-16T05:07:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:07:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:07:19.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:08:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:08:09.906Z||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-16T05:08:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:08:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:08:09.908Z||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-16T05:08:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:08:19.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:08:19.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:09:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:09:09.906Z||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-16T05:09:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:09:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:09:09.908Z||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-16T05:09:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:09:19.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:09:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:10:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:10:09.906Z||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-16T05:10:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:10:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:10:09.908Z||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-16T05:10:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:10:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:10:19.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:11:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:11:09.906Z||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-16T05:11:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:11:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:11:09.908Z||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-16T05:11:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:11:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:11:19.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:12:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:12:09.906Z||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-16T05:12:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:12:09.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:12:09.908Z||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-16T05:12:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:12:19.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:12:19.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:13:09.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:13:09.906Z||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-16T05:13:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:13:09.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:13:09.908Z||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-16T05:13:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:13:19.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:13:19.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:14:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:14:09.906Z||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-16T05:14:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:14:09.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:14:09.908Z||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-16T05:14:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:14:19.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:14:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:15:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:15:09.906Z||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-16T05:15:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:15:09.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:15:09.908Z||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-16T05:15:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:15:19.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:15:19.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:16:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:16:09.906Z||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-16T05:16:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:16:09.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:16:09.908Z||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-16T05:16:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:16:19.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:16:19.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:17:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:17:09.906Z||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-16T05:17:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:17:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:17:09.908Z||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-16T05:17:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:17:19.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:17:19.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:09.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:18:09.906Z||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-16T05:18:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:18:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:18:09.908Z||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-16T05:18:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:18:10.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:10.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142281321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142283075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142281321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142283075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142281321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142283075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142281321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142285727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142283075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142286180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142281321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142285727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142283075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142287086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142286180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142281321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142287514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142285727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142283075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142287086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142286180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142281321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142287514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142285727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142289012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142283075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:18:10.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142287086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:18:10.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:18:10.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:10.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-16T05:18:10.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ee97698-349e-4927-8b07-96cb7e37d2cc","serviceName":"vFW 2021-05-16 05-15-17","serviceVersion":"1.0","serviceUUID":"998f1067-0a49-445e-9e25-d32ee87c61d9","serviceDescription":"catalog service description","serviceInvariantUUID":"5ced553f-c2ed-4594-a0a3-5fb5ee8e5949","resources":[{"resourceInstanceName":"vFW 7e27d497-a83f 0","resourceName":"vFW 7e27d497-a83f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1b3c1f8-7d49-48cf-a90b-726707c42578","resourceInvariantUUID":"36a283d0-b64c-42c5-9a90-aa63eaa34f6d","resourceCustomizationUUID":"e8ae8d33-df99-4841-bf23-480f95191531","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml","artifactChecksum":"MGUxYTI3Y2ZiZjE5YTRjZTQ3ZGQ3MWU0ZTZjZjViN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99b5193f-333e-48ff-bab5-ab5222cb98e7","artifactVersion":"1"},{"artifactName":"vfw7e27d497a83f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json","artifactChecksum":"ZWRjMzRiMjMzM2Y1ODllY2M3YTAzYTg4NWJhOGIwYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dba5c04b-be3b-43db-93d3-6bebac2d1efe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93c6b283-9c6d-4ca3-84aa-50e8f19566d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE0YTI1MGRlODEyZWQ0ZGZmYzkyMDFjZjgxOWQwNTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a58484e9-4a73-4588-b5b3-5ac62790a6b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2c85794-b08f-400b-af75-872d0c013c22","artifactVersion":"2","generatedFromUUID":"93c6b283-9c6d-4ca3-84aa-50e8f19566d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210516051517-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml","artifactChecksum":"YTM5Zjk1ZTE4MmVhMTAxNjVkM2M2MDE3M2JkZTllYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e358d8a-584c-4ed4-a9b3-8a7bac2f9133","artifactVersion":"1"},{"artifactName":"service-Vfw20210516051517-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar","artifactChecksum":"MWQ4NzljZmQ4MmEyNGVjNDBkY2ZhMzg3YzhlN2JkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-16T05:18:10.537Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:18:10.542Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:10.550Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:10.550Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:10.650Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-16T05:18:10.653Z||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-16T05:18:10.654Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:10.665Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:10.665Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:11.554Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:18:11.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:11.556Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:11.556Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:18:11.656Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:11.657Z||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-16T05:18:11.657Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:11.669Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:11.670Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:12.557Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:18:12.558Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:12.559Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:12.559Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:18:12.660Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:12.660Z||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-16T05:18:12.660Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:12.670Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:12.670Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:18:13.560Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:18:13.561Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:13.563Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:13.563Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:13.663Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:13.664Z||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-16T05:18:13.664Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:13.676Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:13.677Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:18:14.563Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:18:14.564Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:14.566Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:14.566Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-16T05:18:14.666Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:14.667Z||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-16T05:18:14.667Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:14.678Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:14.678Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:15.566Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:18:15.567Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:15.569Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:15.569Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:18:15.669Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:15.670Z||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-16T05:18:15.670Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:15.682Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:15.683Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:18:16.569Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:18:16.570Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:16.572Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:16.572Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:18:16.672Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:16.673Z||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-16T05:18:16.674Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:16.685Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:16.686Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:17.575Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"serviceName": "vFW 2021-05-16 05-15-17",
"serviceVersion": "1.0",
"serviceUUID": "998f1067-0a49-445e-9e25-d32ee87c61d9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5ced553f-c2ed-4594-a0a3-5fb5ee8e5949",
"resources": [
{
"resourceInstanceName": "vFW 7e27d497-a83f 0",
"resourceCustomizationUUID": "e8ae8d33-df99-4841-bf23-480f95191531",
"resourceName": "vFW 7e27d497-a83f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1b3c1f8-7d49-48cf-a90b-726707c42578",
"resourceInvariantUUID": "36a283d0-b64c-42c5-9a90-aa63eaa34f6d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7e27d497a83f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"artifactChecksum": "ZWRjMzRiMjMzM2Y1ODllY2M3YTAzYTg4NWJhOGIwYjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dba5c04b-be3b-43db-93d3-6bebac2d1efe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "93c6b283-9c6d-4ca3-84aa-50e8f19566d1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2c85794-b08f-400b-af75-872d0c013c22",
"generatedFromUUID": "93c6b283-9c6d-4ca3-84aa-50e8f19566d1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2c85794-b08f-400b-af75-872d0c013c22",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210516051517-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"artifactChecksum": "MWQ4NzljZmQ4MmEyNGVjNDBkY2ZhMzg3YzhlN2JkMzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72"
}
],
"workloadContext": "Production"
}
2021-05-16T05:18:17.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-16T05:18:17.576Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 998f1067-0a49-445e-9e25-d32ee87c61d9 ASDC
2021-05-16T05:18:17.662Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ee97698-349e-4927-8b07-96cb7e37d2cc
ServiceName:vFW 2021-05-16 05-15-17
ServiceVersion:1.0
ServiceUUID:998f1067-0a49-445e-9e25-d32ee87c61d9
ServiceInvariantUUID:5ced553f-c2ed-4594-a0a3-5fb5ee8e5949
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210516051517-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar
ArtifactUUID:b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72
ArtifactChecksum:MWQ4NzljZmQ4MmEyNGVjNDBkY2ZhMzg3YzhlN2JkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7e27d497-a83f 0
ResourceCustomizationUUID:e8ae8d33-df99-4841-bf23-480f95191531
ResourceInvariantUUID:36a283d0-b64c-42c5-9a90-aa63eaa34f6d
ResourceName:vFW 7e27d497-a83f
ResourceType:VF
ResourceUUID:c1b3c1f8-7d49-48cf-a90b-726707c42578
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7e27d497a83f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json
ArtifactUUID:dba5c04b-be3b-43db-93d3-6bebac2d1efe
ArtifactChecksum:ZWRjMzRiMjMzM2Y1ODllY2M3YTAzYTg4NWJhOGIwYjI=
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/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml
ArtifactUUID:93c6b283-9c6d-4ca3-84aa-50e8f19566d1
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/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env
ArtifactUUID:d2c85794-b08f-400b-af75-872d0c013c22
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/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env
ArtifactUUID:d2c85794-b08f-400b-af75-872d0c013c22
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-16T05:18:17.662Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 998f1067-0a49-445e-9e25-d32ee87c61d9 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-16T05:18:17.871Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:18:17.872Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-16T05:18:17.872Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-16T05:18:17.872Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72 from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:17.873Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-16T05:18:17.873Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:20.574Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-16T05:18:20.595Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72 109943
2021-05-16T05:18:20.596Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar ASDC sendASDCNotification
2021-05-16T05:18:20.596Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:20.597Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:18:20.597Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:20.599Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:20.599Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142300595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:18:20.699Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:20.700Z||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-16T05:18:20.700Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:20.712Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:20.712Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:21.599Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:18:21.600Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-16T05:18:21.601Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b47e8fbe-8e3d-43f7-b0b8-243bb85d2d72, URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar to file: /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:21.601Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210516051517-csar.csar
2021-05-16T05:18:21.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:21.746Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:22.321Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11359910371763455313/Definitions/service-Vfw20210516051517-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-16T05:18:24.800Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-16T05:18:24.804Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-16T05:18:24.804Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.804Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e27d497-a83f 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-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e27d497-a83f 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.805Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:24.806Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-16T05:18:24.813Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.814Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:24.817Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:24.818Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-16T05:18:24.819Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:18:24.820Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.820Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:24.824Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.824Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-16T05:18:24.825Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.826Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-16T05:18:24.827Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.827Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.828Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria
2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-16T05:18:24.829Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09d3d013-ce23-42ff-84ea-df8ad0561a09
2021-05-16T05:18:24.830Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-16T05:18:24.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3fd98389-9c45-4ed1-9dde-836eec114f93
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-16T05:18:24.832Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-16T05:18:24.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ada273c0-aa99-4f7a-b10a-69432bc03280
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:24.834Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:24.835Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-16 05-15-17
Description:catalog service description
Model UUID:998f1067-0a49-445e-9e25-d32ee87c61d9
Model Version:NULL
Model InvariantUuid:5ced553f-c2ed-4594-a0a3-5fb5ee8e5949
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7e27d497-a83f
Model UUID:73dea987-013a-47e5-853a-69e2d88af902
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:36a283d0-b64c-42c5-9a90-aa63eaa34f6d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e8ae8d33-df99-4841-bf23-480f95191531
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e7dfd2ab-e1aa-434a-ba20-c52134738022
ModelName:Vfw7e27d497A83f..base_vfw..module-0
ModelUuid:801fc6ba-8998-4d6e-be21-0c2b7e328a7b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:09d3d013-ce23-42ff-84ea-df8ad0561a09
ModelInvariantUuid:91f80349-a510-43de-a3d8-64fb38500c78
ModelName:vFW 7e27d497-a83f-nodes.vfwCvfc
ModelUuid:b996b588-6de0-493c-b895-6ef3929e654a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e63a6879-0569-48f7-a731-f67cb7b11ed9
ModelInvariantUuid:9ea5160e-3141-4dd7-bacf-2fc40aab8f16
ModelName:Vfw7e27d497A83f.compute.nodes.heat.vfw
ModelUuid:0769de3f-61a7-4ac5-96b0-87b911dd1895
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3fd98389-9c45-4ed1-9dde-836eec114f93
ModelInvariantUuid:40b4e427-9979-40f6-b947-73c572e920bd
ModelName:vFW 7e27d497-a83f-nodes.vsnCvfc
ModelUuid:b064b0da-33cd-443b-8660-eff493b3f3ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c9a23f46-afc0-432e-a0f4-45e637b51e37
ModelInvariantUuid:c4fc4af7-2eba-4a5c-af54-664fb4685c44
ModelName:Vfw7e27d497A83f.compute.nodes.heat.vsn
ModelUuid:fcb50826-33c4-42ad-b97f-4e7f4b8c1743
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ada273c0-aa99-4f7a-b10a-69432bc03280
ModelInvariantUuid:b1d7ec3c-9a86-4938-927a-1c29bff8150c
ModelName:vFW 7e27d497-a83f-nodes.vpgCvfc
ModelUuid:11ead713-c94d-4ccf-82c2-dce90b24c7a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d781215f-629d-474e-a16b-e29509948adf
ModelInvariantUuid:014c90fc-402b-4ce6-970c-6f68b409f463
ModelName:Vfw7e27d497A83f.compute.nodes.heat.vpg
ModelUuid:b41fcc9a-9c32-49ea-8134-05c752cd8de0
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-16T05:18:24.854Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c1b3c1f8-7d49-48cf-a90b-726707c42578
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-16T05:18:24.933Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||vFW 7e27d497-a83f 0
2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1b3c1f8-7d49-48cf-a90b-726707c42578
2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dba5c04b-be3b-43db-93d3-6bebac2d1efe from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json
2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-16T05:18:24.939Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json
2021-05-16T05:18:25.640Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-16T05:18:25.641Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json dba5c04b-be3b-43db-93d3-6bebac2d1efe 785
2021-05-16T05:18:25.641Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json ASDC sendASDCNotification
2021-05-16T05:18:25.641Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json
2021-05-16T05:18:25.642Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:18:25.642Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:25.644Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:25.644Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142305641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:18:25.744Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:25.745Z||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-16T05:18:25.745Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:25.756Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:25.756Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:18:26.645Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7e27d497A83f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e7dfd2ab-e1aa-434a-ba20-c52134738022",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "801fc6ba-8998-4d6e-be21-0c2b7e328a7b",
"vfModuleModelCustomizationUUID": "6eeab3f3-bf40-4b15-a709-9c64d8f06f5a",
"isBase": true,
"artifacts": [
"93c6b283-9c6d-4ca3-84aa-50e8f19566d1",
"d2c85794-b08f-400b-af75-872d0c013c22"
],
"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-16T05:18:26.667Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e27d497A83f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:801fc6ba-8998-4d6e-be21-0c2b7e328a7b
VfModuleModelInvariantUUID:e7dfd2ab-e1aa-434a-ba20-c52134738022
VfModuleModelDescription:NULL
Artifacts UUID List:{
93c6b283-9c6d-4ca3-84aa-50e8f19566d1
,
d2c85794-b08f-400b-af75-872d0c013c22
}
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-16T05:18:26.669Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7e27d497A83f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e7dfd2ab-e1aa-434a-ba20-c52134738022",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "801fc6ba-8998-4d6e-be21-0c2b7e328a7b",
"vfModuleModelCustomizationUUID": "6eeab3f3-bf40-4b15-a709-9c64d8f06f5a",
"isBase": true,
"artifacts": [
"93c6b283-9c6d-4ca3-84aa-50e8f19566d1",
"d2c85794-b08f-400b-af75-872d0c013c22"
],
"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-16T05:18:26.669Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e27d497A83f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:801fc6ba-8998-4d6e-be21-0c2b7e328a7b
VfModuleModelInvariantUUID:e7dfd2ab-e1aa-434a-ba20-c52134738022
VfModuleModelDescription:NULL
Artifacts UUID List:{
93c6b283-9c6d-4ca3-84aa-50e8f19566d1
,
d2c85794-b08f-400b-af75-872d0c013c22
}
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-16T05:18:26.670Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93c6b283-9c6d-4ca3-84aa-50e8f19566d1 from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml
2021-05-16T05:18:26.670Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-16T05:18:26.670Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml
2021-05-16T05:18:27.166Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml 93c6b283-9c6d-4ca3-84aa-50e8f19566d1 20368
2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml
2021-05-16T05:18:27.167Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:18:27.168Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:27.169Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:27.169Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142307167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:18:27.269Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:27.270Z||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-16T05:18:27.271Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:27.283Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:27.283Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:28.170Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d2c85794-b08f-400b-af75-872d0c013c22 from URL: /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env
2021-05-16T05:18:28.170Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-16T05:18:28.171Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env
2021-05-16T05:18:28.415Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-16T05:18:28.415Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env d2c85794-b08f-400b-af75-872d0c013c22 2098
2021-05-16T05:18:28.415Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-16T05:18:28.416Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env
2021-05-16T05:18:28.416Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:18:28.416Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:28.417Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:28.417Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142308415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:18:28.518Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:28.518Z||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-16T05:18:28.518Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:28.530Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:28.531Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:18:29.418Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 998f1067-0a49-445e-9e25-d32ee87c61d9
2021-05-16T05:18:29.419Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7e27d497-a83f 0 c1b3c1f8-7d49-48cf-a90b-726707c42578 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e8ae8d33-df99-4841-bf23-480f95191531
2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8ae8d33-df99-4841-bf23-480f95191531 matches Tosca VF Customization UUID: e8ae8d33-df99-4841-bf23-480f95191531
2021-05-16T05:18:29.450Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e8ae8d33-df99-4841-bf23-480f95191531 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-16T05:18:29.456Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.456Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e8ae8d33-df99-4841-bf23-480f95191531: {\"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-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a0e8f25
2021-05-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.457Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-16T05:18:29.458Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6eeab3f3-bf40-4b15-a709-9c64d8f06f5a
2021-05-16T05:18:29.458Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6eeab3f3-bf40-4b15-a709-9c64d8f06f5a
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-16T05:18:29.462Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.463Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-16T05:18:29.464Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.465Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09d3d013-ce23-42ff-84ea-df8ad0561a09
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-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:29.471Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.472Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.473Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3fd98389-9c45-4ed1-9dde-836eec114f93
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-16T05:18:29.475Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.475Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:29.475Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is not matching search criteria
2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-16T05:18:29.477Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-16T05:18:29.478Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-16T05:18:29.479Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-16T05:18:29.479Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-16T05:18:29.479Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ada273c0-aa99-4f7a-b10a-69432bc03280
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-16T05:18:29.480Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.480Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Node template vFW 7e27d497-a83f 0 is matching search criteria
2021-05-16T05:18:29.481Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7e27d497-a83f 0] matching following query criteria: sdcType=VF, customizationUUID=e8ae8d33-df99-4841-bf23-480f95191531
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-16T05:18:29.482Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 998f1067-0a49-445e-9e25-d32ee87c61d9: vFW 7e27d497-a83f
2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.483Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-16 05-15-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:18:29.484Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-05-16 05-15-17
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-16T05:18:29.732Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7e27d497-a83f c1b3c1f8-7d49-48cf-a90b-726707c42578 1 ASDC deployResourceStructure
2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json ASDC sendASDCNotification
2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json
2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:18:29.733Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:29.734Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:29.735Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142309733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:18:29.835Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:29.836Z||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-16T05:18:29.836Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:29.847Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:29.847Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml
2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:18:30.736Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:30.738Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:30.738Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142310736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-16T05:18:30.838Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:30.839Z||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-16T05:18:30.839Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:30.851Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:30.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:18:31.739Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-16T05:18:31.739Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env
2021-05-16T05:18:31.740Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:18:31.740Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:31.741Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:31.742Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142311739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-16T05:18:31.842Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:31.843Z||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-16T05:18:31.843Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:31.856Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:31.857Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar ASDC sendASDCNotification
2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar
2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:18:32.743Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:18:32.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:18:32.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142312743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:18:32.845Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:18:32.865Z||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-16T05:18:32.867Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:18:32.879Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:18:32.879Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:18:33.746Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:18:33.770Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:18:33.772Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:18:33.772Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-16T05:18:33.773Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-16T05:19:03.773Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:19:03.783Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:19:03.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:19:03.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-16T05:19:03.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-16T05:19:09.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:19:09.909Z||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-16T05:19:09.909Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:19:09.933Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:19:09.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:19:09.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142286180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:19:09.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:19:33.785Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:19:33.794Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:19:33.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:19:33.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-16T05:19:33.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-16T05:20:03.797Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:20:03.807Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:20:03.809Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:20:03.810Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-16T05:20:03.810Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-16T05:20:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:20:09.908Z||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-16T05:20:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:20:09.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:20:09.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:20:09.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142287514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:20:09.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:20:33.810Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:20:33.819Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:20:33.821Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:20:33.822Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-16T05:20:33.822Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-16T05:21:03.822Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:21:03.831Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:21:03.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:21:03.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-16T05:21:03.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-16T05:21:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:21:09.908Z||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-16T05:21:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:21:09.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:21:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142285727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142289012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142287086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142286180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142287514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142291395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142285727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142289012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142287086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142286180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142287514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142285727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "cds",
"timestamp": 1621142292412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-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-16T05:21:09.953Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:09.954Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "dcae-sch",
"timestamp": 1621142291780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142289012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142287086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142286180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142292168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142287514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "dcae-sch",
"timestamp": 1621142291780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142289012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142287086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142292168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142293989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142287514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142294324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "dcae-sch",
"timestamp": 1621142291780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142289012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142292168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "dcae-sch",
"timestamp": 1621142291780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142289012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142295802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142292168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142296146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "dcae-sch",
"timestamp": 1621142291780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142289905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142292168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "dcae-sch",
"timestamp": 1621142291780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142297572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142292168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "dcae-sch",
"timestamp": 1621142291780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142298561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142298812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142292168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142299373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142299768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142299817,
"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-16T05:21:09.979Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:09.979Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:09.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142299494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142300595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142299494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142301349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142301380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:09.990Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:09.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:09.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142301513,
"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-16T05:21:09.994Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:09.994Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142302141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:10.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142299494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "clamp",
"timestamp": 1621142302384,
"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-16T05:21:10.007Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:10.007Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142302377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:10.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142302516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142299494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142303147,
"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-16T05:21:10.017Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:10.017Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142303342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142303385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142299494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142304153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142304351,
"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-16T05:21:10.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:10.030Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "policy-id",
"timestamp": 1621142304390,
"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-16T05:21:10.040Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:10.040Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142299494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142305355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142305641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142299494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142307167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142307449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142308415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142309733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/vfw7e27d497a83f0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142310736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142311739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/resourceInstances/vfw7e27d497a83f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142312743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142323349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210516051517/1.0/artifacts/service-Vfw20210516051517-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "aai-ml",
"timestamp": 1621142324353,
"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-16T05:21:10.057Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ee97698-349e-4927-8b07-96cb7e37d2cc
2021-05-16T05:21:10.057Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:21:10.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142341321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142343075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142345727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142347086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142346181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142347514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142347086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142345727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142341321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142343075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142346181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142347514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:21:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142349012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:21:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:21:33.833Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:21:33.845Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc
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-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:21:33.848Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:21:33.849Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-16T05:21:33.854Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-16T05:22:03.854Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc 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-16T05:22:03.864Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ee97698-349e-4927-8b07-96cb7e37d2cc and serviceModelVersionId: 998f1067-0a49-445e-9e25-d32ee87c61d9
2021-05-16T05:22:03.865Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ced553f-c2ed-4594-a0a3-5fb5ee8e5949
2021-05-16T05:22:09.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:22:09.908Z||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-16T05:22:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:22:10.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:10.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142343075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142341321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142347086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142345727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142346181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142347514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142349012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142343075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142341321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142347086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142345727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142346181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142347514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142349012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142343075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142347086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142341321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142345727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142346181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142347514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "dcae-sch",
"timestamp": 1621142351780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142349012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142352168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142347086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142343075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142341321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142345727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142346181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142347514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "dcae-sch",
"timestamp": 1621142351780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142349012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142352168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142343075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142347086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142341321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142345727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142346181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142347514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "dcae-sch",
"timestamp": 1621142351780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142349012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142352168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "dcae-sch",
"timestamp": 1621142351780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142349012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142355768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142352168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142355843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142355861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142355872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "dcae-sch",
"timestamp": 1621142351780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142352168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "cds",
"timestamp": 1621142356866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-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-16T05:22:10.487Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.487Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "dcae-sch",
"timestamp": 1621142351780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142357553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142352168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142358060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142358141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142358251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:10.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "dcae-sch",
"timestamp": 1621142351780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142352168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142359256,
"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-16T05:22:10.525Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.525Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142359494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142360642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142359494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142361964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142362046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142359494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142362341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142362657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142362967,
"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-16T05:22:10.538Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.539Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142363050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:10.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142359494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142363372,
"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-16T05:22:10.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142363663,
"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-16T05:22:10.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.558Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142363970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:10.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "policy-id",
"timestamp": 1621142364052,
"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-16T05:22:10.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.566Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142359494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142364376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142364378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142364666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142359494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142359494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142366383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142367321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:10.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "clamp",
"timestamp": 1621142367385,
"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-16T05:22:10.577Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.577Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:10.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142373658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:10.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:22:10.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-16T05:22:10.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "aai-ml",
"timestamp": 1621142374662,
"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-16T05:22:10.627Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ecf3962-af2a-480b-aeb6-22153be25dd7
2021-05-16T05:22:10.628Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:22:14.957Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0
2021-05-16T05:22:15.069Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-16T05:22:15.745Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-16T05:22:15.749Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0|INFO|500||Invoke
2021-05-16T05:22:15.856Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-16T05:22:16.067Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0|INFO|500||InvokeReturn
2021-05-16T05:22:16.068Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5ced553f-c2ed-4594-a0a3-5fb5ee8e5949/model-vers/model-ver/998f1067-0a49-445e-9e25-d32ee87c61d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210516-05:22:15:864-11998], vertex-id=[208896], Content-Length=[0], Date=[Sun, 16 May 2021 05:22:15 GMT], Content-Type=[application/json]}
2021-05-16T05:22:16.068Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-16T05:22:16.071Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-16T05:22:16.071Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-16T05:22:16.075Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-16T05:22:16.081Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ee97698-349e-4927-8b07-96cb7e37d2cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-16T05:22:16.082Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-16T05:22:16.082Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:16.083Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:16.084Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142536081,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-16T05:22:16.184Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:16.184Z||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-16T05:22:16.184Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:16.195Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:16.195Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-16T05:22:17.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:22:17.094Z||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-16T05:22:17.094Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:22:21.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:21.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-16T05:22:21.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ecf3962-af2a-480b-aeb6-22153be25dd7","serviceName":"basic_onboard_vNYBqW","serviceVersion":"1.0","serviceUUID":"1c605661-854c-4b54-946c-d735ccd1badc","serviceDescription":"service","serviceInvariantUUID":"8120366e-2017-4e9a-9b89-5b12feeb5512","resources":[{"resourceInstanceName":"basic_onboard_vNYBqW 0","resourceName":"basic_onboard_vNYBqW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ce65ae2-8157-4f72-8cde-6f4ddcccc448","resourceInvariantUUID":"eeb1fd6e-0335-4b13-ad23-fb4c917a892c","resourceCustomizationUUID":"6b55d875-3509-4c2c-ba52-a06b4ac08e8e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml","artifactChecksum":"ZjMzODU5MzQ0N2RhMzhiYTYwYTUzYzhhZTFlZjRlNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0589f5-92bf-457c-83ac-53bb5ad87a1d","artifactVersion":"1"},{"artifactName":"basic_onboard_vnybqw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json","artifactChecksum":"MmE4MzhmZmFhYzc0MjJmOTZiYzY2YjIyNzcwZmNmYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6757b8f6-8e32-4e2d-beb8-d1f8edb91520","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8498ff7a-c729-414b-beb9-a18848326ed7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0050d901-f8bb-4d6f-8708-9feb1074721b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1f6f7d7-4714-42ef-a040-8c43041b2c58","artifactVersion":"2","generatedFromUUID":"8498ff7a-c729-414b-beb9-a18848326ed7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVnybqw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml","artifactChecksum":"ZTdiNjdjYTcwMWExNmY0NDZlOTVlNDVkNWRlODA5MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0518f0fd-361e-47ff-af99-cfa138e4faf0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVnybqw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar","artifactChecksum":"MjkwMGQxYjk2Y2YxNGFmODMzNDFmODgyZjJlZmNiMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e533b900-8f74-43a4-a77d-0effebfc2fc0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-16T05:22:21.424Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:22:21.425Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:21.426Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:21.427Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:21.527Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:21.528Z||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-16T05:22:21.528Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:21.539Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:21.539Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:22.428Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:22:22.428Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:22.430Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:22.430Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:22:22.530Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:22.531Z||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-16T05:22:22.531Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:22.549Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:22.550Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2021-05-16T05:22:23.431Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:22:23.431Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:23.433Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:23.433Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:22:23.533Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:23.535Z||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-16T05:22:23.535Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:23.547Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:23.547Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:24.434Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:22:24.434Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:24.436Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:24.436Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:24.537Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-16T05:22:24.538Z||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-16T05:22:24.538Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:24.550Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:24.551Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:25.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:22:25.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:25.439Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:25.439Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-16T05:22:25.539Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:25.540Z||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-16T05:22:25.540Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:25.552Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:25.552Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:26.439Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:22:26.440Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:26.442Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:26.442Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:22:26.542Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:26.543Z||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-16T05:22:26.543Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:26.555Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:26.555Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:27.442Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:22:27.443Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:27.445Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:27.445Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:22:27.545Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:27.545Z||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-16T05:22:27.546Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:27.558Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:27.561Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:28.446Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"serviceName": "basic_onboard_vNYBqW",
"serviceVersion": "1.0",
"serviceUUID": "1c605661-854c-4b54-946c-d735ccd1badc",
"serviceDescription": "service",
"serviceInvariantUUID": "8120366e-2017-4e9a-9b89-5b12feeb5512",
"resources": [
{
"resourceInstanceName": "basic_onboard_vNYBqW 0",
"resourceCustomizationUUID": "6b55d875-3509-4c2c-ba52-a06b4ac08e8e",
"resourceName": "basic_onboard_vNYBqW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ce65ae2-8157-4f72-8cde-6f4ddcccc448",
"resourceInvariantUUID": "eeb1fd6e-0335-4b13-ad23-fb4c917a892c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vnybqw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"artifactChecksum": "MmE4MzhmZmFhYzc0MjJmOTZiYzY2YjIyNzcwZmNmYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6757b8f6-8e32-4e2d-beb8-d1f8edb91520",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8498ff7a-c729-414b-beb9-a18848326ed7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1f6f7d7-4714-42ef-a040-8c43041b2c58",
"generatedFromUUID": "8498ff7a-c729-414b-beb9-a18848326ed7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1f6f7d7-4714-42ef-a040-8c43041b2c58",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVnybqw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"artifactChecksum": "MjkwMGQxYjk2Y2YxNGFmODMzNDFmODgyZjJlZmNiMTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e533b900-8f74-43a4-a77d-0effebfc2fc0"
}
],
"workloadContext": "Production"
}
2021-05-16T05:22:28.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-16T05:22:28.446Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c605661-854c-4b54-946c-d735ccd1badc ASDC
2021-05-16T05:22:28.447Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8ecf3962-af2a-480b-aeb6-22153be25dd7
ServiceName:basic_onboard_vNYBqW
ServiceVersion:1.0
ServiceUUID:1c605661-854c-4b54-946c-d735ccd1badc
ServiceInvariantUUID:8120366e-2017-4e9a-9b89-5b12feeb5512
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVnybqw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar
ArtifactUUID:e533b900-8f74-43a4-a77d-0effebfc2fc0
ArtifactChecksum:MjkwMGQxYjk2Y2YxNGFmODMzNDFmODgyZjJlZmNiMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vNYBqW 0
ResourceCustomizationUUID:6b55d875-3509-4c2c-ba52-a06b4ac08e8e
ResourceInvariantUUID:eeb1fd6e-0335-4b13-ad23-fb4c917a892c
ResourceName:basic_onboard_vNYBqW
ResourceType:VF
ResourceUUID:4ce65ae2-8157-4f72-8cde-6f4ddcccc448
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vnybqw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json
ArtifactUUID:6757b8f6-8e32-4e2d-beb8-d1f8edb91520
ArtifactChecksum:MmE4MzhmZmFhYzc0MjJmOTZiYzY2YjIyNzcwZmNmYTA=
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/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8498ff7a-c729-414b-beb9-a18848326ed7
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/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env
ArtifactUUID:f1f6f7d7-4714-42ef-a040-8c43041b2c58
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/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env
ArtifactUUID:f1f6f7d7-4714-42ef-a040-8c43041b2c58
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-16T05:22:28.447Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c605661-854c-4b54-946c-d735ccd1badc 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-16T05:22:28.480Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e533b900-8f74-43a4-a77d-0effebfc2fc0 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-16T05:22:28.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:28.780Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-16T05:22:28.783Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar e533b900-8f74-43a4-a77d-0effebfc2fc0 74843
2021-05-16T05:22:28.783Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar ASDC sendASDCNotification
2021-05-16T05:22:28.784Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:28.784Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:22:28.784Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:28.785Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:28.785Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142548783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:28.886Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:28.886Z||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-16T05:22:28.886Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:28.901Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:28.902Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:22:29.786Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:22:29.787Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-16T05:22:29.787Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e533b900-8f74-43a4-a77d-0effebfc2fc0, URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar to file: /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:29.787Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:29.788Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:29.788Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:29.916Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14469161509088695969/Definitions/service-BasicOnboardVnybqw-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-16T05:22:31.213Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vNYBqW 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-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.214Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vNYBqW 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-16T05:22:31.215Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.216Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is not matching search criteria
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.217Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:22:31.218Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is not matching search criteria
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=64866bba-9d60-4180-b569-e773f565e9e7
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:31.219Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:31.220Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vNYBqW
Description:service
Model UUID:1c605661-854c-4b54-946c-d735ccd1badc
Model Version:NULL
Model InvariantUuid:8120366e-2017-4e9a-9b89-5b12feeb5512
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vNYBqW
Model UUID:80bf288f-e2b5-44b3-9b35-413f2d1588a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eeb1fd6e-0335-4b13-ad23-fb4c917a892c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6b55d875-3509-4c2c-ba52-a06b4ac08e8e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1f70acd9-e69f-45b2-8d4a-396d447e9470
ModelName:BasicOnboardVnybqw..base_ubuntu18..module-0
ModelUuid:363c9881-8798-4113-b13b-60d3bc853ac8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:64866bba-9d60-4180-b569-e773f565e9e7
ModelInvariantUuid:27dba800-5587-485a-af64-00b43e4d2d6b
ModelName:basic_onboard_vNYBqW-nodes.ubuntu18Cvfc
ModelUuid:07480273-f372-4091-9cc2-4d0af3c10b87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:626c0b22-4172-436b-83c4-df9880454c93
ModelInvariantUuid:511d3b80-bfe8-4a76-959e-b389b9e37999
ModelName:BasicOnboardVnybqw.compute.nodes.heat.ubuntu18
ModelUuid:2c9e6383-6be8-4ed5-aebd-0aed060d8075
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-16T05:22:31.227Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ce65ae2-8157-4f72-8cde-6f4ddcccc448
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-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||basic_onboard_vNYBqW 0
2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ce65ae2-8157-4f72-8cde-6f4ddcccc448
2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6757b8f6-8e32-4e2d-beb8-d1f8edb91520 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json
2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-16T05:22:31.230Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json
2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json 6757b8f6-8e32-4e2d-beb8-d1f8edb91520 798
2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json ASDC sendASDCNotification
2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json
2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:22:31.771Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:31.773Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:31.773Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142551771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:31.873Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:31.874Z||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-16T05:22:31.874Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:31.888Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:31.888Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:32.773Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVnybqw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1f70acd9-e69f-45b2-8d4a-396d447e9470",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "363c9881-8798-4113-b13b-60d3bc853ac8",
"vfModuleModelCustomizationUUID": "3de918b8-1045-4d4d-a2a6-fb5710942a0f",
"isBase": true,
"artifacts": [
"8498ff7a-c729-414b-beb9-a18848326ed7",
"f1f6f7d7-4714-42ef-a040-8c43041b2c58"
],
"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-16T05:22:32.778Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVnybqw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:363c9881-8798-4113-b13b-60d3bc853ac8
VfModuleModelInvariantUUID:1f70acd9-e69f-45b2-8d4a-396d447e9470
VfModuleModelDescription:NULL
Artifacts UUID List:{
8498ff7a-c729-414b-beb9-a18848326ed7
,
f1f6f7d7-4714-42ef-a040-8c43041b2c58
}
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-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVnybqw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1f70acd9-e69f-45b2-8d4a-396d447e9470",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "363c9881-8798-4113-b13b-60d3bc853ac8",
"vfModuleModelCustomizationUUID": "3de918b8-1045-4d4d-a2a6-fb5710942a0f",
"isBase": true,
"artifacts": [
"8498ff7a-c729-414b-beb9-a18848326ed7",
"f1f6f7d7-4714-42ef-a040-8c43041b2c58"
],
"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-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVnybqw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:363c9881-8798-4113-b13b-60d3bc853ac8
VfModuleModelInvariantUUID:1f70acd9-e69f-45b2-8d4a-396d447e9470
VfModuleModelDescription:NULL
Artifacts UUID List:{
8498ff7a-c729-414b-beb9-a18848326ed7
,
f1f6f7d7-4714-42ef-a040-8c43041b2c58
}
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-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8498ff7a-c729-414b-beb9-a18848326ed7 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml
2021-05-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-16T05:22:32.781Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml
2021-05-16T05:22:33.477Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml 8498ff7a-c729-414b-beb9-a18848326ed7 5033
2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml
2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:22:33.478Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:33.479Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:33.480Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142553478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:33.580Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:33.580Z||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-16T05:22:33.581Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:33.591Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:33.592Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:34.480Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1f6f7d7-4714-42ef-a040-8c43041b2c58 from URL: /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env
2021-05-16T05:22:34.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-16T05:22:34.481Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env
2021-05-16T05:22:34.941Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env f1f6f7d7-4714-42ef-a040-8c43041b2c58 909
2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env
2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:22:34.942Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:34.944Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:34.944Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142554942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:22:35.044Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:35.045Z||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-16T05:22:35.045Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:35.056Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:35.056Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:35.944Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1c605661-854c-4b54-946c-d735ccd1badc
2021-05-16T05:22:35.945Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vNYBqW 0 4ce65ae2-8157-4f72-8cde-6f4ddcccc448 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-16T05:22:35.956Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6b55d875-3509-4c2c-ba52-a06b4ac08e8e
2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b55d875-3509-4c2c-ba52-a06b4ac08e8e matches Tosca VF Customization UUID: 6b55d875-3509-4c2c-ba52-a06b4ac08e8e
2021-05-16T05:22:35.957Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6b55d875-3509-4c2c-ba52-a06b4ac08e8e 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-16T05:22:35.959Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6b55d875-3509-4c2c-ba52-a06b4ac08e8e: {\"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-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ec80b30
2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.960Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-16T05:22:35.961Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3de918b8-1045-4d4d-a2a6-fb5710942a0f
2021-05-16T05:22:35.961Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3de918b8-1045-4d4d-a2a6-fb5710942a0f
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-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:22:35.963Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is not matching search criteria
2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-16T05:22:35.964Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=64866bba-9d60-4180-b569-e773f565e9e7
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-16T05:22:35.966Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vNYBqW 0 is matching search criteria
2021-05-16T05:22:35.967Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vNYBqW 0] matching following query criteria: sdcType=VF, customizationUUID=6b55d875-3509-4c2c-ba52-a06b4ac08e8e
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-16T05:22:35.968Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1c605661-854c-4b54-946c-d735ccd1badc: basic_onboard_vNYBqW
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.969Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vNYBqW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:22:35.970Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_vNYBqW
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-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vNYBqW 4ce65ae2-8157-4f72-8cde-6f4ddcccc448 1 ASDC deployResourceStructure
2021-05-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json ASDC sendASDCNotification
2021-05-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json
2021-05-16T05:22:36.035Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:22:36.036Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:36.037Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:36.037Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142556035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:36.137Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:36.138Z||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-16T05:22:36.138Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:36.153Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:36.153Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml
2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:22:37.038Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:37.040Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:37.040Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142557038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:37.140Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:37.141Z||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-16T05:22:37.141Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:37.152Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:37.153Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env
2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:22:38.041Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:38.043Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:38.043Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142558040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:38.143Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:38.144Z||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-16T05:22:38.144Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:38.155Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:38.156Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar ASDC sendASDCNotification
2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar
2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:22:39.044Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:22:39.046Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:22:39.046Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142559044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:22:39.146Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:22:39.147Z||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-16T05:22:39.147Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:22:39.159Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:22:39.159Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:22:40.047Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7
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-16T05:22:40.055Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7
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-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-16T05:22:40.058Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:22:40.059Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-16T05:22:40.063Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-16T05:23:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:23:09.908Z||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-16T05:23:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:23:10.063Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7 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-16T05:23:10.070Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ecf3962-af2a-480b-aeb6-22153be25dd7 and serviceModelVersionId: 1c605661-854c-4b54-946c-d735ccd1badc
2021-05-16T05:23:10.071Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8120366e-2017-4e9a-9b89-5b12feeb5512
2021-05-16T05:23:10.071Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0
2021-05-16T05:23:10.075Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-16T05:23:10.112Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-16T05:23:10.113Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0|INFO|500||Invoke
2021-05-16T05:23:10.132Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-16T05:23:10.282Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0|INFO|500||InvokeReturn
2021-05-16T05:23:10.282Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8120366e-2017-4e9a-9b89-5b12feeb5512/model-vers/model-ver/1c605661-854c-4b54-946c-d735ccd1badc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210516-05:23:10:138-24312], vertex-id=[221184], Content-Length=[0], Date=[Sun, 16 May 2021 05:23:10 GMT], Content-Type=[application/json]}
2021-05-16T05:23:10.283Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-16T05:23:10.283Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-16T05:23:10.283Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ecf3962-af2a-480b-aeb6-22153be25dd7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-16T05:23:10.287Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:23:10.289Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:23:10.289Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142590287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-16T05:23:10.389Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:23:10.390Z||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-16T05:23:10.390Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:23:10.400Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:23:10.400Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:23:10.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:23:10.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ee97698-349e-4927-8b07-96cb7e37d2cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142536081,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-16T05:23:10.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "NOTIFIED"
}
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-16T05:23:10.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142537093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142548783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142551771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142553478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142554942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142556035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/basic_onboard_vnybqw0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142557038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142558040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/resourceInstances/basic_onboard_vnybqw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142559044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVnybqw/1.0/artifacts/service-BasicOnboardVnybqw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:23:10.414Z||pool-2-thread-6|||||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-16T05:23:11.300Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:23:11.301Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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-16T05:23:11.301Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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 NVeQSU97aPMWYACT) ...
2021-05-16T05:23:20.848Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:23:20.849Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:23:20.850Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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-16T05:23:20.850Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|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 NVeQSU97aPMWYACT) ...
2021-05-16T05:23:30.393Z|8ecf3962-af2a-480b-aeb6-22153be25dd7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:23:30.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:23:30.394Z||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-16T05:23:30.394Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:23:39.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:23:39.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:23:39.938Z||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-16T05:23:39.939Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:23:49.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:24:09.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:24:09.907Z||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-16T05:24:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:24:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:24:09.908Z||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-16T05:24:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:24:10.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:24:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-16T05:24:10.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ecf3962-af2a-480b-aeb6-22153be25dd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142590287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-16T05:24:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:24:19.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:25:09.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:25:09.906Z||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-16T05:25:09.907Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:25:09.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:25:09.908Z||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-16T05:25:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:25:19.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:25:19.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:26:09.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:26:09.906Z||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-16T05:26:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:26:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:26:09.908Z||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-16T05:26:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:26:19.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:26:19.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:27:09.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:27:09.906Z||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-16T05:27:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:27:09.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:27:09.908Z||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-16T05:27:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:27:19.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:27:19.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:09.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:28:09.906Z||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-16T05:28:09.906Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:28:09.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:28:09.908Z||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-16T05:28:09.908Z||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 NVeQSU97aPMWYACT) ...
2021-05-16T05:28:10.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:10.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7ebc0ec-929b-442e-9aa7-270d398264b2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"adaa005b-c6d7-443a-9719-a5bd2fbcaaa1","serviceDescription":"service","serviceInvariantUUID":"67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"053ef643-dad8-4b55-851e-a1e27382fed8","resourceInvariantUUID":"84f078ba-cbe9-4839-9518-7f23ae6f60da","resourceCustomizationUUID":"b57c3754-4ad4-4040-a500-b67396aac82d","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":"ZDQ5Y2NiZjQ4NTEwOWViNjY0ODEwYWNiNmE5YjZkZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a036d1e-3cc5-4836-a912-e821e6deb9d6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWU5NWI2MmNkZmJhZWE4YzEwMjMxYjQ2MTQxMWQ0YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6493bc1c-59d3-4778-8c7c-52fd90228d23","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-16T05:28:10.537Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:28:10.538Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:28:10.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:10.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "cds",
"timestamp": 1621142853075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.539Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142855727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.540Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142889905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "policy-id",
"timestamp": 1621142852168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "cds",
"timestamp": 1621142853075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142855727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "policy-id",
"timestamp": 1621142852168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "policy-id",
"timestamp": 1621142864483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "cds",
"timestamp": 1621142864557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142864569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:28:10.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "policy-id",
"timestamp": 1621142865487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:28:10.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "cds",
"timestamp": 1621142865562,
"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-16T05:28:10.556Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2
2021-05-16T05:28:10.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142866040,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:28:10.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "policy-id",
"timestamp": 1621142866490,
"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-16T05:28:10.566Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2
2021-05-16T05:28:10.566Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142866181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621142867044,
"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-16T05:28:10.575Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2
2021-05-16T05:28:10.575Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142867086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621142866181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142867514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621142867086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1621142867514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142869012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "aai-ml",
"timestamp": 1621142869494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621142869012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "aai-ml",
"timestamp": 1621142869494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "dcae-sch",
"timestamp": 1621142871780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "aai-ml",
"timestamp": 1621142872783,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "dcae-sch",
"timestamp": 1621142871780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "aai-ml",
"timestamp": 1621142876257,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:28:10.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "aai-ml",
"timestamp": 1621142877260,
"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-16T05:28:10.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7ebc0ec-929b-442e-9aa7-270d398264b2
2021-05-16T05:28:10.589Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "clamp",
"timestamp": 1621142881321,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:28:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-16T05:28:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "clamp",
"timestamp": 1621142881321,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-16T05:28:10.640Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:28:10.640Z||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-16T05:28:10.641Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:28:10.656Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:10.656Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:28:11.540Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:28:11.541Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:28:11.542Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:28:11.542Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142889905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:28:11.642Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:28:11.643Z||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-16T05:28:11.643Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:28:11.654Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:11.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:28:12.543Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "adaa005b-c6d7-443a-9719-a5bd2fbcaaa1",
"serviceDescription": "service",
"serviceInvariantUUID": "67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b57c3754-4ad4-4040-a500-b67396aac82d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "053ef643-dad8-4b55-851e-a1e27382fed8",
"resourceInvariantUUID": "84f078ba-cbe9-4839-9518-7f23ae6f60da",
"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": "MWU5NWI2MmNkZmJhZWE4YzEwMjMxYjQ2MTQxMWQ0YmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6493bc1c-59d3-4778-8c7c-52fd90228d23"
}
],
"workloadContext": "Production"
}
2021-05-16T05:28:12.544Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-16T05:28:12.544Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 ASDC
2021-05-16T05:28:12.544Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e7ebc0ec-929b-442e-9aa7-270d398264b2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:adaa005b-c6d7-443a-9719-a5bd2fbcaaa1
ServiceInvariantUUID:67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade
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:6493bc1c-59d3-4778-8c7c-52fd90228d23
ArtifactChecksum:MWU5NWI2MmNkZmJhZWE4YzEwMjMxYjQ2MTQxMWQ0YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b57c3754-4ad4-4040-a500-b67396aac82d
ResourceInvariantUUID:84f078ba-cbe9-4839-9518-7f23ae6f60da
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:053ef643-dad8-4b55-851e-a1e27382fed8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-16T05:28:12.544Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adaa005b-c6d7-443a-9719-a5bd2fbcaaa1 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-16T05:28:12.567Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6493bc1c-59d3-4778-8c7c-52fd90228d23 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-16T05:28:12.568Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-16T05:28:13.159Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6493bc1c-59d3-4778-8c7c-52fd90228d23 52220
2021-05-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:13.161Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:28:13.162Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:28:13.163Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:28:13.163Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142893161,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:28:13.263Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:28:13.264Z||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-16T05:28:13.264Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:28:13.275Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:13.275Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:28:14.164Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:28:14.165Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-16T05:28:14.165Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6493bc1c-59d3-4778-8c7c-52fd90228d23, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-16T05:28:14.165Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-16T05:28:14.166Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-16T05:28:14.166Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-16T05:28:14.303Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15718705546171157513/Definitions/service-BasicNetwork-template.yml
2021-05-16T05:28:14.613Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-16T05:28:14.613Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.614Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-16T05:28:14.615Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:28:14.616Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.617Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.618Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.618Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:adaa005b-c6d7-443a-9719-a5bd2fbcaaa1
Model Version:NULL
Model InvariantUuid:67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:84f078ba-cbe9-4839-9518-7f23ae6f60da
Model UUID:f95ef5e6-2ec7-4cc9-a23c-4fbd69058df0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b57c3754-4ad4-4040-a500-b67396aac82d
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-16T05:28:14.625Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 053ef643-dad8-4b55-851e-a1e27382fed8
2021-05-16T05:28:14.625Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||No resources found for Service: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1
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-16T05:28:14.628Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||
2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1
2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1
2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-16T05:28:14.629Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.634Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.634Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid adaa005b-c6d7-443a-9719-a5bd2fbcaaa1: Generic NeutronNet
2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.635Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.658Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.659Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.659Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.659Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.660Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:28:14.660Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:28:14.660Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:14.707Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-16T05:28:14.708Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:28:14.709Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:28:14.709Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142894707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-16T05:28:14.809Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:28:14.810Z||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-16T05:28:14.810Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:28:14.821Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:14.821Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:28:15.710Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7ebc0ec-929b-442e-9aa7-270d398264b2
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-16T05:28:15.719Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7ebc0ec-929b-442e-9aa7-270d398264b2
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-16T05:28:15.721Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-16T05:28:15.722Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:15.727Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-16T05:28:45.727Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7ebc0ec-929b-442e-9aa7-270d398264b2 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-16T05:28:45.731Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7ebc0ec-929b-442e-9aa7-270d398264b2 and serviceModelVersionId: adaa005b-c6d7-443a-9719-a5bd2fbcaaa1
2021-05-16T05:28:45.731Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade
2021-05-16T05:28:45.732Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0
2021-05-16T05:28:45.735Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-05-16T05:28:45.769Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-16T05:28:45.770Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0|INFO|500||Invoke
2021-05-16T05:28:45.786Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-16T05:28:45.855Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0|INFO|500||InvokeReturn
2021-05-16T05:28:45.855Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67dfeb1a-7fd1-4f15-8fc3-ba33ed56bade/model-vers/model-ver/adaa005b-c6d7-443a-9719-a5bd2fbcaaa1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210516-05:28:45:794-54650], vertex-id=[192576], Content-Length=[0], Date=[Sun, 16 May 2021 05:28:45 GMT], Content-Type=[application/json]}
2021-05-16T05:28:45.855Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-05-16T05:28:45.856Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-16T05:28:45.856Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||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-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7ebc0ec-929b-442e-9aa7-270d398264b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-16T05:28:45.861Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:28:45.863Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:28:45.863Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142925861,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-16T05:28:45.963Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:28:45.964Z||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-16T05:28:45.964Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:28:45.978Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:28:45.978Z||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-16T05:29:09.906Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:29:09.906Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|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-16T05:29:09.907Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|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 NVeQSU97aPMWYACT) ...
2021-05-16T05:29:09.907Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-16T05:29:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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-16T05:29:09.908Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|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 NVeQSU97aPMWYACT) ...
2021-05-16T05:29:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-16T05:29:10.028Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7ebc0ec-929b-442e-9aa7-270d398264b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142889905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:10.029Z|5ee97698-349e-4927-8b07-96cb7e37d2cc|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-16T05:29:10.527Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:10.528Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-16T05:29:10.528Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e73a2b68-e730-49df-ad07-ad59e7fbeace","serviceName":"Demo_pNF_h2K9fLKxxD9se64PQ3Jg","serviceVersion":"1.0","serviceUUID":"17f4b55e-170f-478b-9746-5972647ae586","serviceDescription":"catalog service description","serviceInvariantUUID":"69c76c9c-d38d-4a35-9bb1-82c57dfc2afb","resources":[{"resourceInstanceName":"pNF 6ceda46d-a3f9 0","resourceName":"pNF 6ceda46d-a3f9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"74c73fc7-7858-461c-a876-867b6dc5f3f2","resourceInvariantUUID":"fa03a431-fc9f-4d19-9c2c-bb482ba720de","resourceCustomizationUUID":"4dc1d8fb-ae05-411e-a0aa-58f1335ea297","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml","artifactChecksum":"ZjZhOTYxMTU0NDIzMDBhMzM5ZjVkYzdiMjcyZGQzYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bdfcfbc2-7043-4a1c-aea5-2f16315f3070","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar","artifactChecksum":"ZTkxMzY1NjBhMjc2ZDcxNDAxN2UxOTMyZTVlZWYyMmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92781bd8-0d75-4bdc-902e-7e1e9e852b85","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f538b414-9b40-42da-9aef-949875306ac4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml","artifactChecksum":"M2UwMWI2OGUxOTY1NWVjNzE1NWY1NWFkMWEyYjRlMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1090ea57-b9a4-42b7-be85-835ef89498ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"397936a1-58bb-487e-b352-861e23a3af46","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d24c5552-5edb-4ba4-88c8-4624cbb0c6e7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml","artifactChecksum":"Y2IzMDZjOGQ2OTkxODNlOWUwOTU0ODVlYWY0Y2JjM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bae83774-4492-43a2-af3d-c198c4429c9b","artifactVersion":"1"},{"artifactName":"service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar","artifactChecksum":"ZjdiMzUzOTgyMWVkMjI2ZGMxYTU0MDVjMWJjYjgzMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b9ffd8f-956a-4421-b33e-36dd56358797","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-16T05:29:10.530Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:10.531Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:10.532Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:10.532Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:10.633Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-05-16T05:29:10.634Z||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-16T05:29:10.634Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:10.645Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:10.645Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:29:11.540Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:11.540Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:11.542Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:11.542Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:11.642Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:29:11.643Z||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-16T05:29:11.643Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:11.654Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:11.655Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:29:12.543Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:12.544Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:12.546Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:12.546Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:12.646Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:29:12.647Z||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-16T05:29:12.647Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:12.657Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:12.658Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:29:13.546Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:13.547Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:13.549Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:13.549Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:13.649Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:29:13.650Z||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-16T05:29:13.650Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:13.661Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:13.662Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:29:14.550Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:14.550Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:14.552Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:14.553Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:14.653Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:29:14.653Z||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-16T05:29:14.654Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:14.664Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:14.665Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-16T05:29:15.553Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:15.554Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:15.555Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:15.555Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/resourceInstances/pnf6ceda46da3f90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:15.656Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:29:15.656Z||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-16T05:29:15.656Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:15.667Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:15.667Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:29:16.556Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:16.557Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:16.558Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:16.558Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-16T05:29:16.658Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-16T05:29:16.659Z||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-16T05:29:16.659Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:16.674Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:16.674Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:29:17.559Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-16T05:29:17.560Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:17.561Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:17.561Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142949906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar",
"status": "NOTIFIED"
}
2021-05-16T05:29:17.661Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:29:17.662Z||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-16T05:29:17.662Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:17.672Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:17.672Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:29:18.562Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"serviceName": "Demo_pNF_h2K9fLKxxD9se64PQ3Jg",
"serviceVersion": "1.0",
"serviceUUID": "17f4b55e-170f-478b-9746-5972647ae586",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "69c76c9c-d38d-4a35-9bb1-82c57dfc2afb",
"resources": [
{
"resourceInstanceName": "pNF 6ceda46d-a3f9 0",
"resourceCustomizationUUID": "4dc1d8fb-ae05-411e-a0aa-58f1335ea297",
"resourceName": "pNF 6ceda46d-a3f9",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "74c73fc7-7858-461c-a876-867b6dc5f3f2",
"resourceInvariantUUID": "fa03a431-fc9f-4d19-9c2c-bb482ba720de",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar",
"artifactChecksum": "ZjdiMzUzOTgyMWVkMjI2ZGMxYTU0MDVjMWJjYjgzMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b9ffd8f-956a-4421-b33e-36dd56358797"
}
],
"workloadContext": "Production"
}
2021-05-16T05:29:18.562Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-16T05:29:18.562Z|e7ebc0ec-929b-442e-9aa7-270d398264b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 17f4b55e-170f-478b-9746-5972647ae586 ASDC
2021-05-16T05:29:18.563Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e73a2b68-e730-49df-ad07-ad59e7fbeace
ServiceName:Demo_pNF_h2K9fLKxxD9se64PQ3Jg
ServiceVersion:1.0
ServiceUUID:17f4b55e-170f-478b-9746-5972647ae586
ServiceInvariantUUID:69c76c9c-d38d-4a35-9bb1-82c57dfc2afb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
ArtifactUUID:1b9ffd8f-956a-4421-b33e-36dd56358797
ArtifactChecksum:ZjdiMzUzOTgyMWVkMjI2ZGMxYTU0MDVjMWJjYjgzMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6ceda46d-a3f9 0
ResourceCustomizationUUID:4dc1d8fb-ae05-411e-a0aa-58f1335ea297
ResourceInvariantUUID:fa03a431-fc9f-4d19-9c2c-bb482ba720de
ResourceName:pNF 6ceda46d-a3f9
ResourceType:PNF
ResourceUUID:74c73fc7-7858-461c-a876-867b6dc5f3f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-16T05:29:18.563Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17f4b55e-170f-478b-9746-5972647ae586 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-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1b9ffd8f-956a-4421-b33e-36dd56358797 from URL: /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:18.582Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-16T05:29:18.583Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:21.543Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-16T05:29:21.547Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar 1b9ffd8f-956a-4421-b33e-36dd56358797 83334
2021-05-16T05:29:21.547Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar ASDC sendASDCNotification
2021-05-16T05:29:21.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:21.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-16T05:29:21.548Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-16T05:29:21.549Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-16T05:29:21.550Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e73a2b68-e730-49df-ad07-ad59e7fbeace",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621142961547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-16T05:29:21.650Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-16T05:29:21.650Z||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-16T05:29:21.650Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVeQSU97aPMWYACT) ...
2021-05-16T05:29:21.661Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-16T05:29:21.661Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-16T05:29:22.550Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-16T05:29:22.551Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1b9ffd8f-956a-4421-b33e-36dd56358797, URL: /sdc/v1/catalog/services/DemoPnfH2k9flkxxd9se64pq3jg/1.0/artifacts/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar to file: /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:22.552Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:22.763Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3666272920342945931/Definitions/service-DemoPnfH2k9flkxxd9se64pq3jg-template.yml
2021-05-16T05:29:23.306Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||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-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||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-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||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-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||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-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ceda46d-a3f9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||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-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ceda46d-a3f9 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-DemoPnfH2k9flkxxd9se64pq3jg-csar.csar
2021-05-16T05:29:23.307Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Node template pNF 6ceda46d-a3f9 0 is matching search criteria
2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6ceda46d-a3f9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.308Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Node template pNF 6ceda46d-a3f9 0 is matching search criteria
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6ceda46d-a3f9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.309Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.310Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_h2K9fLKxxD9se64PQ3Jg
Description:catalog service description
Model UUID:17f4b55e-170f-478b-9746-5972647ae586
Model Version:NULL
Model InvariantUuid:69c76c9c-d38d-4a35-9bb1-82c57dfc2afb
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-16T05:29:23.317Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 74c73fc7-7858-461c-a876-867b6dc5f3f2
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-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||pNF 6ceda46d-a3f9 0
2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 74c73fc7-7858-461c-a876-867b6dc5f3f2
2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 17f4b55e-170f-478b-9746-5972647ae586
2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 17f4b55e-170f-478b-9746-5972647ae586
2021-05-16T05:29:23.320Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6ceda46d-a3f9 0 74c73fc7-7858-461c-a876-867b6dc5f3f2 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-16T05:29:23.325Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-16T05:29:23.325Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_h2K9fLKxxD9se64PQ3Jg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 17f4b55e-170f-478b-9746-5972647ae586: pNF 6ceda46d-a3f9
2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||INFO|500||Processing PNF resource: 74c73fc7-7858-461c-a876-867b6dc5f3f2
2021-05-16T05:29:23.326Z|e73a2b68-e730-49df-ad07-ad59e7fbeace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery