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-08-12T19:34:00.735Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-mnnj8 with PID 14 (/app/app.jar started by so in /app)
2021-08-12T19:34:00.747Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-12T19:34:00.748Z||main|||||INFO|500||The following profiles are active: basic
2021-08-12T19:34:08.900Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-12T19:34:08.901Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-12T19:34:08.993Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-12T19:34:10.594Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-12T19:34:10.761Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-12T19:34:11.255Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-12T19:34:11.265Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-12T19:34:11.358Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-12T19:34:11.498Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-12T19:34:11.939Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-12T19:34:12.893Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T19:34:14.837Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T19:34:14.878Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-12T19:34:15.448Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T19:34:15.640Z||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-08-12T19:34:16.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T19:34:17.678Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-12T19:34:17.696Z||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$$841ab945.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-08-12T19:34:17.697Z||main|||||WARN|500||The sdc end point is not alive
2021-08-12T19:34:19.932Z||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-08-12T19:34:22.322Z||main|||||WARN|500||---
2021-08-12T19:34:22.322Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-12T19:34:22.323Z||main|||||WARN|500||---
2021-08-12T19:34:22.607Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-12T19:34:25.670Z||main|||||INFO|500||Started Application in 26.927 seconds (JVM running for 28.041)
2021-08-12T19:34:25.675Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:34:25.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:34:25.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:34:25.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:34:25.794Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3db4b198-4dd7-4d26-920c-3df5498187c9 url= /sdc/v1/artifactTypes
2021-08-12T19:34:25.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:34:26.901Z||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.24.191] 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-08-12T19:34:26.906Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b2b5a69
2021-08-12T19:34:26.907Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:34:26.915Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:34:26.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:34:26.919Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-12T19:35:15.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:35:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:35:15.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:35:15.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:35:15.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55221ad2-1583-43e1-b02a-4ad0ca346de4 url= /sdc/v1/artifactTypes
2021-08-12T19:35:15.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:35:16.725Z||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.24.191] 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-08-12T19:35:16.726Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63464b15
2021-08-12T19:35:16.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:35:16.727Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:35:16.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:35:16.727Z||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-08-12T19:36:05.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:36:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:36:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:36:05.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:36:05.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5ebd0ef-c7fa-4bb1-a763-4e66b205ac73 url= /sdc/v1/artifactTypes
2021-08-12T19:36:05.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:36:06.706Z||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.24.191] 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-08-12T19:36:06.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@478b81e4
2021-08-12T19:36:06.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:36:06.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:36:06.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:36:06.708Z||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-08-12T19:36:55.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:36:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:36:55.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:36:55.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:36:55.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65899510-804f-4544-90aa-08938503a0e3 url= /sdc/v1/artifactTypes
2021-08-12T19:36:55.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:36:56.723Z||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.24.191] 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-08-12T19:36:56.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17628594
2021-08-12T19:36:56.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:36:56.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:36:56.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:36:56.726Z||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-08-12T19:37:45.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:37:45.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:37:45.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:37:45.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:37:45.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0af307b9-3ed2-47dd-a5b0-941fe9d77b7b url= /sdc/v1/artifactTypes
2021-08-12T19:37:45.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:37:46.708Z||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.24.191] 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-08-12T19:37:46.709Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bfa6874
2021-08-12T19:37:46.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:37:46.710Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:37:46.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:37:46.710Z||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-08-12T19:38:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:38:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:38:35.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:38:35.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:38:35.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60a1ce60-eaf7-40da-8964-b14e88d57c2f url= /sdc/v1/artifactTypes
2021-08-12T19:38:35.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:38:36.723Z||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.24.191] 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-08-12T19:38:36.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e04f34d
2021-08-12T19:38:36.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:38:36.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:38:36.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:38:36.726Z||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-08-12T19:39:25.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:39:25.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:39:25.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:39:25.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:39:25.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10ddeda7-d52c-4044-9571-86d01e6070c2 url= /sdc/v1/artifactTypes
2021-08-12T19:39:25.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:39:26.706Z||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.24.191] 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-08-12T19:39:26.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c39910b
2021-08-12T19:39:26.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:39:26.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:39:26.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:39:26.709Z||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-08-12T19:40:15.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:40:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:40:15.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:40:15.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:40:15.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7a2c356-e501-4ded-9525-90fddc312702 url= /sdc/v1/artifactTypes
2021-08-12T19:40:15.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:40:16.722Z||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.24.191] 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-08-12T19:40:16.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@743ebf8f
2021-08-12T19:40:16.723Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:40:16.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:40:16.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:40:16.724Z||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-08-12T19:41:05.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:41:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:41:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:41:05.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:41:05.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1110470e-ee7a-45e0-a991-be757bfeb7d6 url= /sdc/v1/artifactTypes
2021-08-12T19:41:05.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:41:06.708Z||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.24.191] 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-08-12T19:41:06.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@206d86
2021-08-12T19:41:06.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:41:06.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:41:06.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:41:06.710Z||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-08-12T19:41:55.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:41:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:41:55.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:41:55.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:41:55.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21b272f7-22ce-4f5c-af1e-578df79dec19 url= /sdc/v1/artifactTypes
2021-08-12T19:41:55.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:41:56.695Z||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.24.191] 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-08-12T19:41:56.696Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dd79f89
2021-08-12T19:41:56.696Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:41:56.696Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:41:56.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:41:56.697Z||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-08-12T19:42:45.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:42:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:42:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:42:45.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:42:45.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 99a36c27-2f92-45fa-8976-59978c3e59a2 url= /sdc/v1/artifactTypes
2021-08-12T19:42:45.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:42:46.706Z||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.24.191] 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-08-12T19:42:46.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a971e6e
2021-08-12T19:42:46.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:42:46.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:42:46.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:42:46.708Z||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-08-12T19:43:35.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:43:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:43:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:43:35.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:43:35.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23ad193a-dbe5-4a22-b659-d0a633bfb15b url= /sdc/v1/artifactTypes
2021-08-12T19:43:35.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:43:36.723Z||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.24.191] 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-08-12T19:43:36.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63968f
2021-08-12T19:43:36.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:43:36.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:43:36.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:43:36.725Z||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-08-12T19:44:06.113Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-12T19:44:25.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:44:25.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:44:25.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:44:25.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:44:25.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d167c682-ed38-4324-a846-ec939e91af87 url= /sdc/v1/artifactTypes
2021-08-12T19:44:25.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:44:26.709Z||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.24.191] 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-08-12T19:44:26.709Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@665fb9c2
2021-08-12T19:44:26.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:44:26.710Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:44:26.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:44:26.710Z||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-08-12T19:45:15.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:45:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:45:15.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:45:15.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:45:15.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6fbd5b10-74b0-4b65-9ea4-abc3c684b298 url= /sdc/v1/artifactTypes
2021-08-12T19:45:15.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:45:16.691Z||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.24.191] 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-08-12T19:45:16.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cf03b4d
2021-08-12T19:45:16.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:45:16.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:45:16.694Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:45:16.695Z||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-08-12T19:46:05.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:46:05.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:46:05.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:46:05.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:46:05.679Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dda09165-7d96-4b9d-a0c6-df0d86f7192c url= /sdc/v1/artifactTypes
2021-08-12T19:46:05.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:46:06.708Z||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.24.191] 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-08-12T19:46:06.709Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b02ec09
2021-08-12T19:46:06.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:46:06.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:46:06.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:46:06.710Z||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-08-12T19:46:55.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:46:55.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:46:55.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:46:55.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:46:55.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efdd8977-d196-4107-931c-c7798ae1ed5e url= /sdc/v1/artifactTypes
2021-08-12T19:46:55.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:46:56.694Z||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.24.191] 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-08-12T19:46:56.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74afe144
2021-08-12T19:46:56.695Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:46:56.695Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:46:56.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:46:56.695Z||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-08-12T19:47:45.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:47:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:47:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:47:45.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:47:45.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfa93149-4a9d-4390-957b-8c48aff34dab url= /sdc/v1/artifactTypes
2021-08-12T19:47:45.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:47:46.707Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:47:46.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d15a1fd
2021-08-12T19:47:46.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:47:46.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:47:46.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:47:46.708Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:48:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:48:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:48:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:48:35.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:48:35.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 841e9dea-9869-4083-88b1-8f57392b6cf6 url= /sdc/v1/artifactTypes
2021-08-12T19:48:35.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:48:36.722Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:48:36.723Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@568b4195
2021-08-12T19:48:36.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:48:36.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:48:36.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:48:36.725Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:49:25.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:49:25.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:49:25.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:49:25.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:49:25.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a8c0610-0bc6-4098-90de-f3900b47bf3f url= /sdc/v1/artifactTypes
2021-08-12T19:49:25.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:49:26.706Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:49:26.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60f3b8f3
2021-08-12T19:49:26.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:49:26.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:49:26.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:49:26.708Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:50:15.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:50:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:50:15.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:50:15.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:50:15.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28130091-9884-431e-89eb-d12a853bee4b url= /sdc/v1/artifactTypes
2021-08-12T19:50:15.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:50:16.692Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:50:16.693Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d44e5
2021-08-12T19:50:16.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:50:16.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:50:16.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:50:16.694Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:51:05.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:51:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:51:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:51:05.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:51:05.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e62f4c77-93b2-4631-9037-378dc88b38fb url= /sdc/v1/artifactTypes
2021-08-12T19:51:05.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:51:06.708Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:51:06.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49dadd68
2021-08-12T19:51:06.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:51:06.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:51:06.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:51:06.709Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:51:55.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:51:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:51:55.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:51:55.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:51:55.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fde75ef1-1b30-4c26-8b77-8bfde35b525b url= /sdc/v1/artifactTypes
2021-08-12T19:51:55.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:51:56.691Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:51:56.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ce0ff48
2021-08-12T19:51:56.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:51:56.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:51:56.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:51:56.693Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:52:45.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:52:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:52:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:52:45.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:52:45.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab9b3418-9401-4bc1-8926-f03922b2205e url= /sdc/v1/artifactTypes
2021-08-12T19:52:45.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:52:46.708Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:52:46.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1353a995
2021-08-12T19:52:46.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:52:46.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:52:46.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:52:46.709Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:53:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:53:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:53:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:53:35.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:53:35.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c00ce46-2157-47e6-bf2d-d8c8aabc6df5 url= /sdc/v1/artifactTypes
2021-08-12T19:53:35.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:53:36.692Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:53:36.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@425b25fb
2021-08-12T19:53:36.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:53:36.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:53:36.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:53:36.693Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:54:25.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:54:25.664Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:54:25.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:54:25.666Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:54:25.669Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27301316-ff40-422c-9c10-5f4cf650c971 url= /sdc/v1/artifactTypes
2021-08-12T19:54:25.669Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:54:26.707Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:54:26.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76e4a292
2021-08-12T19:54:26.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:54:26.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:54:26.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:54:26.709Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:55:15.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:55:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:55:15.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:55:15.667Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:55:15.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55f7510c-f6f7-46d3-8c3e-7cea9bb97257 url= /sdc/v1/artifactTypes
2021-08-12T19:55:15.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:55:16.722Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:55:16.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@721c03c6
2021-08-12T19:55:16.722Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:55:16.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:55:16.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:55:16.723Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:56:05.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:56:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:56:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:56:05.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:56:05.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02613b08-2d6d-4c95-840c-2326ae109b53 url= /sdc/v1/artifactTypes
2021-08-12T19:56:05.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:56:06.712Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:56:06.713Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@466c7fd6
2021-08-12T19:56:06.713Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:56:06.714Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:56:06.714Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:56:06.714Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:56:55.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:56:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:56:55.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:56:55.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:56:55.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05334639-abd1-4b2e-8d8d-cfd400db7760 url= /sdc/v1/artifactTypes
2021-08-12T19:56:55.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:56:56.691Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:56:56.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62e56c21
2021-08-12T19:56:56.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:56:56.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:56:56.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:56:56.693Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:57:45.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:57:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:57:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:57:45.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:57:45.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9af00fbd-2b1e-408d-b4c7-9a5ff69f9cfc url= /sdc/v1/artifactTypes
2021-08-12T19:57:45.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:57:46.706Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:57:46.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d647ae0
2021-08-12T19:57:46.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:57:46.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:57:46.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:57:46.707Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:58:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:58:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:58:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:58:35.667Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:58:35.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 97a9b6a1-48f2-4b00-9cb9-9d77512dd108 url= /sdc/v1/artifactTypes
2021-08-12T19:58:35.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:58:36.692Z||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.24.191] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-12T19:58:36.693Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a6624db
2021-08-12T19:58:36.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:58:36.694Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:58:36.694Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:58:36.695Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-08-12T19:59:25.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:59:25.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:59:25.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:59:25.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:59:25.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2825f3ce-d07e-4436-b8cd-1b8935784e63 url= /sdc/v1/artifactTypes
2021-08-12T19:59:25.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:59:25.881Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-12T19:59:25.889Z||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-08-12T19:59:25.912Z||scheduling-1|||||DEBUG|500||create keys
2021-08-12T19:59:25.920Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-12T19:59:25.945Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T19:59:25.964Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e467f887-fa39-4785-8ca1-166e776bdf0b url= /sdc/v1/registerForDistribution
2021-08-12T19:59:26.045Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e467f887-fa39-4785-8ca1-166e776bdf0b url= /sdc/v1/registerForDistribution
2021-08-12T19:59:26.045Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-12T19:59:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T19:59:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T19:59:26.062Z||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-08-12T19:59:26.062Z||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-08-12T19:59:26.062Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T19:59:26.062Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T19:59:26.063Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-12T19:59:36.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T19:59:36.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:00:26.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:00:26.055Z||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-08-12T20:00:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:00:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:00:26.058Z||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-08-12T20:00:26.058Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:00:35.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:00:35.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:01:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:01:26.055Z||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-08-12T20:01:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:01:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:01:26.057Z||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-08-12T20:01:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:01:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:01:35.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:02:26.054Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:02:26.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:02:26.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:02:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:02:26.058Z||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-08-12T20:02:26.058Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:02:35.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:02:35.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:03:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:03:26.055Z||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-08-12T20:03:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:03:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:03:26.057Z||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-08-12T20:03:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:03:35.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:03:35.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:04:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:04:26.055Z||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-08-12T20:04:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:04:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:04:26.056Z||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-08-12T20:04:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:04:35.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:04:35.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:05:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:05:26.055Z||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-08-12T20:05:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:05:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:05:26.056Z||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-08-12T20:05:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:05:35.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:05:35.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:06:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:06:26.055Z||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-08-12T20:06:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:06:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:06:26.059Z||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-08-12T20:06:26.059Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:06:35.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:06:35.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:07:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:07:26.055Z||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-08-12T20:07:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:07:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:07:26.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:07:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:07:35.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:07:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:08:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:08:26.055Z||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-08-12T20:08:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:08:26.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:08:26.057Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:08:26.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:08:35.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:08:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:09:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:09:26.055Z||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-08-12T20:09:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:09:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:09:26.057Z||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-08-12T20:09:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:09:35.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:09:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:10:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:10:26.055Z||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-08-12T20:10:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:10:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:10:26.057Z||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-08-12T20:10:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:10:35.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:10:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:11:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:11:26.055Z||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-08-12T20:11:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:11:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:11:26.057Z||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-08-12T20:11:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:11:35.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:11:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:12:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:12:26.055Z||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-08-12T20:12:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:12:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:12:26.057Z||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-08-12T20:12:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:12:35.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:12:35.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:13:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:13:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:13:26.056Z||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-08-12T20:13:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:13:26.057Z||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-08-12T20:13:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:13:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:13:35.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:14:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:14:26.055Z||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-08-12T20:14:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:14:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:14:26.056Z||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-08-12T20:14:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:14:35.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:14:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:15:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:15:26.055Z||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-08-12T20:15:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:15:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:15:26.057Z||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-08-12T20:15:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:15:35.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:15:35.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:16:26.055Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:16:26.056Z||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-08-12T20:16:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:16:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:16:26.057Z||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-08-12T20:16:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:16:35.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:16:35.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:17:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:17:26.055Z||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-08-12T20:17:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:17:26.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:17:26.056Z||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-08-12T20:17:26.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:17:35.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:17:35.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:18:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:18:26.055Z||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-08-12T20:18:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:18:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:18:26.057Z||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-08-12T20:18:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:18:35.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:18:35.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:19:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:19:26.055Z||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-08-12T20:19:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:19:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:19:26.057Z||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-08-12T20:19:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:19:35.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:19:35.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:20:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:20:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:20:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:20:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:20:26.057Z||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-08-12T20:20:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:20:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:20:35.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:21:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:21:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:21:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:21:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:21:26.057Z||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-08-12T20:21:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:21:35.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:21:35.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:22:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:22:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:22:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:22:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:22:26.056Z||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-08-12T20:22:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:22:35.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:22:35.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:23:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:23:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:23:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:23:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:23:26.057Z||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-08-12T20:23:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:23:35.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:23:35.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:24:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:24:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:24:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:24:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:24:26.057Z||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-08-12T20:24:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:24:35.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:24:35.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:25:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:25:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:25:26.056Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:25:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:25:26.057Z||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-08-12T20:25:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:25:35.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:25:35.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:26:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:26:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:26:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:26:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:26:26.056Z||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-08-12T20:26:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:26:35.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:26:35.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:27:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:27:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:27:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:27:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:27:26.057Z||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-08-12T20:27:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:27:35.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:27:35.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:28:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:28:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:28:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:28:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:28:26.056Z||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-08-12T20:28:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:28:35.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:28:35.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:29:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:29:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:29:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:29:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:29:26.057Z||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-08-12T20:29:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:29:35.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:29:35.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:30:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:30:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:30:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:30:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:30:26.057Z||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-08-12T20:30:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:30:35.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:30:35.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:31:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:31:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:31:26.056Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:31:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:31:26.057Z||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-08-12T20:31:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:31:35.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:31:35.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:32:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:32:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:32:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:32:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:32:26.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:32:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:32:35.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:32:35.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:33:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:33:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:33:26.056Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:33:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:33:26.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:33:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:33:35.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:33:35.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:34:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:34:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:34:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:34:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:34:26.056Z||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-08-12T20:34:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:34:35.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:34:35.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:35:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:35:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:35:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:35:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:35:26.057Z||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-08-12T20:35:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:35:35.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:35:35.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:36:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:36:26.055Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:36:26.055Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:36:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:36:26.056Z||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-08-12T20:36:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:36:35.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:36:35.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:37:26.054Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:37:26.055Z||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-08-12T20:37:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:37:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:37:26.058Z||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-08-12T20:37:26.058Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:37:35.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:37:35.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:26.054Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:38:26.055Z||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-08-12T20:38:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:38:26.057Z||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-08-12T20:38:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:26.656Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:26.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800678464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:26.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"56875201-9e27-4906-bb05-ad88df8001c1","serviceName":"basic_onboard_GPrmDx","serviceVersion":"1.0","serviceUUID":"1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5","serviceDescription":"service","serviceInvariantUUID":"96fc069d-57af-4c61-88b9-04bc4d194f7f","resources":[{"resourceInstanceName":"basic_onboard_GPrmDx 0","resourceName":"basic_onboard_GPrmDx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"270c9ab7-3265-4b40-9e67-64bd238cf488","resourceInvariantUUID":"0b2aeff5-b199-473c-8e15-665337509f5d","resourceCustomizationUUID":"32432f62-0df7-4964-a0f4-7326f49fa206","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml","artifactChecksum":"MzM5MTk2MGQwNTk4ZjRiOGJkOGM2MDY5N2VkNTVjNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92853f3c-a0d9-4c6d-9777-837c9be10fa0","artifactVersion":"1"},{"artifactName":"basic_onboard_gprmdx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json","artifactChecksum":"NzdmZGQxZWIwYjlmNWYxNDIyNzlhZGE5N2RiZTk1NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"193a63fa-8722-4fbb-8c73-3dc89e4bcb2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac227c46-020b-41bb-b648-1109245df7c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5d1189b-b62d-4025-9340-7eff58a525d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"07bd449a-3116-4564-bff3-c24e3e76a320","artifactVersion":"2","generatedFromUUID":"ac227c46-020b-41bb-b648-1109245df7c0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGprmdx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml","artifactChecksum":"YTczNGU2N2EwMGM5ZDYwMjkzZWE1YzNkNDgwMDdlOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3f5bd26-d0bf-4bc6-ab26-9d90c04c3b2f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGprmdx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar","artifactChecksum":"ZGZmMTgyNDg0ZWFmZGM2ODhhMGYwYzBiY2JiNTg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4462261f-0e82-4350-b32d-97bb407ef34a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T20:38:26.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.691Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800679197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800679560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800674770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1628800680992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "dcae-sch",
"timestamp": 1628800681664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800679197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800678464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800679560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800674770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1628800680992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "dcae-sch",
"timestamp": 1628800681664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800678464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800679197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800679560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800674770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1628800680992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800683404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.698Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "dcae-sch",
"timestamp": 1628800681664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800679197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800678464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800679560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800674770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1628800680992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800683404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "dcae-sch",
"timestamp": 1628800681664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800679197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800678464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800679560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800674770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1628800680992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800683404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800685585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "dcae-sch",
"timestamp": 1628800681664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800679197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800678464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800679560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800674770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1628800680992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800683404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.707Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800685585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.707Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "dcae-sch",
"timestamp": 1628800681664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800679197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800678464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800679560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800674770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1628800680992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800683404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800687487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800685585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "dcae-sch",
"timestamp": 1628800681664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800683404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800689161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800687487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800689182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800689198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800689199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800685585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800683404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800687487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "cds",
"timestamp": 1628800690217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-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-08-12T20:38:26.808Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2021-08-12T20:38:26.814Z||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-08-12T20:38:26.815Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
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-08-12T20:38:26.825Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:26.826Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T20:38:26.893Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:26.914Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800685585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800690550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800690640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800687487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800685585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800687487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800685585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800692315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800692345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800687487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800693319,
"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-08-12T20:38:26.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:26.967Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:26.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800693353,
"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-08-12T20:38:26.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:26.984Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:26.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800694040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800687487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628800694322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628800694356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800695644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800695742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800696748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800697354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "policy-id",
"timestamp": 1628800697750,
"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-08-12T20:38:27.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.004Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800697842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:27.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800698420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800699203,
"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-08-12T20:38:27.021Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.021Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "clamp",
"timestamp": 1628800699449,
"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-08-12T20:38:27.035Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.035Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628800700208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800701259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800700863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "aai-ml",
"timestamp": 1628800702263,
"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-08-12T20:38:27.053Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.053Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800700863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:27.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800700863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800700863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800700863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:38:27.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:27.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:27.729Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:27.729Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:38:27.829Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:27.830Z||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-08-12T20:38:27.830Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:27.840Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:27.840Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:28.730Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:28.731Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:28.733Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:28.733Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:38:28.834Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:28.835Z||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-08-12T20:38:28.835Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:28.846Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:28.847Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:29.734Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:29.735Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:29.739Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:29.739Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:29.839Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:29.840Z||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-08-12T20:38:29.840Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:29.850Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:29.851Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:30.740Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:30.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:30.743Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:30.744Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T20:38:30.844Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:30.845Z||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-08-12T20:38:30.845Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:30.856Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:30.857Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:31.744Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:31.745Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:31.749Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:31.749Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:38:31.849Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:31.850Z||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-08-12T20:38:31.850Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:31.860Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:31.861Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:32.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:32.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:32.752Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:32.752Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:38:32.853Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:32.853Z||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-08-12T20:38:32.854Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:32.864Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:32.865Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:33.756Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"serviceName": "basic_onboard_GPrmDx",
"serviceVersion": "1.0",
"serviceUUID": "1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5",
"serviceDescription": "service",
"serviceInvariantUUID": "96fc069d-57af-4c61-88b9-04bc4d194f7f",
"resources": [
{
"resourceInstanceName": "basic_onboard_GPrmDx 0",
"resourceCustomizationUUID": "32432f62-0df7-4964-a0f4-7326f49fa206",
"resourceName": "basic_onboard_GPrmDx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "270c9ab7-3265-4b40-9e67-64bd238cf488",
"resourceInvariantUUID": "0b2aeff5-b199-473c-8e15-665337509f5d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gprmdx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"artifactChecksum": "NzdmZGQxZWIwYjlmNWYxNDIyNzlhZGE5N2RiZTk1NzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "193a63fa-8722-4fbb-8c73-3dc89e4bcb2d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac227c46-020b-41bb-b648-1109245df7c0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "07bd449a-3116-4564-bff3-c24e3e76a320",
"generatedFromUUID": "ac227c46-020b-41bb-b648-1109245df7c0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "07bd449a-3116-4564-bff3-c24e3e76a320",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGprmdx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"artifactChecksum": "ZGZmMTgyNDg0ZWFmZGM2ODhhMGYwYzBiY2JiNTg4NmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4462261f-0e82-4350-b32d-97bb407ef34a"
}
],
"workloadContext": "Production"
}
2021-08-12T20:38:33.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T20:38:33.757Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5 ASDC
2021-08-12T20:38:33.869Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:56875201-9e27-4906-bb05-ad88df8001c1
ServiceName:basic_onboard_GPrmDx
ServiceVersion:1.0
ServiceUUID:1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
ServiceInvariantUUID:96fc069d-57af-4c61-88b9-04bc4d194f7f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGprmdx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
ArtifactUUID:4462261f-0e82-4350-b32d-97bb407ef34a
ArtifactChecksum:ZGZmMTgyNDg0ZWFmZGM2ODhhMGYwYzBiY2JiNTg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GPrmDx 0
ResourceCustomizationUUID:32432f62-0df7-4964-a0f4-7326f49fa206
ResourceInvariantUUID:0b2aeff5-b199-473c-8e15-665337509f5d
ResourceName:basic_onboard_GPrmDx
ResourceType:VF
ResourceUUID:270c9ab7-3265-4b40-9e67-64bd238cf488
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gprmdx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
ArtifactUUID:193a63fa-8722-4fbb-8c73-3dc89e4bcb2d
ArtifactChecksum:NzdmZGQxZWIwYjlmNWYxNDIyNzlhZGE5N2RiZTk1NzI=
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/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac227c46-020b-41bb-b648-1109245df7c0
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/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
ArtifactUUID:07bd449a-3116-4564-bff3-c24e3e76a320
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/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
ArtifactUUID:07bd449a-3116-4564-bff3-c24e3e76a320
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-12T20:38:33.869Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5 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-08-12T20:38:33.942Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:38:33.943Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:38:33.944Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:38:33.944Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4462261f-0e82-4350-b32d-97bb407ef34a from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:33.944Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:33.946Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:34.349Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:34.362Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar 4462261f-0e82-4350-b32d-97bb407ef34a 74843
2021-08-12T20:38:34.362Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar ASDC sendASDCNotification
2021-08-12T20:38:34.363Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:34.363Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:34.364Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:34.365Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:34.365Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800714362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:34.466Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:34.467Z||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-08-12T20:38:34.467Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:34.478Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:34.479Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:35.366Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:38:35.368Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:38:35.368Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4462261f-0e82-4350-b32d-97bb407ef34a, URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar to file: /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:35.369Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:35.544Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:35.544Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:36.014Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8595782036941679897/Definitions/service-BasicOnboardGprmdx-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-08-12T20:38:37.984Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T20:38:37.988Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:38:37.988Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.988Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GPrmDx 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GPrmDx 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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:38:37.997Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:37.999Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.004Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.004Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:38:38.006Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:38:38.008Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:38:38.010Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.010Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.014Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.021Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is not matching search criteria
2021-08-12T20:38:38.021Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T20:38:38.021Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is not matching search criteria
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cafcbb9d-07c1-4036-b6dd-91bb088edae1
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GPrmDx
Description:service
Model UUID:1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
Model Version:NULL
Model InvariantUuid:96fc069d-57af-4c61-88b9-04bc4d194f7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GPrmDx
Model UUID:1e31292a-ae61-4852-8854-5ee832eb9259
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b2aeff5-b199-473c-8e15-665337509f5d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:32432f62-0df7-4964-a0f4-7326f49fa206
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1dcdb7b-b15e-4eb5-a543-92812c60b708
ModelName:BasicOnboardGprmdx..base_ubuntu18..module-0
ModelUuid:7b3674ad-f330-4555-9e9b-f179d0eba600
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cafcbb9d-07c1-4036-b6dd-91bb088edae1
ModelInvariantUuid:4dfea158-9715-40e1-ab1e-0447070a5176
ModelName:basic_onboard_GPrmDx-nodes.ubuntu18Cvfc
ModelUuid:d85c894c-f352-4212-ae62-965ce7101403
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:50c50060-e6f6-48d1-b744-7cd9c3ccda38
ModelInvariantUuid:316cbbf7-85be-458b-bb62-764cf033a09a
ModelName:BasicOnboardGprmdx.compute.nodes.heat.ubuntu18
ModelUuid:709e99fe-9633-4921-879d-1ebbbf0fee38
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-08-12T20:38:38.042Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 270c9ab7-3265-4b40-9e67-64bd238cf488
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-08-12T20:38:38.139Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||basic_onboard_GPrmDx 0
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 270c9ab7-3265-4b40-9e67-64bd238cf488
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 193a63fa-8722-4fbb-8c73-3dc89e4bcb2d from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:40.369Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:40.369Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json 193a63fa-8722-4fbb-8c73-3dc89e4bcb2d 798
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json ASDC sendASDCNotification
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:40.372Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:40.372Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800720370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:40.472Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:40.473Z||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-08-12T20:38:40.473Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:40.484Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:40.485Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:41.373Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGprmdx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c1dcdb7b-b15e-4eb5-a543-92812c60b708",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7b3674ad-f330-4555-9e9b-f179d0eba600",
"vfModuleModelCustomizationUUID": "2940dbeb-bfb7-401d-9efc-8c02f0757b0c",
"isBase": true,
"artifacts": [
"ac227c46-020b-41bb-b648-1109245df7c0",
"07bd449a-3116-4564-bff3-c24e3e76a320"
],
"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-08-12T20:38:41.394Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGprmdx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b3674ad-f330-4555-9e9b-f179d0eba600
VfModuleModelInvariantUUID:c1dcdb7b-b15e-4eb5-a543-92812c60b708
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac227c46-020b-41bb-b648-1109245df7c0
,
07bd449a-3116-4564-bff3-c24e3e76a320
}
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-08-12T20:38:41.396Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGprmdx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c1dcdb7b-b15e-4eb5-a543-92812c60b708",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7b3674ad-f330-4555-9e9b-f179d0eba600",
"vfModuleModelCustomizationUUID": "2940dbeb-bfb7-401d-9efc-8c02f0757b0c",
"isBase": true,
"artifacts": [
"ac227c46-020b-41bb-b648-1109245df7c0",
"07bd449a-3116-4564-bff3-c24e3e76a320"
],
"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-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGprmdx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b3674ad-f330-4555-9e9b-f179d0eba600
VfModuleModelInvariantUUID:c1dcdb7b-b15e-4eb5-a543-92812c60b708
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac227c46-020b-41bb-b648-1109245df7c0
,
07bd449a-3116-4564-bff3-c24e3e76a320
}
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-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac227c46-020b-41bb-b648-1109245df7c0 from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:42.853Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:42.853Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml ac227c46-020b-41bb-b648-1109245df7c0 5033
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:42.857Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:42.857Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800722854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:42.957Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:42.959Z||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-08-12T20:38:42.959Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:42.968Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:42.969Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:43.858Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07bd449a-3116-4564-bff3-c24e3e76a320 from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:43.858Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:43.859Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:45.403Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env 07bd449a-3116-4564-bff3-c24e3e76a320 909
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:45.405Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:45.407Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:45.408Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800725404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:38:45.508Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:45.508Z||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-08-12T20:38:45.509Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:45.519Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:45.519Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:46.408Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
2021-08-12T20:38:46.410Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GPrmDx 0 270c9ab7-3265-4b40-9e67-64bd238cf488 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-08-12T20:38:46.441Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 32432f62-0df7-4964-a0f4-7326f49fa206
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32432f62-0df7-4964-a0f4-7326f49fa206 matches Tosca VF Customization UUID: 32432f62-0df7-4964-a0f4-7326f49fa206
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 32432f62-0df7-4964-a0f4-7326f49fa206 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-08-12T20:38:46.447Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.448Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 32432f62-0df7-4964-a0f4-7326f49fa206: {\"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-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d85729d
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2940dbeb-bfb7-401d-9efc-8c02f0757b0c
2021-08-12T20:38:46.450Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2940dbeb-bfb7-401d-9efc-8c02f0757b0c
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-08-12T20:38:46.463Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.463Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.464Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:46.464Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.464Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is not matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cafcbb9d-07c1-4036-b6dd-91bb088edae1
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-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.474Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=32432f62-0df7-4964-a0f4-7326f49fa206
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-08-12T20:38:46.476Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.476Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.476Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5: basic_onboard_GPrmDx
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_GPrmDx
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-08-12T20:38:46.646Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GPrmDx 270c9ab7-3265-4b40-9e67-64bd238cf488 1 ASDC deployResourceStructure
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json ASDC sendASDCNotification
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:46.649Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:46.649Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800726647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:46.749Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:46.750Z||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-08-12T20:38:46.750Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:46.763Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:46.763Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:47.649Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T20:38:47.650Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:47.650Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:47.651Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:47.653Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:47.653Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800727649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:47.753Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:47.754Z||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-08-12T20:38:47.755Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:47.766Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:47.767Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:48.654Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T20:38:48.655Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:48.655Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:48.655Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:48.657Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:48.657Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800728654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:48.757Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:48.759Z||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-08-12T20:38:48.759Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:48.769Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:48.770Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:49.658Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar ASDC sendASDCNotification
2021-08-12T20:38:49.658Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:49.659Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:49.659Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:49.661Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:49.661Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800729658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:38:49.761Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:49.762Z||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-08-12T20:38:49.763Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:49.773Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:38:49.774Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:50.662Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:38:50.681Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:39:20.686Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:39:20.699Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:39:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:39:26.057Z||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-08-12T20:39:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:39:26.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:39:26.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:39:26.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800700863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:39:26.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:39:50.705Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:39:50.719Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:40:20.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:40:20.732Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:40:20.736Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:40:20.736Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:40:20.737Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:40:20.737Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:40:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:40:26.057Z||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-08-12T20:40:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:40:26.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:40:26.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:40:26.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:40:26.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:40:50.737Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:40:50.748Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:41:20.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:41:20.763Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:41:20.766Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:41:20.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:41:20.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:41:20.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:41:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:41:26.057Z||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-08-12T20:41:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:41:26.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:41:26.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800700863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:41:26.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:41:26.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:41:26.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800708792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800706054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800712821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628800713827,
"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-08-12T20:41:26.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:41:26.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:41:26.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800714362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800720370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800722854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800725404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800726647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800727649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800728654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800729658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:50.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:41:50.782Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
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-08-12T20:41:50.785Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:41:50.785Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:41:50.785Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:41:50.792Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T20:42:20.793Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:42:20.802Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56875201-9e27-4906-bb05-ad88df8001c1 and serviceModelVersionId: 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
2021-08-12T20:42:20.802Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96fc069d-57af-4c61-88b9-04bc4d194f7f
2021-08-12T20:42:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:26.057Z||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-08-12T20:42:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:34.694Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0
2021-08-12T20:42:34.793Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T20:42:35.463Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|INFO|500||Invoke
2021-08-12T20:42:35.470Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[56875201-9e27-4906-bb05-ad88df8001c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6fb95ef-c960-451f-8fbc-e7004f2afd19], X-ECOMP-RequestID=[56875201-9e27-4906-bb05-ad88df8001c1], X-TransactionId=[], X-ONAP-RequestID=[56875201-9e27-4906-bb05-ad88df8001c1], Content-Type=[application/merge-patch+json]}
2021-08-12T20:42:35.585Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-12T20:42:35.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:42:35.862Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-20:42:35:591-17586], vertex-id=[176360], Content-Length=[0], Date=[Thu, 12 Aug 2021 20:42:35 GMT], Content-Type=[application/json]}
2021-08-12T20:42:35.864Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T20:42:35.865Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|INFO|500||InvokeReturn
2021-08-12T20:42:35.869Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T20:42:35.869Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:35.874Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:35.884Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56875201-9e27-4906-bb05-ad88df8001c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T20:42:35.885Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T20:42:35.886Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:42:35.888Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:42:35.888Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800955884,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:42:35.988Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:42:35.989Z||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-08-12T20:42:35.990Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:35.999Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:42:36.000Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T20:42:36.912Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:36.913Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:36.913Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:47.099Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:42:47.099Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:47.100Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:47.100Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:56.640Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:42:56.640Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:56.641Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:56.641Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:06.180Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:43:06.181Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:43:06.182Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:43:06.183Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:15.720Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:43:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:43:26.055Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:43:26.055Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:43:26.056Z||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-08-12T20:43:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:26.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:43:26.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:43:26.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628800955884,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:43:26.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:43:35.592Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:44:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:44:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:44:26.056Z||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-08-12T20:44:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:26.680Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:26.681Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.681Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2975cc13-6816-4a1d-b919-6404c49eb952","serviceName":"vFW 2021-08-12 20-40-37","serviceVersion":"1.0","serviceUUID":"1623a8ea-957e-48e0-9fb8-40da43f5b989","serviceDescription":"catalog service description","serviceInvariantUUID":"8421c567-aee9-4c53-8ae0-288d57fde9e8","resources":[{"resourceInstanceName":"vFW e81b360c-fa49 0","resourceName":"vFW e81b360c-fa49","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5002752b-98d0-45e3-8924-d8bf3a947d99","resourceInvariantUUID":"3973d435-53f7-4fbb-8eca-dda3614d5c86","resourceCustomizationUUID":"63cc7ea5-5b14-4ca6-b268-c35276cc7566","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ3YjkxZTcyNmZjMzIyNjllM2RmYWExOTJkNWZkNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af4606b0-4d00-47eb-b4e9-d369bebfeda9","artifactVersion":"1"},{"artifactName":"vfwe81b360cfa490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json","artifactChecksum":"ZWYyYTYzYjE0Yjk4MjBjODExOWU1MzdiMTAyNWYyNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ebe82f28-b61d-40e7-aba7-94b5e70844b2","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07014c48-f0f5-46ea-be6d-bee4f5bc0187","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml","artifactChecksum":"NDE0MWNhOGY1ZmM2YjAyM2RiNThkODY1YzgyMmNhNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eab87aa0-f98d-47fb-a2f7-42d9d460d934","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fab8f511-a199-4e45-b841-3c79cafea979","artifactVersion":"3","generatedFromUUID":"07014c48-f0f5-46ea-be6d-bee4f5bc0187"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210812204037-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml","artifactChecksum":"MGRmOTExYzQwODZhMDYxOTU4MTkzNGYxZjk3MzA0NzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff09a17f-0120-498d-91c2-97c796038974","artifactVersion":"1"},{"artifactName":"service-Vfw20210812204037-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar","artifactChecksum":"ZTYyYjlmZDRhOThkNGI4ODBjMDJhYWZmNTJlMWEzZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"224099e6-4c1e-4df7-bbd1-d8a26725ed76","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T20:44:26.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:26.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:26.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:26.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801025585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.688Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:26.688Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801030863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801023464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801027487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801025585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801023464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801030863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801027487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801034770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801023464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801025585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801030863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801027487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801034770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801023464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801025585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801030863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801027487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801034770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801023464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801025585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801030863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801027487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801034770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801023464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801025585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801030863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801027487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801034770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801023464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801025585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801030863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801027487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801039197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801039560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801034770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801039197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801039560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801034770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801040992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801041741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801039197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801041999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801042096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801039560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801042264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "dcae-sch",
"timestamp": 1628801041664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801040992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801039197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801043101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801039560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "cds",
"timestamp": 1628801043270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-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-08-12T20:44:26.722Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.723Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "dcae-sch",
"timestamp": 1628801041664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801040992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801039197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801043404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801044056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "policy-id",
"timestamp": 1628801044103,
"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-08-12T20:44:26.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.740Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801039560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "dcae-sch",
"timestamp": 1628801041664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801044317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801040992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801039197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801043404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801039560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "dcae-sch",
"timestamp": 1628801041664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801045451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801040992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801039197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801043404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801039560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "dcae-sch",
"timestamp": 1628801041664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801046454,
"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-08-12T20:44:26.763Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.763Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801046508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801046608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801040992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801043404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "dcae-sch",
"timestamp": 1628801041664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801047407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801047631,
"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-08-12T20:44:26.782Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.782Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.788Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801040992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.789Z||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-08-12T20:44:26.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.789Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801047852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801043404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801048207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "dcae-sch",
"timestamp": 1628801041664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801048634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801043404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801049212,
"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-08-12T20:44:26.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.798Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 and ComponentName POLICY
2021-08-12T20:44:26.798Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:26.799Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
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-08-12T20:44:26.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801049414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801043404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801050214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801051220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801052224,
"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-08-12T20:44:26.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801053226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801055746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "aai-ml",
"timestamp": 1628801056749,
"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-08-12T20:44:26.826Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801065403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:27.688Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:27.690Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:27.692Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:27.693Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:44:27.793Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:27.794Z||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-08-12T20:44:27.794Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:27.804Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:27.805Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:28.693Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:28.694Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:28.697Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:28.697Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:44:28.797Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:28.798Z||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-08-12T20:44:28.798Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:28.807Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:28.807Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:29.697Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:29.698Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:29.700Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:29.700Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:29.801Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:29.802Z||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-08-12T20:44:29.803Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:29.813Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:29.814Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:44:30.701Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:30.702Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:30.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:30.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T20:44:30.805Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:30.805Z||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-08-12T20:44:30.806Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:30.816Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:30.817Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:31.705Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:31.706Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:31.709Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:31.709Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:44:31.809Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:31.810Z||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-08-12T20:44:31.810Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:31.820Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:31.821Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:44:32.710Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:32.711Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:32.713Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:32.713Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:44:32.813Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:32.814Z||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-08-12T20:44:32.815Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:32.827Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:32.828Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:33.714Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"serviceName": "vFW 2021-08-12 20-40-37",
"serviceVersion": "1.0",
"serviceUUID": "1623a8ea-957e-48e0-9fb8-40da43f5b989",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8421c567-aee9-4c53-8ae0-288d57fde9e8",
"resources": [
{
"resourceInstanceName": "vFW e81b360c-fa49 0",
"resourceCustomizationUUID": "63cc7ea5-5b14-4ca6-b268-c35276cc7566",
"resourceName": "vFW e81b360c-fa49",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5002752b-98d0-45e3-8924-d8bf3a947d99",
"resourceInvariantUUID": "3973d435-53f7-4fbb-8eca-dda3614d5c86",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe81b360cfa490_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"artifactChecksum": "ZWYyYTYzYjE0Yjk4MjBjODExOWU1MzdiMTAyNWYyNmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ebe82f28-b61d-40e7-aba7-94b5e70844b2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "07014c48-f0f5-46ea-be6d-bee4f5bc0187",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "fab8f511-a199-4e45-b841-3c79cafea979",
"generatedFromUUID": "07014c48-f0f5-46ea-be6d-bee4f5bc0187"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "fab8f511-a199-4e45-b841-3c79cafea979",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210812204037-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"artifactChecksum": "ZTYyYjlmZDRhOThkNGI4ODBjMDJhYWZmNTJlMWEzZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "224099e6-4c1e-4df7-bbd1-d8a26725ed76"
}
],
"workloadContext": "Production"
}
2021-08-12T20:44:33.715Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T20:44:33.715Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1623a8ea-957e-48e0-9fb8-40da43f5b989 ASDC
2021-08-12T20:44:33.715Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2975cc13-6816-4a1d-b919-6404c49eb952
ServiceName:vFW 2021-08-12 20-40-37
ServiceVersion:1.0
ServiceUUID:1623a8ea-957e-48e0-9fb8-40da43f5b989
ServiceInvariantUUID:8421c567-aee9-4c53-8ae0-288d57fde9e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210812204037-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
ArtifactUUID:224099e6-4c1e-4df7-bbd1-d8a26725ed76
ArtifactChecksum:ZTYyYjlmZDRhOThkNGI4ODBjMDJhYWZmNTJlMWEzZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e81b360c-fa49 0
ResourceCustomizationUUID:63cc7ea5-5b14-4ca6-b268-c35276cc7566
ResourceInvariantUUID:3973d435-53f7-4fbb-8eca-dda3614d5c86
ResourceName:vFW e81b360c-fa49
ResourceType:VF
ResourceUUID:5002752b-98d0-45e3-8924-d8bf3a947d99
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe81b360cfa490_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
ArtifactUUID:ebe82f28-b61d-40e7-aba7-94b5e70844b2
ArtifactChecksum:ZWYyYTYzYjE0Yjk4MjBjODExOWU1MzdiMTAyNWYyNmU=
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/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
ArtifactUUID:07014c48-f0f5-46ea-be6d-bee4f5bc0187
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
ArtifactUUID:fab8f511-a199-4e45-b841-3c79cafea979
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
ArtifactUUID:fab8f511-a199-4e45-b841-3c79cafea979
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-12T20:44:33.715Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1623a8ea-957e-48e0-9fb8-40da43f5b989 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-08-12T20:44:33.751Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 224099e6-4c1e-4df7-bbd1-d8a26725ed76 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:33.753Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:34.389Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:34.394Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar 224099e6-4c1e-4df7-bbd1-d8a26725ed76 110190
2021-08-12T20:44:34.394Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar ASDC sendASDCNotification
2021-08-12T20:44:34.394Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:34.395Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:34.395Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:34.398Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:34.398Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801074394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:34.498Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:34.499Z||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-08-12T20:44:34.499Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:34.511Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:34.512Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:44:35.398Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:44:35.400Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:44:35.400Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 224099e6-4c1e-4df7-bbd1-d8a26725ed76, URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar to file: /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.401Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.401Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.401Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.654Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10069951181569177650/Definitions/service-Vfw20210812204037-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e81b360c-fa49 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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e81b360c-fa49 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=41397851-20a4-458b-a828-2c133bf85020
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67fca993-3778-4676-8fe5-9b7f295d0f85
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9645c509-2b90-4c35-95c5-9a85f367c230
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-12 20-40-37
Description:catalog service description
Model UUID:1623a8ea-957e-48e0-9fb8-40da43f5b989
Model Version:NULL
Model InvariantUuid:8421c567-aee9-4c53-8ae0-288d57fde9e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e81b360c-fa49
Model UUID:d7c5b732-451e-446f-985a-e20c01bcda75
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3973d435-53f7-4fbb-8eca-dda3614d5c86
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:63cc7ea5-5b14-4ca6-b268-c35276cc7566
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f443000c-e357-4310-98e0-c7a0dd4d0f8d
ModelName:VfwE81b360cFa49..base_vfw..module-0
ModelUuid:a7b221a3-ea20-499a-9d9c-194f15554d53
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:41397851-20a4-458b-a828-2c133bf85020
ModelInvariantUuid:90cd9d40-9d39-4a72-a795-5c20a3921e52
ModelName:vFW e81b360c-fa49-nodes.vfwCvfc
ModelUuid:3f89eda8-5f7f-4d89-a2fa-96e8dca75e1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:469c433e-4448-4fd7-b408-84664d21f41e
ModelInvariantUuid:e64cc526-8b69-44e7-ad18-940702322f43
ModelName:VfwE81b360cFa49.compute.nodes.heat.vfw
ModelUuid:b2020a49-8ff3-43a2-a690-045b5a7f5371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:67fca993-3778-4676-8fe5-9b7f295d0f85
ModelInvariantUuid:ef307fb2-a59a-42ea-8b17-7ff5d384a3c1
ModelName:vFW e81b360c-fa49-nodes.vsnCvfc
ModelUuid:1cea3e12-d0be-4898-86a8-43b65288b7ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e5fce45b-110c-4a56-a005-454fd61c4055
ModelInvariantUuid:a7b86feb-6535-458a-9b3e-d851aa5e320a
ModelName:VfwE81b360cFa49.compute.nodes.heat.vsn
ModelUuid:ffe7e226-caf1-4862-a36d-d2fbaab645aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9645c509-2b90-4c35-95c5-9a85f367c230
ModelInvariantUuid:e35ce814-034a-4de0-97b8-b218604c8b6c
ModelName:vFW e81b360c-fa49-nodes.vpgCvfc
ModelUuid:f2616eb6-72f8-4061-81fd-90440fdbab52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a6c8543f-df5d-4502-8763-0e4177841791
ModelInvariantUuid:22ebd3db-d6ea-4ade-aa17-e0ab2e7a441a
ModelName:VfwE81b360cFa49.compute.nodes.heat.vpg
ModelUuid:45416243-b96b-4fe5-97fc-6561f839ffa4
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-08-12T20:44:37.866Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5002752b-98d0-45e3-8924-d8bf3a947d99
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-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||vFW e81b360c-fa49 0
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5002752b-98d0-45e3-8924-d8bf3a947d99
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ebe82f28-b61d-40e7-aba7-94b5e70844b2 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:40.091Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:40.091Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json ebe82f28-b61d-40e7-aba7-94b5e70844b2 785
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json ASDC sendASDCNotification
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:40.094Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:40.094Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801080092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:40.195Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T20:44:40.195Z||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-08-12T20:44:40.196Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:40.205Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:40.206Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:41.095Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE81b360cFa49..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f443000c-e357-4310-98e0-c7a0dd4d0f8d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a7b221a3-ea20-499a-9d9c-194f15554d53",
"vfModuleModelCustomizationUUID": "1fc447f4-c7f9-4789-8f96-408cdf9a0a62",
"isBase": true,
"artifacts": [
"07014c48-f0f5-46ea-be6d-bee4f5bc0187",
"fab8f511-a199-4e45-b841-3c79cafea979"
],
"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-08-12T20:44:41.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE81b360cFa49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7b221a3-ea20-499a-9d9c-194f15554d53
VfModuleModelInvariantUUID:f443000c-e357-4310-98e0-c7a0dd4d0f8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
07014c48-f0f5-46ea-be6d-bee4f5bc0187
,
fab8f511-a199-4e45-b841-3c79cafea979
}
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-08-12T20:44:41.104Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE81b360cFa49..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f443000c-e357-4310-98e0-c7a0dd4d0f8d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a7b221a3-ea20-499a-9d9c-194f15554d53",
"vfModuleModelCustomizationUUID": "1fc447f4-c7f9-4789-8f96-408cdf9a0a62",
"isBase": true,
"artifacts": [
"07014c48-f0f5-46ea-be6d-bee4f5bc0187",
"fab8f511-a199-4e45-b841-3c79cafea979"
],
"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-08-12T20:44:41.104Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE81b360cFa49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7b221a3-ea20-499a-9d9c-194f15554d53
VfModuleModelInvariantUUID:f443000c-e357-4310-98e0-c7a0dd4d0f8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
07014c48-f0f5-46ea-be6d-bee4f5bc0187
,
fab8f511-a199-4e45-b841-3c79cafea979
}
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-08-12T20:44:41.104Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07014c48-f0f5-46ea-be6d-bee4f5bc0187 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:41.105Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:41.105Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:42.802Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:42.803Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml 07014c48-f0f5-46ea-be6d-bee4f5bc0187 20368
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:42.807Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:42.807Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801082804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:42.907Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:42.908Z||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-08-12T20:44:42.908Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:42.918Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:42.918Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:43.807Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fab8f511-a199-4e45-b841-3c79cafea979 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:43.808Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:43.808Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:45.451Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:45.451Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env fab8f511-a199-4e45-b841-3c79cafea979 2098
2021-08-12T20:44:45.451Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T20:44:45.452Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:45.452Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:45.452Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:45.454Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:45.454Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801085451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:44:45.554Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:45.555Z||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-08-12T20:44:45.555Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:45.565Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:45.565Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:46.455Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1623a8ea-957e-48e0-9fb8-40da43f5b989
2021-08-12T20:44:46.456Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e81b360c-fa49 0 5002752b-98d0-45e3-8924-d8bf3a947d99 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T20:44:46.484Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.484Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.484Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-08-12T20:44:46.485Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 63cc7ea5-5b14-4ca6-b268-c35276cc7566
2021-08-12T20:44:46.485Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63cc7ea5-5b14-4ca6-b268-c35276cc7566 matches Tosca VF Customization UUID: 63cc7ea5-5b14-4ca6-b268-c35276cc7566
2021-08-12T20:44:46.485Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 63cc7ea5-5b14-4ca6-b268-c35276cc7566 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-08-12T20:44:46.487Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.488Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 63cc7ea5-5b14-4ca6-b268-c35276cc7566: {\"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-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c7e2039
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1fc447f4-c7f9-4789-8f96-408cdf9a0a62
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1fc447f4-c7f9-4789-8f96-408cdf9a0a62
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-08-12T20:44:46.492Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.492Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.492Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.506Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=41397851-20a4-458b-a828-2c133bf85020
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-08-12T20:44:46.509Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67fca993-3778-4676-8fe5-9b7f295d0f85
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-08-12T20:44:46.514Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.515Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.515Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.517Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.517Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T20:44:46.520Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9645c509-2b90-4c35-95c5-9a85f367c230
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-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=63cc7ea5-5b14-4ca6-b268-c35276cc7566
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-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1623a8ea-957e-48e0-9fb8-40da43f5b989: vFW e81b360c-fa49
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-08-12 20-40-37
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-08-12T20:44:46.708Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e81b360c-fa49 5002752b-98d0-45e3-8924-d8bf3a947d99 1 ASDC deployResourceStructure
2021-08-12T20:44:46.709Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json ASDC sendASDCNotification
2021-08-12T20:44:46.709Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:46.709Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:46.710Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:46.711Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:46.711Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801086709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:46.812Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:46.813Z||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-08-12T20:44:46.813Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:46.823Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:46.824Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:47.713Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T20:44:47.713Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:47.713Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:47.714Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:47.716Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:47.716Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801087712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:47.816Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:47.817Z||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-08-12T20:44:47.817Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:47.828Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:47.828Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:48.717Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T20:44:48.718Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:48.718Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:48.718Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:48.720Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:48.721Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801088717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:48.821Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:48.822Z||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-08-12T20:44:48.822Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:48.833Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:48.835Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:49.721Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar ASDC sendASDCNotification
2021-08-12T20:44:49.722Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:49.722Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:49.722Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:49.724Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:49.725Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801089721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:44:49.825Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:49.825Z||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-08-12T20:44:49.825Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:49.835Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:44:49.835Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:50.725Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2975cc13-6816-4a1d-b919-6404c49eb952
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-08-12T20:44:50.737Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2975cc13-6816-4a1d-b919-6404c49eb952
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-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T20:44:50.748Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T20:45:20.749Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:45:20.754Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2975cc13-6816-4a1d-b919-6404c49eb952 and serviceModelVersionId: 1623a8ea-957e-48e0-9fb8-40da43f5b989
2021-08-12T20:45:20.755Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8421c567-aee9-4c53-8ae0-288d57fde9e8
2021-08-12T20:45:20.756Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0
2021-08-12T20:45:20.763Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T20:45:20.811Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|INFO|500||Invoke
2021-08-12T20:45:20.811Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2975cc13-6816-4a1d-b919-6404c49eb952], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[455e3d33-f56d-40eb-881a-77ebcc7dc1ad], X-ECOMP-RequestID=[2975cc13-6816-4a1d-b919-6404c49eb952], X-TransactionId=[], X-ONAP-RequestID=[2975cc13-6816-4a1d-b919-6404c49eb952], Content-Type=[application/merge-patch+json]}
2021-08-12T20:45:20.834Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-12T20:45:21.095Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210812-20:45:20:839-87278], vertex-id=[413728], Content-Length=[0], Date=[Thu, 12 Aug 2021 20:45:20 GMT], Content-Type=[application/json]}
2021-08-12T20:45:21.095Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T20:45:21.096Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|INFO|500||InvokeReturn
2021-08-12T20:45:21.096Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T20:45:21.096Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2975cc13-6816-4a1d-b919-6404c49eb952 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:45:21.103Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:45:21.103Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801121101,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:45:21.203Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:45:21.204Z||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-08-12T20:45:21.204Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:45:21.217Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:45:21.218Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T20:45:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:45:26.055Z||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-08-12T20:45:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:45:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:45:26.057Z||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-08-12T20:45:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:45:26.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:45:26.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:45:26.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:45:26.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:45:35.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:46:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:46:26.055Z||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-08-12T20:46:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:46:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:46:26.057Z||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-08-12T20:46:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:46:26.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:46:26.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801067413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "NOTIFIED"
}
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "clamp",
"timestamp": 1628801068418,
"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-08-12T20:46:26.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:46:26.591Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801066054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801074394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801080092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801082804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801085451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801086709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801087712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801088717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801089721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801121101,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:35.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:47:26.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:47:26.055Z||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-08-12T20:47:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:47:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:47:26.057Z||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-08-12T20:47:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:47:35.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:47:35.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:48:26.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:48:26.055Z||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-08-12T20:48:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:48:26.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:48:26.057Z||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-08-12T20:48:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:48:35.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:48:35.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:49:26.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:49:26.055Z||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-08-12T20:49:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:49:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:49:26.056Z||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-08-12T20:49:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:49:35.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:49:35.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:50:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:50:26.055Z||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-08-12T20:50:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:50:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:50:26.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:50:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:50:35.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:50:35.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:51:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:51:26.054Z||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-08-12T20:51:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:51:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:51:26.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:51:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:51:35.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:51:35.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:52:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:52:26.054Z||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-08-12T20:52:26.054Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:52:26.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:52:26.056Z||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-08-12T20:52:26.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:52:35.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:52:35.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:53:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:53:26.054Z||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-08-12T20:53:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:53:26.056Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:53:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T20:53:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:53:35.591Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:53:35.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:54:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:54:26.055Z||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-08-12T20:54:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:54:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:54:26.057Z||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-08-12T20:54:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:54:35.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:54:35.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:55:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:55:26.055Z||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-08-12T20:55:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:55:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:55:26.057Z||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-08-12T20:55:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:55:35.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:55:35.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:56:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:56:26.055Z||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-08-12T20:56:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:56:26.056Z||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-08-12T20:56:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:26.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:56:26.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801760992,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "clamp",
"timestamp": 1628801763404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "aai-ml",
"timestamp": 1628801759197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801759560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801765585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "cds",
"timestamp": 1628801758464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "dcae-sch",
"timestamp": 1628801761664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "policy-id",
"timestamp": 1628801767487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628801759560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628801765585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "ves-openapi-manager",
"timestamp": 1628801760992,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "clamp",
"timestamp": 1628801763404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "aai-ml",
"timestamp": 1628801759197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "dcae-sch",
"timestamp": 1628801761664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "cds",
"timestamp": 1628801758464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "policy-id",
"timestamp": 1628801767487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "aai-ml",
"timestamp": 1628801769900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "cds",
"timestamp": 1628801769934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "policy-id",
"timestamp": 1628801770529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "cds",
"timestamp": 1628801770939,
"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-08-12T20:56:26.263Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.263Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "policy-id",
"timestamp": 1628801771535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "clamp",
"timestamp": 1628801772516,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "policy-id",
"timestamp": 1628801772542,
"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-08-12T20:56:26.277Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.277Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "aai-ml",
"timestamp": 1628801773120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "clamp",
"timestamp": 1628801773535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "aai-ml",
"timestamp": 1628801774123,
"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-08-12T20:56:26.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "clamp",
"timestamp": 1628801774538,
"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-08-12T20:56:26.308Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.308Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801774770,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "multicloud-windriver-id",
"timestamp": 1628801774770,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801780863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801780863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801784595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:56:26.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bb2e604-34c4-44f6-a302-ccfddb35f467","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"324140bd-6f4d-4a7d-9c88-57583807279a","serviceDescription":"service","serviceInvariantUUID":"4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1c23ba28-1831-43fd-9d30-abb5a5c17375","resourceInvariantUUID":"ba68e617-94eb-4c86-8b74-d75daff19a28","resourceCustomizationUUID":"06b46751-95df-44b1-813a-ee9b9a04b1d1","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":"NjY1M2YyNGZhZDE0Yzk5ZWE2MWQyYTU2MzgwYmY2NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fc9e41a-94dd-4121-b502-1b6e45758283","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzFlZjBjOTI5ODJiNDRhYTczODZiMjg5YTcwYWUzYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c99a62f-8821-48a7-903d-3b1d361aa6b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T20:56:26.682Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:56:26.683Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:26.685Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:26.685Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801786054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.786Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:26.787Z||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-08-12T20:56:26.787Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:26.797Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:56:26.797Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:56:27.686Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:56:27.686Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:27.688Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:27.688Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801786054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:56:27.788Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:27.789Z||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-08-12T20:56:27.789Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:27.798Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:56:27.799Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:56:28.689Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "324140bd-6f4d-4a7d-9c88-57583807279a",
"serviceDescription": "service",
"serviceInvariantUUID": "4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "06b46751-95df-44b1-813a-ee9b9a04b1d1",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1c23ba28-1831-43fd-9d30-abb5a5c17375",
"resourceInvariantUUID": "ba68e617-94eb-4c86-8b74-d75daff19a28",
"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": "YzFlZjBjOTI5ODJiNDRhYTczODZiMjg5YTcwYWUzYmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c99a62f-8821-48a7-903d-3b1d361aa6b6"
}
],
"workloadContext": "Production"
}
2021-08-12T20:56:28.690Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T20:56:28.690Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 324140bd-6f4d-4a7d-9c88-57583807279a ASDC
2021-08-12T20:56:28.690Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6bb2e604-34c4-44f6-a302-ccfddb35f467
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:324140bd-6f4d-4a7d-9c88-57583807279a
ServiceInvariantUUID:4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8
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:1c99a62f-8821-48a7-903d-3b1d361aa6b6
ArtifactChecksum:YzFlZjBjOTI5ODJiNDRhYTczODZiMjg5YTcwYWUzYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:06b46751-95df-44b1-813a-ee9b9a04b1d1
ResourceInvariantUUID:ba68e617-94eb-4c86-8b74-d75daff19a28
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1c23ba28-1831-43fd-9d30-abb5a5c17375
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-12T20:56:28.691Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 324140bd-6f4d-4a7d-9c88-57583807279a 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-08-12T20:56:28.720Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:56:28.720Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1c99a62f-8821-48a7-903d-3b1d361aa6b6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:29.367Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1c99a62f-8821-48a7-903d-3b1d361aa6b6 52225
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:56:29.371Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:29.372Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:29.373Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801789370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:56:29.473Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:29.474Z||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-08-12T20:56:29.474Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:29.483Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:56:29.484Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:56:30.375Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:56:30.375Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T20:56:30.376Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1c99a62f-8821-48a7-903d-3b1d361aa6b6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:30.376Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-12T20:56:30.376Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:30.377Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:30.696Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9029615614479399170/Definitions/service-BasicNetwork-template.yml
2021-08-12T20:56:31.058Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T20:56:31.058Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T20:56:31.058Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:324140bd-6f4d-4a7d-9c88-57583807279a
Model Version:NULL
Model InvariantUuid:4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ba68e617-94eb-4c86-8b74-d75daff19a28
Model UUID:d560b7b0-8a66-4796-8319-a29fc9286987
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:06b46751-95df-44b1-813a-ee9b9a04b1d1
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-08-12T20:56:31.069Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 1c23ba28-1831-43fd-9d30-abb5a5c17375
2021-08-12T20:56:31.069Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||No resources found for Service: 324140bd-6f4d-4a7d-9c88-57583807279a
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-08-12T20:56:31.073Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||
2021-08-12T20:56:31.073Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 324140bd-6f4d-4a7d-9c88-57583807279a
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 324140bd-6f4d-4a7d-9c88-57583807279a
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T20:56:31.080Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.080Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.080Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 324140bd-6f4d-4a7d-9c88-57583807279a: Generic NeutronNet
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-12T20:56:31.111Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.111Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.111Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:56:31.165Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:31.166Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:31.166Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801791164,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:56:31.266Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:31.268Z||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-08-12T20:56:31.268Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:31.278Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:56:31.278Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:56:32.167Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:56:32.179Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:56:32.182Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:56:32.182Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:56:32.183Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:56:32.183Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:57:02.183Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:57:02.198Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:57:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:57:26.057Z||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-08-12T20:57:26.058Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:57:26.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:57:26.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:57:26.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801786107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:57:26.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:57:32.202Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:57:32.212Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:58:02.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:58:02.227Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:58:26.056Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:58:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T20:58:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:58:26.577Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:58:26.578Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.578Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801786054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T20:58:26.579Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T20:58:26.579Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.579Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628801787112,
"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-08-12T20:58:26.586Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:58:26.586Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:58:26.595Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.595Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801786054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801789370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801791164,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:58:32.230Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:58:32.239Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
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-08-12T20:58:32.241Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:58:32.241Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:58:32.241Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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-08-12T20:58:32.246Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T20:59:02.247Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:59:02.254Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467 and serviceModelVersionId: 324140bd-6f4d-4a7d-9c88-57583807279a
2021-08-12T20:59:02.254Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8
2021-08-12T20:59:02.255Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0
2021-08-12T20:59:02.261Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T20:59:02.308Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?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-08-12T20:59:02.309Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0|INFO|500||Invoke
2021-08-12T20:59:02.328Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-12T20:59:02.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0|INFO|500||InvokeReturn
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-20:59:02:332-74587], vertex-id=[188528], Content-Length=[0], Date=[Thu, 12 Aug 2021 20:59:02 GMT], Content-Type=[application/json]}
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bb2e604-34c4-44f6-a302-ccfddb35f467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:59:02.715Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:59:02.715Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801942713,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:59:02.816Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T20:59:02.816Z||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-08-12T20:59:02.816Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:02.829Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:59:02.829Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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-08-12T20:59:03.728Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:03.728Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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-08-12T20:59:03.729Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:13.913Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:59:13.914Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:13.914Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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-08-12T20:59:13.914Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:23.450Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:59:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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-08-12T20:59:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:26.056Z||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-08-12T20:59:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:26.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T20:59:26.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T20:59:26.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628801942713,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:59:26.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:59:35.594Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:00:26.055Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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-08-12T21:00:26.055Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:00:26.056Z||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-08-12T21:00:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:26.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:26.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:00:26.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1628802019560,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T21:00:26.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-12T21:00:26.679Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:26.679Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T21:00:26.680Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3009953-a47c-4433-96ad-ed9fe2207e1a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"606a70f4-d9c8-450a-bf96-de0f1bbde086","serviceDescription":"service","serviceInvariantUUID":"7789917d-4ebc-4380-8b30-54f2dc34f7e9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6e6667e-6aae-4687-9188-baed19b12b12","resourceInvariantUUID":"280f91bb-6ced-46d4-b18c-d14380883c9f","resourceCustomizationUUID":"5eb03229-350d-4cf2-add6-96cd0ce2f957","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OGIwZDMyZWNkODBiZTg0MTg3Nzc3MjFiMWQzNzMwYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77f276d2-752d-42ae-8a76-fcb50bd2691d","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ODgxOWQ2MGZhM2VjMmUzNDkxNGIyZDE1MjVhNzUwM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6680f541-e856-4824-a9c3-fc1d09f2b461","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9231cd6a-e3a2-422f-ad0a-7791be27e811","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd123e3a-0524-48b5-b033-6ebf45a75e41","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e3512e8e-ac10-430d-b0ef-01cf7f93925f","artifactVersion":"2","generatedFromUUID":"9231cd6a-e3a2-422f-ad0a-7791be27e811"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjY3MTViOGQ2NmYyMGFiYzBiY2JiZGViOWQ1ZWUzOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"518da2a3-478e-4e64-94d7-deeee1fb5e35","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTZlNzk5NWZiYmE1ODA5NzhlMGJjZjhhOTMyMzk1MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6b76c34-7d5a-430b-b7d5-d85d7b3c327f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T21:00:26.683Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:26.683Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:26.685Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:26.685Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802026054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T21:00:26.785Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:26.786Z||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-08-12T21:00:26.786Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:26.797Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:26.797Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:27.685Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:27.686Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:27.688Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:27.688Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802026054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T21:00:27.788Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T21:00:27.790Z||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-08-12T21:00:27.790Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:27.799Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:27.800Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:28.689Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:28.690Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:28.691Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:28.691Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802026054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-12T21:00:28.791Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:28.792Z||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-08-12T21:00:28.792Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:28.802Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:28.802Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:00:29.692Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:29.692Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:29.694Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:29.694Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802026054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T21:00:29.794Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:29.795Z||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-08-12T21:00:29.795Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:29.806Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:29.806Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:30.694Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:30.695Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:30.698Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:30.698Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802026054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-12T21:00:30.798Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T21:00:30.799Z||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-08-12T21:00:30.799Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:30.810Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:30.810Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:31.699Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:31.700Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:31.701Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:31.701Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802026054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T21:00:31.802Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:31.803Z||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-08-12T21:00:31.803Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:31.813Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:31.813Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:32.702Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:32.703Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:32.704Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:32.705Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802026054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T21:00:32.805Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:32.806Z||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-08-12T21:00:32.806Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:32.816Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:32.816Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:33.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "606a70f4-d9c8-450a-bf96-de0f1bbde086",
"serviceDescription": "service",
"serviceInvariantUUID": "7789917d-4ebc-4380-8b30-54f2dc34f7e9",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5eb03229-350d-4cf2-add6-96cd0ce2f957",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b6e6667e-6aae-4687-9188-baed19b12b12",
"resourceInvariantUUID": "280f91bb-6ced-46d4-b18c-d14380883c9f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ODgxOWQ2MGZhM2VjMmUzNDkxNGIyZDE1MjVhNzUwM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6680f541-e856-4824-a9c3-fc1d09f2b461",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9231cd6a-e3a2-422f-ad0a-7791be27e811",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e3512e8e-ac10-430d-b0ef-01cf7f93925f",
"generatedFromUUID": "9231cd6a-e3a2-422f-ad0a-7791be27e811"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e3512e8e-ac10-430d-b0ef-01cf7f93925f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MTZlNzk5NWZiYmE1ODA5NzhlMGJjZjhhOTMyMzk1MGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e6b76c34-7d5a-430b-b7d5-d85d7b3c327f"
}
],
"workloadContext": "Production"
}
2021-08-12T21:00:33.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T21:00:33.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 606a70f4-d9c8-450a-bf96-de0f1bbde086 ASDC
2021-08-12T21:00:33.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f3009953-a47c-4433-96ad-ed9fe2207e1a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:606a70f4-d9c8-450a-bf96-de0f1bbde086
ServiceInvariantUUID:7789917d-4ebc-4380-8b30-54f2dc34f7e9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:e6b76c34-7d5a-430b-b7d5-d85d7b3c327f
ArtifactChecksum:MTZlNzk5NWZiYmE1ODA5NzhlMGJjZjhhOTMyMzk1MGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5eb03229-350d-4cf2-add6-96cd0ce2f957
ResourceInvariantUUID:280f91bb-6ced-46d4-b18c-d14380883c9f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b6e6667e-6aae-4687-9188-baed19b12b12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:6680f541-e856-4824-a9c3-fc1d09f2b461
ArtifactChecksum:ODgxOWQ2MGZhM2VjMmUzNDkxNGIyZDE1MjVhNzUwM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:9231cd6a-e3a2-422f-ad0a-7791be27e811
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3512e8e-ac10-430d-b0ef-01cf7f93925f
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3512e8e-ac10-430d-b0ef-01cf7f93925f
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-12T21:00:33.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 606a70f4-d9c8-450a-bf96-de0f1bbde086 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-08-12T21:00:33.868Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6b76c34-7d5a-430b-b7d5-d85d7b3c327f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:00:33.870Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T21:00:34.440Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e6b76c34-7d5a-430b-b7d5-d85d7b3c327f 74272
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:34.447Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:34.447Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628802034445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T21:00:34.547Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:34.548Z||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-08-12T21:00:34.548Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:34.558Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T21:00:34.558Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:35.448Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:00:35.449Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:00:35.449Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e6b76c34-7d5a-430b-b7d5-d85d7b3c327f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:35.450Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-12T21:00:35.450Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:35.450Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:35.611Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17346626247055955801/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|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-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|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-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|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-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|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-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|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-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery