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-04-27T20:22:35.090Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-l98zl with PID 15 (/app/app.jar started by so in /app)
2021-04-27T20:22:35.135Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-27T20:22:35.136Z||main|||||INFO|500||The following profiles are active: basic
2021-04-27T20:22:41.963Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-27T20:22:41.964Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-27T20:22:42.054Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-27T20:22:43.463Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-27T20:22:43.689Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-27T20:22:44.046Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-27T20:22:44.053Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-27T20:22:44.162Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-27T20:22:44.284Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-27T20:22:44.643Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-27T20:22:45.411Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T20:22:47.543Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T20:22:47.585Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-27T20:22:47.878Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T20:22:48.161Z||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-04-27T20:22:49.398Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T20:22:50.314Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-27T20:22:50.342Z||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$$8c1a2b76.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-04-27T20:22:50.343Z||main|||||WARN|500||The sdc end point is not alive
2021-04-27T20:22:52.580Z||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-04-27T20:22:55.032Z||main|||||WARN|500||---
2021-04-27T20:22:55.033Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-27T20:22:55.033Z||main|||||WARN|500||---
2021-04-27T20:22:55.451Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-27T20:22:58.557Z||main|||||INFO|500||Started Application in 25.548 seconds (JVM running for 26.769)
2021-04-27T20:22:58.558Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:22:58.559Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:22:58.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:22:58.599Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:22:58.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9fb29b54-3ea0-4315-9372-1a75b172e580 url= /sdc/v1/artifactTypes
2021-04-27T20:22:58.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:22:59.809Z||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.32.252] 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-04-27T20:22:59.813Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fcb59ae
2021-04-27T20:22:59.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:22:59.822Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:22:59.824Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:22:59.826Z||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-04-27T20:23:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:23:48.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:23:48.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:23:48.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:23:48.561Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d6e6d11-812a-4f3f-8621-517385eb3092 url= /sdc/v1/artifactTypes
2021-04-27T20:23:48.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:23:49.602Z||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.32.252] 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-04-27T20:23:49.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1198f972
2021-04-27T20:23:49.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:23:49.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:23:49.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:23:49.604Z||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-04-27T20:24:38.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:24:38.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:24:38.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:24:38.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:24:38.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c215dbc6-fbd8-4225-9a1e-23ea0f6d3859 url= /sdc/v1/artifactTypes
2021-04-27T20:24:38.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:24:39.585Z||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.32.252] 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-04-27T20:24:39.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@562979cc
2021-04-27T20:24:39.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:24:39.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:24:39.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:24:39.587Z||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-04-27T20:25:28.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:25:28.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:25:28.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:25:28.557Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:25:28.563Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01872ef5-3314-49df-a1d0-87df359da093 url= /sdc/v1/artifactTypes
2021-04-27T20:25:28.564Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:25:29.601Z||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.32.252] 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-04-27T20:25:29.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e61c806
2021-04-27T20:25:29.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:25:29.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:25:29.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:25:29.604Z||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-04-27T20:26:18.553Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:26:18.553Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:26:18.553Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:26:18.557Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:26:18.562Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b5da6f1-b425-48a9-bf0e-3101e70b2e3d url= /sdc/v1/artifactTypes
2021-04-27T20:26:18.563Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:26:19.585Z||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.32.252] 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-04-27T20:26:19.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63fc13e2
2021-04-27T20:26:19.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:26:19.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:26:19.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:26:19.587Z||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-04-27T20:27:08.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:27:08.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:27:08.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:27:08.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:27:08.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4fc653a-8509-4797-a3f4-c07c17db2a42 url= /sdc/v1/artifactTypes
2021-04-27T20:27:08.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:27:09.601Z||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.32.252] 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-04-27T20:27:09.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d9ea20f
2021-04-27T20:27:09.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:27:09.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:27:09.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:27:09.603Z||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-04-27T20:27:58.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:27:58.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:27:58.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:27:58.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:27:58.563Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65c7bd7e-3e58-4d46-8b20-c1a8f066b2bb url= /sdc/v1/artifactTypes
2021-04-27T20:27:58.563Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:27:59.599Z||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.32.252] 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-04-27T20:27:59.600Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8e9efe2
2021-04-27T20:27:59.600Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:27:59.600Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:27:59.600Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:27:59.601Z||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-04-27T20:28:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:28:48.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:28:48.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:28:48.556Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:28:48.562Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a50fcaf1-f756-41cf-82cd-a8a7d1763ef1 url= /sdc/v1/artifactTypes
2021-04-27T20:28:48.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:28:49.602Z||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.32.252] 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-04-27T20:28:49.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d209287
2021-04-27T20:28:49.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:28:49.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:28:49.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:28:49.603Z||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-04-27T20:29:38.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:29:38.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:29:38.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:29:38.559Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:29:38.564Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53b0d5a9-e4a1-40fc-b2c7-2bf01fc4edbf url= /sdc/v1/artifactTypes
2021-04-27T20:29:38.565Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:29:39.585Z||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.32.252] 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-04-27T20:29:39.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@478108bf
2021-04-27T20:29:39.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:29:39.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:29:39.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:29:39.586Z||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-04-27T20:30:28.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:30:28.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:30:28.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:30:28.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:30:28.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eef4798d-faf1-403b-9555-bacf77062190 url= /sdc/v1/artifactTypes
2021-04-27T20:30:28.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:30:29.600Z||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.32.252] 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-04-27T20:30:29.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@391ac823
2021-04-27T20:30:29.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:30:29.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:30:29.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:30:29.602Z||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-04-27T20:31:18.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:31:18.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:31:18.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:31:18.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:31:18.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02480a18-aca9-4099-9ba5-21a3e165bd43 url= /sdc/v1/artifactTypes
2021-04-27T20:31:18.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:31:19.585Z||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.32.252] 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-04-27T20:31:19.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b91cc31
2021-04-27T20:31:19.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:31:19.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:31:19.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:31:19.587Z||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-04-27T20:32:08.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:32:08.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:32:08.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:32:08.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:32:08.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 977b49c9-33a8-4537-b85b-4e7638a0ba4e url= /sdc/v1/artifactTypes
2021-04-27T20:32:08.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:32:09.568Z||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.32.252] 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-04-27T20:32:09.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@297b2f56
2021-04-27T20:32:09.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:32:09.569Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:32:09.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:32:09.570Z||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-04-27T20:32:45.373Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-27T20:32:58.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:32:58.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:32:58.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:32:58.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:32:58.561Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e4edcb1-5bc9-43a5-b4b8-79b14e1f3456 url= /sdc/v1/artifactTypes
2021-04-27T20:32:58.561Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:32:59.585Z||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.32.252] 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-04-27T20:32:59.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3440030e
2021-04-27T20:32:59.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:32:59.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:32:59.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:32:59.587Z||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-04-27T20:33:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:33:48.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:33:48.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:33:48.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:33:48.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d62cd1c3-b6c6-453b-8423-1332cdb4f742 url= /sdc/v1/artifactTypes
2021-04-27T20:33:48.561Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:33:49.601Z||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.32.252] 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-04-27T20:33:49.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d155d2d
2021-04-27T20:33:49.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:33:49.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:33:49.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:33:49.602Z||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-04-27T20:34:38.552Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:34:38.554Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:34:38.554Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:34:38.558Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:34:38.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4b3e1aa-2d19-4d90-aa5c-296cc21aae0e url= /sdc/v1/artifactTypes
2021-04-27T20:34:38.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:34:39.586Z||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.32.252] 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-04-27T20:34:39.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10d3822d
2021-04-27T20:34:39.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:34:39.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:34:39.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:34:39.588Z||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-04-27T20:35:28.552Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:35:28.553Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:35:28.553Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:35:28.556Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:35:28.562Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4e6ea3d-8658-4816-a53f-fbf580a0b426 url= /sdc/v1/artifactTypes
2021-04-27T20:35:28.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:35:29.601Z||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.32.252] 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-04-27T20:35:29.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5350cac3
2021-04-27T20:35:29.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:35:29.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:35:29.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:35:29.603Z||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-04-27T20:36:18.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:36:18.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:36:18.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:36:18.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:36:18.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f23f440-414c-410a-9ce8-765ac99f6453 url= /sdc/v1/artifactTypes
2021-04-27T20:36:18.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:36:19.587Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:36:19.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d934bc5
2021-04-27T20:36:19.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:36:19.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:36:19.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:36:19.589Z||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.GeneratedMethodAccessor130.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-04-27T20:37:08.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:37:08.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:37:08.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:37:08.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:37:08.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fce7cb94-24fc-49a7-b9b8-187b8a262a48 url= /sdc/v1/artifactTypes
2021-04-27T20:37:08.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:37:09.601Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:37:09.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b1f3fb4
2021-04-27T20:37:09.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:37:09.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:37:09.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:37:09.602Z||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.GeneratedMethodAccessor130.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-04-27T20:37:58.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:37:58.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:37:58.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:37:58.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:37:58.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 32a0b36e-ef69-40e4-a7e6-6e2034cd4aee url= /sdc/v1/artifactTypes
2021-04-27T20:37:58.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:37:59.585Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:37:59.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@87d3aad
2021-04-27T20:37:59.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:37:59.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:37:59.585Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:37:59.586Z||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.GeneratedMethodAccessor130.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-04-27T20:38:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:38:48.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:38:48.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:38:48.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:38:48.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8aa32b4-b9e4-4915-a08d-dd0a9ac2b721 url= /sdc/v1/artifactTypes
2021-04-27T20:38:48.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:38:49.601Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:38:49.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b8beaf4
2021-04-27T20:38:49.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:38:49.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:38:49.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:38:49.602Z||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.GeneratedMethodAccessor130.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-04-27T20:39:38.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:39:38.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:39:38.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:39:38.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:39:38.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c976c4f-fc39-4625-9b0c-9360c1cad68e url= /sdc/v1/artifactTypes
2021-04-27T20:39:38.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:39:39.585Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:39:39.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67ebc923
2021-04-27T20:39:39.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:39:39.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:39:39.585Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:39:39.586Z||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.GeneratedMethodAccessor130.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-04-27T20:40:28.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:40:28.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:40:28.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:40:28.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:40:28.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14b8da3e-ca6d-4142-913a-48dde46d3857 url= /sdc/v1/artifactTypes
2021-04-27T20:40:28.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:40:29.604Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:40:29.605Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a37460
2021-04-27T20:40:29.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:40:29.605Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:40:29.605Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:40:29.605Z||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.GeneratedMethodAccessor130.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-04-27T20:41:18.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:41:18.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:41:18.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:41:18.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:41:18.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff1b3748-5613-45ec-a16a-6438177a6afa url= /sdc/v1/artifactTypes
2021-04-27T20:41:18.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:41:19.585Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:41:19.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30f5a955
2021-04-27T20:41:19.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:41:19.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:41:19.585Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:41:19.585Z||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.GeneratedMethodAccessor130.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-04-27T20:42:08.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:42:08.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:42:08.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:42:08.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:42:08.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be0bd9ac-170a-457f-9070-236dc1d46bc9 url= /sdc/v1/artifactTypes
2021-04-27T20:42:08.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:42:09.569Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:42:09.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ed713e8
2021-04-27T20:42:09.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:42:09.570Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:42:09.570Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:42:09.570Z||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.GeneratedMethodAccessor130.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-04-27T20:42:58.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:42:58.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:42:58.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:42:58.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:42:58.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb80ff15-c80c-47b6-98eb-aee5c63866a8 url= /sdc/v1/artifactTypes
2021-04-27T20:42:58.561Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:42:59.584Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:42:59.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c89fad7
2021-04-27T20:42:59.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:42:59.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:42:59.585Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:42:59.586Z||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.GeneratedMethodAccessor130.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-04-27T20:43:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:43:48.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:43:48.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:43:48.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:43:48.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac732d4f-080b-4e4d-9931-2d05bf4789ab url= /sdc/v1/artifactTypes
2021-04-27T20:43:48.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:43:49.601Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:43:49.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@790a165f
2021-04-27T20:43:49.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:43:49.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:43:49.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:43:49.602Z||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.GeneratedMethodAccessor130.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-04-27T20:44:38.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:44:38.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:44:38.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:44:38.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:44:38.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6634326c-19cb-4827-86da-21a562f620de url= /sdc/v1/artifactTypes
2021-04-27T20:44:38.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:44:39.589Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:44:39.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5dda1409
2021-04-27T20:44:39.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:44:39.590Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:44:39.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:44:39.590Z||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.GeneratedMethodAccessor130.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-04-27T20:45:28.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:45:28.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:45:28.553Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:45:28.557Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:45:28.563Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f79139a0-f7d2-40b0-b464-cf2eafcba6f9 url= /sdc/v1/artifactTypes
2021-04-27T20:45:28.563Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:45:29.601Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:45:29.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c246879
2021-04-27T20:45:29.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:45:29.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:45:29.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:45:29.602Z||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.GeneratedMethodAccessor130.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-04-27T20:46:18.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:46:18.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:46:18.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:46:18.556Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:46:18.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 32c52072-525e-4a5c-9567-f697c56aa4a9 url= /sdc/v1/artifactTypes
2021-04-27T20:46:18.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:46:19.617Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:46:19.617Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24479105
2021-04-27T20:46:19.617Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:46:19.618Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:46:19.618Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:46:19.618Z||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.GeneratedMethodAccessor130.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-04-27T20:47:08.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:47:08.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:47:08.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:47:08.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:47:08.557Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 444f28ad-164a-4bba-a5a5-9facb4377ba8 url= /sdc/v1/artifactTypes
2021-04-27T20:47:08.557Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:47:09.601Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:47:09.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13716c19
2021-04-27T20:47:09.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:47:09.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:47:09.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:47:09.602Z||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.GeneratedMethodAccessor130.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-04-27T20:47:58.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:47:58.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:47:58.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:47:58.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:47:58.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0090e4b6-5038-4d65-8da3-3a9669a2f409 url= /sdc/v1/artifactTypes
2021-04-27T20:47:58.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:47:59.585Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:47:59.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5359f9e2
2021-04-27T20:47:59.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:47:59.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:47:59.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:47:59.587Z||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.GeneratedMethodAccessor130.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-04-27T20:48:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:48:48.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:48:48.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:48:48.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:48:48.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e2fd1fd-b866-4097-b43b-556dc5a6d004 url= /sdc/v1/artifactTypes
2021-04-27T20:48:48.561Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:48:49.605Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:48:49.605Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a55cdc9
2021-04-27T20:48:49.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:48:49.606Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:48:49.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:48:49.607Z||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.GeneratedMethodAccessor130.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-04-27T20:49:38.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:49:38.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:49:38.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:49:38.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:49:38.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f573aaac-a450-4f02-aaa0-a04b169db7c9 url= /sdc/v1/artifactTypes
2021-04-27T20:49:38.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:49:39.585Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:49:39.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54f397b8
2021-04-27T20:49:39.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:49:39.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:49:39.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:49:39.587Z||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.GeneratedMethodAccessor130.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-04-27T20:50:28.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:50:28.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:50:28.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:50:28.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:50:28.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c28704e-3daa-4859-a1fd-612723c0aac3 url= /sdc/v1/artifactTypes
2021-04-27T20:50:28.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:50:29.600Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:50:29.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9756362
2021-04-27T20:50:29.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:50:29.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:50:29.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:50:29.601Z||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.GeneratedMethodAccessor130.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-04-27T20:51:18.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:51:18.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:51:18.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:51:18.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:51:18.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a38e3793-f5bb-4ed1-be2f-8084b97b5682 url= /sdc/v1/artifactTypes
2021-04-27T20:51:18.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:51:19.585Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:51:19.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64e0b520
2021-04-27T20:51:19.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:51:19.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:51:19.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:51:19.587Z||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.GeneratedMethodAccessor130.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-04-27T20:52:08.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:52:08.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:52:08.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:52:08.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:52:08.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26e25590-75aa-471b-b800-346bf14d8802 url= /sdc/v1/artifactTypes
2021-04-27T20:52:08.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:52:09.605Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:52:09.605Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e8f5246
2021-04-27T20:52:09.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:52:09.606Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:52:09.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:52:09.606Z||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.GeneratedMethodAccessor130.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-04-27T20:52:58.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:52:58.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:52:58.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:52:58.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:52:58.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6bdc4ed7-8c40-4a8a-8fad-f05372c0a99c url= /sdc/v1/artifactTypes
2021-04-27T20:52:58.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:52:59.585Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:52:59.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2464fdf3
2021-04-27T20:52:59.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:52:59.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:52:59.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:52:59.586Z||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.GeneratedMethodAccessor130.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-04-27T20:53:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:53:48.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:53:48.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:53:48.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:53:48.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e73d5c57-49a6-4592-ac57-2017b2f4c4f9 url= /sdc/v1/artifactTypes
2021-04-27T20:53:48.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:53:49.601Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:53:49.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2787af91
2021-04-27T20:53:49.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:53:49.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:53:49.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:53:49.602Z||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.GeneratedMethodAccessor130.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-04-27T20:54:38.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:54:38.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:54:38.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:54:38.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:54:38.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8682124a-46bf-444c-a73a-9914451829f3 url= /sdc/v1/artifactTypes
2021-04-27T20:54:38.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:54:39.595Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:54:39.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cbdb82d
2021-04-27T20:54:39.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:54:39.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:54:39.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:54:39.596Z||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.GeneratedMethodAccessor130.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-04-27T20:55:28.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:55:28.552Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:55:28.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:55:28.555Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:55:28.564Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1cfc9e7f-75d0-4c20-b4d7-62ca3e669109 url= /sdc/v1/artifactTypes
2021-04-27T20:55:28.564Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:55:29.601Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:55:29.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53f04ae7
2021-04-27T20:55:29.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:55:29.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:55:29.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:55:29.602Z||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.GeneratedMethodAccessor130.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-04-27T20:56:18.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:56:18.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:56:18.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:56:18.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:56:18.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4f3f532-8cfa-430b-b453-ea6013e20691 url= /sdc/v1/artifactTypes
2021-04-27T20:56:18.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:56:19.588Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:56:19.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@517c9f7a
2021-04-27T20:56:19.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:56:19.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:56:19.589Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:56:19.589Z||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.GeneratedMethodAccessor130.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-04-27T20:57:08.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:57:08.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:57:08.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:57:08.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:57:08.555Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8921d9c1-8a5d-49e6-ae37-d3fab64df503 url= /sdc/v1/artifactTypes
2021-04-27T20:57:08.555Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:57:09.574Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:57:09.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69e12233
2021-04-27T20:57:09.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:57:09.574Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:57:09.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:57:09.574Z||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.GeneratedMethodAccessor130.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-04-27T20:57:58.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:57:58.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:57:58.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:57:58.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:57:58.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3878b3fe-2b26-4716-81ef-f9a9497d921a url= /sdc/v1/artifactTypes
2021-04-27T20:57:58.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:57:59.584Z||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.32.252] 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.GeneratedMethodAccessor130.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-04-27T20:57:59.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2091911
2021-04-27T20:57:59.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T20:57:59.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T20:57:59.585Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T20:57:59.586Z||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.GeneratedMethodAccessor130.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-04-27T20:58:48.551Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T20:58:48.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T20:58:48.551Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T20:58:48.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T20:58:48.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0d60f85-21cd-45fd-845d-4fd146b7f65d url= /sdc/v1/artifactTypes
2021-04-27T20:58:48.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T20:58:48.736Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T20:58:48.745Z||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-04-27T20:58:48.765Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T20:58:48.772Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T20:58:48.805Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:58:48.823Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5609558f-9314-420b-a056-881340d8c07d url= /sdc/v1/registerForDistribution
2021-04-27T20:58:49.060Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5609558f-9314-420b-a056-881340d8c07d url= /sdc/v1/registerForDistribution
2021-04-27T20:58:49.060Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-27T20:58:49.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:58:49.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:58:49.073Z||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-04-27T20:58:49.073Z||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-04-27T20:58:49.073Z||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 be7AkAptnJ002q6F) ...
2021-04-27T20:58:49.073Z||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 be7AkAptnJ002q6F) ...
2021-04-27T20:58:49.074Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-27T20:58:59.335Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:58:59.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:59:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:59:49.067Z||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-04-27T20:59:49.067Z||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 be7AkAptnJ002q6F) ...
2021-04-27T20:59:49.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:59:49.070Z||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-04-27T20:59:49.070Z||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 be7AkAptnJ002q6F) ...
2021-04-27T20:59:58.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:59:58.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:00:49.066Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:00:49.067Z||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-04-27T21:00:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:00:49.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:00:49.069Z||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-04-27T21:00:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:00:58.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:00:58.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:01:49.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:01:49.067Z||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-04-27T21:01:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:01:49.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:01:49.068Z||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-04-27T21:01:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:01:58.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:01:58.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:02:49.066Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:02:49.067Z||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-04-27T21:02:49.067Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:02:49.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:02:49.069Z||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-04-27T21:02:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:02:58.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:02:58.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:03:49.066Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:03:49.067Z||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-04-27T21:03:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:03:49.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:03:49.069Z||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-04-27T21:03:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:03:58.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:03:58.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:04:49.066Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:04:49.067Z||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-04-27T21:04:49.067Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:04:49.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:04:49.068Z||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-04-27T21:04:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:04:58.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:04:58.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:05:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:05:49.067Z||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-04-27T21:05:49.067Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:05:49.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:05:49.069Z||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-04-27T21:05:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:05:58.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:05:58.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:06:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:06:49.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:06:49.068Z||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-04-27T21:06:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:06:49.068Z||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-04-27T21:06:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:06:58.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:06:58.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:07:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:07:49.067Z||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-04-27T21:07:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:07:49.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:07:49.068Z||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-04-27T21:07:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:07:58.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:07:58.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:08:49.067Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:08:49.068Z||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-04-27T21:08:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:08:49.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:08:49.068Z||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-04-27T21:08:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:08:58.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:08:58.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:09:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:09:49.067Z||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-04-27T21:09:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:09:49.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:09:49.068Z||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-04-27T21:09:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:09:58.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:09:58.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:10:49.067Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:10:49.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:10:49.068Z||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-04-27T21:10:49.069Z||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-04-27T21:10:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:10:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:10:58.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:10:58.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:11:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:11:49.067Z||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-04-27T21:11:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:11:49.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:11:49.069Z||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-04-27T21:11:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:11:58.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:11:58.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:12:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:12:49.067Z||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-04-27T21:12:49.067Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:12:49.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:12:49.069Z||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-04-27T21:12:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:12:58.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:12:58.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:13:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:13:49.067Z||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-04-27T21:13:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:13:49.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:13:49.069Z||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-04-27T21:13:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:13:58.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:13:58.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:14:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:14:49.067Z||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-04-27T21:14:49.067Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:14:49.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:14:49.069Z||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-04-27T21:14:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:14:58.612Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:14:58.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:15:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:15:49.067Z||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-04-27T21:15:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:15:49.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:15:49.068Z||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-04-27T21:15:49.068Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:15:58.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:15:58.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:49.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:16:49.067Z||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-04-27T21:16:49.067Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:16:49.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:16:49.069Z||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-04-27T21:16:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:16:54.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:54.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T21:16:54.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"687b7a4e-8026-4201-acce-3cf9b65ceb19","serviceName":"Demo_pNF_5IVqADHVCiRNtO7eX9gy","serviceVersion":"1.0","serviceUUID":"90d52c32-9433-4694-8963-c1e5b84b15f9","serviceDescription":"catalog service description","serviceInvariantUUID":"b14bd362-d1ee-4b5f-b344-47b39ac71f1b","resources":[{"resourceInstanceName":"pNF 236db7be-fc90 0","resourceName":"pNF 236db7be-fc90","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"28107545-cf8b-4c76-80e1-aa12b37febe5","resourceInvariantUUID":"3c94e36d-2cad-41be-ad41-df484954d06b","resourceCustomizationUUID":"76b2bbc6-5cd7-47b9-a0aa-5f069b8f910f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml","artifactChecksum":"ZDU4ZjgwNWQyMTIwOGFhNDY4NDVhOWYzNTgwOGNhZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5552fab7-2a37-4164-a4f0-51f92d3dc9bf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar","artifactChecksum":"N2NiZWQ3NTE1Mzg2ZTU5NzVjMzA4MjUwNjhiZWI2N2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7c4db56-ce06-4e19-8522-dd28a54dccee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"482e549d-9cd9-4366-bb2f-9cacef8edeff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml","artifactChecksum":"YjMyYjhjMjI4ZDRjZDVkNGUyMGU5OWMzMDkwMjc4ZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92c13844-772f-471b-8404-ffc6d9c84474","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"425067ad-b0b7-43f6-ab0a-20e29a43bb2e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f41d4ec-3477-4656-b2f9-474b4becafb0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml","artifactChecksum":"MjQwYTVhYTViYTRiMzllNzFkOGM2OWQxNThlMzFhZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bec4e21-f098-4ccf-95b9-813917c92546","artifactVersion":"1"},{"artifactName":"service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar","artifactChecksum":"NWJiMGIyMzdkODQyMzQyOTdjMDhiODg0NGJlNjliYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"982da0b2-38d5-4a96-bc42-83954a24fa46","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T21:16:54.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:16:54.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:16:54.787Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:16:54.788Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:54.888Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-04-27T21:16:54.892Z||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-04-27T21:16:54.892Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:16:54.922Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:54.923Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:16:55.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:55.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T21:16:55.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:55.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T21:16:55.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T21:16:55.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:55.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T21:16:55.793Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:16:55.793Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:16:55.795Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:16:55.795Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:55.895Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:16:55.896Z||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-04-27T21:16:55.896Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:16:55.905Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:55.906Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:16:56.795Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:16:56.796Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:16:56.798Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:16:56.798Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:56.901Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-04-27T21:16:56.901Z||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-04-27T21:16:56.901Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:16:56.913Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:56.914Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:16:57.799Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:16:57.799Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:16:57.802Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:16:57.802Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:57.901Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:16:57.902Z||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-04-27T21:16:57.902Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:16:57.911Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:57.911Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:16:58.802Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:16:58.803Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:16:58.805Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:16:58.805Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:58.905Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:16:58.907Z||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-04-27T21:16:58.907Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:16:58.922Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:58.923Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:16:59.805Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:16:59.806Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:16:59.808Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:16:59.808Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:16:59.908Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:16:59.909Z||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-04-27T21:16:59.909Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:16:59.923Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:16:59.924Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:17:00.808Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:17:00.809Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:17:00.811Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:17:00.812Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:17:00.912Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:17:00.912Z||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-04-27T21:17:00.913Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:17:00.923Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:17:00.924Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:17:01.814Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:17:01.815Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:17:01.816Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:17:01.816Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:17:01.916Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:17:01.917Z||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-04-27T21:17:01.917Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:17:01.926Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:17:01.927Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:17:02.818Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"serviceName": "Demo_pNF_5IVqADHVCiRNtO7eX9gy",
"serviceVersion": "1.0",
"serviceUUID": "90d52c32-9433-4694-8963-c1e5b84b15f9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b14bd362-d1ee-4b5f-b344-47b39ac71f1b",
"resources": [
{
"resourceInstanceName": "pNF 236db7be-fc90 0",
"resourceCustomizationUUID": "76b2bbc6-5cd7-47b9-a0aa-5f069b8f910f",
"resourceName": "pNF 236db7be-fc90",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "28107545-cf8b-4c76-80e1-aa12b37febe5",
"resourceInvariantUUID": "3c94e36d-2cad-41be-ad41-df484954d06b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"artifactChecksum": "NWJiMGIyMzdkODQyMzQyOTdjMDhiODg0NGJlNjliYjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "982da0b2-38d5-4a96-bc42-83954a24fa46"
}
],
"workloadContext": "Production"
}
2021-04-27T21:17:02.819Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T21:17:02.819Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 90d52c32-9433-4694-8963-c1e5b84b15f9 ASDC
2021-04-27T21:17:02.956Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:687b7a4e-8026-4201-acce-3cf9b65ceb19
ServiceName:Demo_pNF_5IVqADHVCiRNtO7eX9gy
ServiceVersion:1.0
ServiceUUID:90d52c32-9433-4694-8963-c1e5b84b15f9
ServiceInvariantUUID:b14bd362-d1ee-4b5f-b344-47b39ac71f1b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
ArtifactUUID:982da0b2-38d5-4a96-bc42-83954a24fa46
ArtifactChecksum:NWJiMGIyMzdkODQyMzQyOTdjMDhiODg0NGJlNjliYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 236db7be-fc90 0
ResourceCustomizationUUID:76b2bbc6-5cd7-47b9-a0aa-5f069b8f910f
ResourceInvariantUUID:3c94e36d-2cad-41be-ad41-df484954d06b
ResourceName:pNF 236db7be-fc90
ResourceType:PNF
ResourceUUID:28107545-cf8b-4c76-80e1-aa12b37febe5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-27T21:17:02.957Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90d52c32-9433-4694-8963-c1e5b84b15f9 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-04-27T21:17:03.154Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:17:03.154Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:17:03.155Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:17:03.155Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 982da0b2-38d5-4a96-bc42-83954a24fa46 from URL: /sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:03.155Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:17:03.156Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:03.887Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:17:03.908Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar 982da0b2-38d5-4a96-bc42-83954a24fa46 83922
2021-04-27T21:17:03.909Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar ASDC sendASDCNotification
2021-04-27T21:17:03.909Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:03.914Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:17:03.915Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:17:03.917Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:17:03.917Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558223909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:17:04.017Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:17:04.018Z||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-04-27T21:17:04.018Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:17:04.027Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:17:04.027Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:17:04.918Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:17:04.919Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:17:04.919Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 982da0b2-38d5-4a96-bc42-83954a24fa46, URL: /sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar to file: /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:04.919Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:05.044Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:05.045Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:05.357Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12658337646565713652/Definitions/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml
2021-04-27T21:17:06.551Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T21:17:06.556Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:17:06.556Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.556Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 236db7be-fc90 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 236db7be-fc90 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.558Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:17:06.566Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.568Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.571Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Node template pNF 236db7be-fc90 0 is matching search criteria
2021-04-27T21:17:06.572Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:17:06.573Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 236db7be-fc90 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:17:06.574Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.574Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.574Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Node template pNF 236db7be-fc90 0 is matching search criteria
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 236db7be-fc90 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.575Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.576Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.576Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.576Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.576Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.580Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_5IVqADHVCiRNtO7eX9gy
Description:catalog service description
Model UUID:90d52c32-9433-4694-8963-c1e5b84b15f9
Model Version:NULL
Model InvariantUuid:b14bd362-d1ee-4b5f-b344-47b39ac71f1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-27T21:17:06.596Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 28107545-cf8b-4c76-80e1-aa12b37febe5
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-04-27T21:17:06.680Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||pNF 236db7be-fc90 0
2021-04-27T21:17:06.686Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 28107545-cf8b-4c76-80e1-aa12b37febe5
2021-04-27T21:17:06.687Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 90d52c32-9433-4694-8963-c1e5b84b15f9
2021-04-27T21:17:06.687Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 90d52c32-9433-4694-8963-c1e5b84b15f9
2021-04-27T21:17:06.687Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 236db7be-fc90 0 28107545-cf8b-4c76-80e1-aa12b37febe5 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T21:17:06.697Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.697Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.698Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 90d52c32-9433-4694-8963-c1e5b84b15f9: pNF 236db7be-fc90
2021-04-27T21:17:06.698Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||Processing PNF resource: 28107545-cf8b-4c76-80e1-aa12b37febe5
2021-04-27T21:17:06.698Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:17:06.698Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5IVqADHVCiRNtO7eX9gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:17:06.699Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||Resource customization UUID: 76b2bbc6-5cd7-47b9-a0aa-5f069b8f910f is the same as notified resource customizationUUID: 76b2bbc6-5cd7-47b9-a0aa-5f069b8f910f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-27T21:17:06.810Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 236db7be-fc90 28107545-cf8b-4c76-80e1-aa12b37febe5 0 ASDC deployResourceStructure
2021-04-27T21:17:06.810Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar ASDC sendASDCNotification
2021-04-27T21:17:06.810Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar
2021-04-27T21:17:06.811Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:17:06.811Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:17:06.813Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:17:06.813Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558226810,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:17:06.913Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:17:06.915Z||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-04-27T21:17:06.915Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:17:06.926Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:17:06.927Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:17:07.814Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:17:07.837Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:17:07.839Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:17:07.839Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:17:07.839Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:17:37.839Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:17:37.850Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:17:37.852Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:17:37.852Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:17:37.852Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:17:49.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:17:49.069Z||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-04-27T21:17:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:17:49.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:17:49.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T21:17:49.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:17:49.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T21:18:07.853Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:18:07.861Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:18:07.863Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:18:07.863Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:18:07.863Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:18:37.863Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:18:37.873Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:18:37.875Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:18:37.875Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:18:37.875Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:18:49.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:18:49.069Z||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-04-27T21:18:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:18:49.094Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:18:49.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T21:18:49.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:18:49.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T21:18:49.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T21:18:49.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:18:49.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:07.875Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:19:07.884Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:19:07.887Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:19:07.887Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:19:07.887Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:19:37.887Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:19:37.895Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:19:37.897Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:19:37.897Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:19:37.897Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:19:49.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:19:49.069Z||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-04-27T21:19:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:19:49.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:19:49.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558214091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558205712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558209066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558208689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558213664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558214871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558223869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558223855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558223909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558216564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558216667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558224386,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558217034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "cds",
"timestamp": 1619558224884,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-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-04-27T21:19:49.163Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 687b7a4e-8026-4201-acce-3cf9b65ceb19
2021-04-27T21:19:49.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687b7a4e-8026-4201-acce-3cf9b65ceb19 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-04-27T21:19:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558224863,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:19:49.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "policy-id",
"timestamp": 1619558225867,
"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-04-27T21:19:49.178Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 687b7a4e-8026-4201-acce-3cf9b65ceb19
2021-04-27T21:19:49.178Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687b7a4e-8026-4201-acce-3cf9b65ceb19 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-04-27T21:19:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558226164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558226810,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558227481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558228486,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-04-27T21:19:49.192Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 687b7a4e-8026-4201-acce-3cf9b65ceb19
2021-04-27T21:19:49.193Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687b7a4e-8026-4201-acce-3cf9b65ceb19 and ComponentName
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-04-27T21:19:49.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/resourceInstances/pnf236db7befc900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "dcae-sch",
"timestamp": 1619558224373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:19:49.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558232411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558224801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558233788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558234420,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:19:49.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "clamp",
"timestamp": 1619558235426,
"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-04-27T21:19:49.210Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 687b7a4e-8026-4201-acce-3cf9b65ceb19
2021-04-27T21:19:49.210Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687b7a4e-8026-4201-acce-3cf9b65ceb19 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-04-27T21:19:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558237367,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:19:49.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558237746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ivqadhvcirnto7ex9gy/1.0/artifacts/service-DemoPnf5ivqadhvcirnto7ex9gy-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-27T21:19:49.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:19:49.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558238372,
"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-04-27T21:19:49.224Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 687b7a4e-8026-4201-acce-3cf9b65ceb19
2021-04-27T21:19:49.224Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687b7a4e-8026-4201-acce-3cf9b65ceb19 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-04-27T21:19:49.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:19:49.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "aai-ml",
"timestamp": 1619558238750,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-04-27T21:19:49.239Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 687b7a4e-8026-4201-acce-3cf9b65ceb19
2021-04-27T21:19:49.239Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687b7a4e-8026-4201-acce-3cf9b65ceb19 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-04-27T21:20:07.897Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:20:07.908Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19
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-04-27T21:20:07.911Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:20:07.911Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T21:20:07.912Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T21:20:07.912Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T21:20:07.912Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T21:20:07.912Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-04-27T21:20:07.912Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-04-27T21:20:07.918Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T21:20:37.918Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19 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-04-27T21:20:37.927Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 687b7a4e-8026-4201-acce-3cf9b65ceb19 and serviceModelVersionId: 90d52c32-9433-4694-8963-c1e5b84b15f9
2021-04-27T21:20:37.927Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b14bd362-d1ee-4b5f-b344-47b39ac71f1b
2021-04-27T21:20:45.773Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0
2021-04-27T21:20:45.934Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T21:20:46.557Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0|INFO|500||Invoke
2021-04-27T21:20:46.565Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[687b7a4e-8026-4201-acce-3cf9b65ceb19], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59aa6f09-c35c-4791-8ab3-8c61cd32807e], X-ECOMP-RequestID=[687b7a4e-8026-4201-acce-3cf9b65ceb19], X-TransactionId=[], X-ONAP-RequestID=[687b7a4e-8026-4201-acce-3cf9b65ceb19], Content-Type=[application/merge-patch+json]}
2021-04-27T21:20:46.682Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-27T21:20:46.733Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?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/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-21:20:46:688-16345], Content-Length=[495], Date=[Tue, 27 Apr 2021 21:20:46 GMT], Content-Type=[application/json]}
2021-04-27T21:20:46.737Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9","ERR.5.4.6114"]}}}
2021-04-27T21:20:46.739Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-27T21:20:46.772Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=687b7a4e-8026-4201-acce-3cf9b65ceb19 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9) (ec=ERR.5.4.6114)
2021-04-27T21:20:46.773Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=687b7a4e-8026-4201-acce-3cf9b65ceb19 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-04-27T21:20:46.773Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=687b7a4e-8026-4201-acce-3cf9b65ceb19 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9) (ec=ERR.5.4.6114)
2021-04-27T21:20:46.773Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=687b7a4e-8026-4201-acce-3cf9b65ceb19 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9) (ec=ERR.5.4.6114)
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-04-27T21:20:46.778Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T21:20:46.790Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 687b7a4e-8026-4201-acce-3cf9b65ceb19 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=687b7a4e-8026-4201-acce-3cf9b65ceb19 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9) (ec=ERR.5.4.6114)
2021-04-27T21:20:46.791Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-27T21:20:46.792Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:20:46.793Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:20:46.794Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558446790,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d687b7a4e-8026-4201-acce-3cf9b65ceb19 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9) (ec\u003dERR.5.4.6114)"
}
2021-04-27T21:20:46.894Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:20:46.895Z||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-04-27T21:20:46.895Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:20:46.909Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:20:46.910Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T21:20:47.808Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:20:47.808Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|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-04-27T21:20:47.809Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|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 be7AkAptnJ002q6F) ...
2021-04-27T21:20:49.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:20:49.069Z||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-04-27T21:20:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:20:49.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:20:49.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558377034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:49.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558376564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "dcae-sch",
"timestamp": 1619558384373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558376667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "cds",
"timestamp": 1619558385712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558377034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558376564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "dcae-sch",
"timestamp": 1619558384373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558376667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:49.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:49.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:20:49.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "cds",
"timestamp": 1619558385712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:20:49.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:20:52.102Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:20:52.103Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T21:20:52.103Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ffcfc1d5-7750-452c-9a23-e001c84d5f1f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"819f4dec-8809-4fae-85a0-8f0f32412152","serviceDescription":"service","serviceInvariantUUID":"a57c523a-286e-4417-86a1-45cc48c4fcb9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f7816c9d-b452-417d-a935-7c0d5c1a2522","resourceInvariantUUID":"b9641b14-acd5-4386-8bf2-ec4d7b5c08a7","resourceCustomizationUUID":"c2967455-7989-414a-8ec4-d3d2f4d1de06","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":"YzNhZjc5MmMwYzY5ODQwNTQ3ZjkyZDYwZmJiN2VjZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ab752e8-4668-4c60-8880-287f5f324216","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGY3ZDEzMmZiMGM0Yzg2NGJkZTllYTJlZmI2N2I3MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b07a4cf4-69ff-4aa7-8e99-0c091276dc2e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T21:20:52.105Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:20:52.105Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:20:52.107Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:20:52.107Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558447808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:20:52.207Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:20:52.208Z||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-04-27T21:20:52.208Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:20:52.218Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:20:52.219Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:20:53.108Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:20:53.108Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:20:53.110Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:20:53.110Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558447808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:20:53.210Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:20:53.211Z||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-04-27T21:20:53.211Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:20:53.220Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:20:53.220Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:20:54.112Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "819f4dec-8809-4fae-85a0-8f0f32412152",
"serviceDescription": "service",
"serviceInvariantUUID": "a57c523a-286e-4417-86a1-45cc48c4fcb9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c2967455-7989-414a-8ec4-d3d2f4d1de06",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f7816c9d-b452-417d-a935-7c0d5c1a2522",
"resourceInvariantUUID": "b9641b14-acd5-4386-8bf2-ec4d7b5c08a7",
"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": "ZGY3ZDEzMmZiMGM0Yzg2NGJkZTllYTJlZmI2N2I3MmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b07a4cf4-69ff-4aa7-8e99-0c091276dc2e"
}
],
"workloadContext": "Production"
}
2021-04-27T21:20:54.112Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T21:20:54.112Z|687b7a4e-8026-4201-acce-3cf9b65ceb19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 819f4dec-8809-4fae-85a0-8f0f32412152 ASDC
2021-04-27T21:20:54.112Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ffcfc1d5-7750-452c-9a23-e001c84d5f1f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:819f4dec-8809-4fae-85a0-8f0f32412152
ServiceInvariantUUID:a57c523a-286e-4417-86a1-45cc48c4fcb9
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:b07a4cf4-69ff-4aa7-8e99-0c091276dc2e
ArtifactChecksum:ZGY3ZDEzMmZiMGM0Yzg2NGJkZTllYTJlZmI2N2I3MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2967455-7989-414a-8ec4-d3d2f4d1de06
ResourceInvariantUUID:b9641b14-acd5-4386-8bf2-ec4d7b5c08a7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f7816c9d-b452-417d-a935-7c0d5c1a2522
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-27T21:20:54.112Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 819f4dec-8809-4fae-85a0-8f0f32412152 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-04-27T21:20:54.142Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:20:54.143Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:20:54.143Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:20:54.143Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b07a4cf4-69ff-4aa7-8e99-0c091276dc2e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T21:20:54.144Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:20:54.144Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T21:20:54.401Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:20:54.404Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b07a4cf4-69ff-4aa7-8e99-0c091276dc2e 53011
2021-04-27T21:20:54.404Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-27T21:20:54.404Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T21:20:54.404Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:20:54.405Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:20:54.406Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:20:54.406Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558454404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:20:54.507Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:20:54.507Z||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-04-27T21:20:54.508Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:20:54.517Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:20:54.517Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:20:55.407Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:20:55.408Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:20:55.408Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b07a4cf4-69ff-4aa7-8e99-0c091276dc2e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.409Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-27T21:20:55.409Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.409Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.495Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4561460777728395267/Definitions/service-BasicNetwork-template.yml
2021-04-27T21:20:55.952Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T21:20:55.952Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:20:55.952Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.952Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T21:20:55.952Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T21:20:55.953Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:20:55.954Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.954Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.954Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T21:20:55.954Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:20:55.954Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:20:55.955Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.955Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.955Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T21:20:55.955Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:20:55.955Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:20:55.956Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.956Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.956Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.956Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.957Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.957Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.957Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.957Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.957Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.957Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.958Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:819f4dec-8809-4fae-85a0-8f0f32412152
Model Version:NULL
Model InvariantUuid:a57c523a-286e-4417-86a1-45cc48c4fcb9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b9641b14-acd5-4386-8bf2-ec4d7b5c08a7
Model UUID:fa38fb00-4884-448c-84d2-c6baa50e0f28
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c2967455-7989-414a-8ec4-d3d2f4d1de06
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-04-27T21:20:55.965Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: f7816c9d-b452-417d-a935-7c0d5c1a2522
2021-04-27T21:20:55.966Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||No resources found for Service: 819f4dec-8809-4fae-85a0-8f0f32412152
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-04-27T21:20:55.970Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||
2021-04-27T21:20:55.970Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-27T21:20:55.970Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 819f4dec-8809-4fae-85a0-8f0f32412152
2021-04-27T21:20:55.971Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 819f4dec-8809-4fae-85a0-8f0f32412152
2021-04-27T21:20:55.971Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-27T21:20:55.971Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T21:20:55.981Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.981Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.981Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.982Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.982Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 819f4dec-8809-4fae-85a0-8f0f32412152: Generic NeutronNet
2021-04-27T21:20:55.982Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.982Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:55.983Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:55.983Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-27T21:20:56.013Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:56.013Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:56.013Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:56.013Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:56.014Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:20:56.014Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:20:56.014Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-27T21:20:56.076Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-27T21:20:56.077Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-27T21:20:56.077Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T21:20:56.077Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:20:56.078Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:20:56.080Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:20:56.080Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558456077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:20:56.180Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:20:56.181Z||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-04-27T21:20:56.181Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:20:56.209Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:20:56.209Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:20:57.082Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:20:57.091Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:20:57.094Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:20:57.094Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:20:57.094Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:21:27.094Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:21:27.105Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:21:27.107Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:21:27.107Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:21:27.107Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:21:49.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:21:49.069Z||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-04-27T21:21:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:21:49.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:21:49.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:21:49.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "cds",
"timestamp": 1619558389044,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:21:49.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:21:57.107Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:21:57.117Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:21:57.119Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:21:57.119Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:21:57.119Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:22:27.119Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:22:27.129Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:22:27.133Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:22:27.133Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:22:27.133Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:22:49.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:22:49.069Z||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-04-27T21:22:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:22:49.089Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:22:49.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "clamp",
"timestamp": 1619558388689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:22:49.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "cds",
"timestamp": 1619558390049,
"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=?
2021-04-27T21:22:49.097Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffcfc1d5-7750-452c-9a23-e001c84d5f1f
2021-04-27T21:22:49.098Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffcfc1d5-7750-452c-9a23-e001c84d5f1f 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-04-27T21:22:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "clamp",
"timestamp": 1619558388689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:22:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "policy-id",
"timestamp": 1619558393664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558394091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "policy-id",
"timestamp": 1619558393664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "aai-ml",
"timestamp": 1619558394871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:22:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558394091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "aai-ml",
"timestamp": 1619558394871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "policy-id",
"timestamp": 1619558396658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "clamp",
"timestamp": 1619558396803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "policy-id",
"timestamp": 1619558397662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "clamp",
"timestamp": 1619558397819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "aai-ml",
"timestamp": 1619558397843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:22:49.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "policy-id",
"timestamp": 1619558398665,
"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-04-27T21:22:49.113Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffcfc1d5-7750-452c-9a23-e001c84d5f1f
2021-04-27T21:22:49.113Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffcfc1d5-7750-452c-9a23-e001c84d5f1f 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-04-27T21:22:49.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "clamp",
"timestamp": 1619558398823,
"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-04-27T21:22:49.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ffcfc1d5-7750-452c-9a23-e001c84d5f1f
2021-04-27T21:22:49.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffcfc1d5-7750-452c-9a23-e001c84d5f1f 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-04-27T21:22:49.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "aai-ml",
"timestamp": 1619558400949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-27T21:22:49.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "aai-ml",
"timestamp": 1619558401952,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-04-27T21:22:49.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ffcfc1d5-7750-452c-9a23-e001c84d5f1f
2021-04-27T21:22:49.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffcfc1d5-7750-452c-9a23-e001c84d5f1f 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-04-27T21:22:49.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558404801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:22:49.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558404801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:22:49.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:22:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558407688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:22:49.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558409363,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:22:49.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:49.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558410367,
"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-04-27T21:22:49.149Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffcfc1d5-7750-452c-9a23-e001c84d5f1f
2021-04-27T21:22:49.149Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffcfc1d5-7750-452c-9a23-e001c84d5f1f 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-04-27T21:22:49.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:22:49.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "687b7a4e-8026-4201-acce-3cf9b65ceb19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558446790,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d687b7a4e-8026-4201-acce-3cf9b65ceb19 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b14bd362-d1ee-4b5f-b344-47b39ac71f1b/model-vers/model-ver/90d52c32-9433-4694-8963-c1e5b84b15f9) (ec\u003dERR.5.4.6114)"
}
2021-04-27T21:22:49.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:22:57.134Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:22:57.143Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f
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-04-27T21:22:57.146Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:22:57.146Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T21:22:57.146Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T21:22:57.146Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T21:22:57.146Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-04-27T21:22:57.146Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-04-27T21:22:57.151Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T21:23:27.151Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f 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-04-27T21:23:27.157Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffcfc1d5-7750-452c-9a23-e001c84d5f1f and serviceModelVersionId: 819f4dec-8809-4fae-85a0-8f0f32412152
2021-04-27T21:23:27.157Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a57c523a-286e-4417-86a1-45cc48c4fcb9
2021-04-27T21:23:27.158Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0
2021-04-27T21:23:27.162Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T21:23:27.206Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0|INFO|500||Invoke
2021-04-27T21:23:27.207Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffcfc1d5-7750-452c-9a23-e001c84d5f1f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4c0037f-94ca-484a-ac36-4700773728b6], X-ECOMP-RequestID=[ffcfc1d5-7750-452c-9a23-e001c84d5f1f], X-TransactionId=[], X-ONAP-RequestID=[ffcfc1d5-7750-452c-9a23-e001c84d5f1f], Content-Type=[application/merge-patch+json]}
2021-04-27T21:23:27.232Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-27T21:23:27.348Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?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/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-21:23:27:236-10686], Content-Length=[495], Date=[Tue, 27 Apr 2021 21:23:27 GMT], Content-Type=[application/json]}
2021-04-27T21:23:27.349Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152","ERR.5.4.6114"]}}}
2021-04-27T21:23:27.350Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-27T21:23:27.353Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ffcfc1d5-7750-452c-9a23-e001c84d5f1f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152) (ec=ERR.5.4.6114)
2021-04-27T21:23:27.354Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ffcfc1d5-7750-452c-9a23-e001c84d5f1f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-04-27T21:23:27.354Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ffcfc1d5-7750-452c-9a23-e001c84d5f1f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152) (ec=ERR.5.4.6114)
2021-04-27T21:23:27.354Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ffcfc1d5-7750-452c-9a23-e001c84d5f1f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152) (ec=ERR.5.4.6114)
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-04-27T21:23:27.358Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T21:23:27.359Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffcfc1d5-7750-452c-9a23-e001c84d5f1f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ffcfc1d5-7750-452c-9a23-e001c84d5f1f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152) (ec=ERR.5.4.6114)
2021-04-27T21:23:27.359Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-27T21:23:27.359Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:27.361Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:27.361Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558607359,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dffcfc1d5-7750-452c-9a23-e001c84d5f1f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152) (ec\u003dERR.5.4.6114)"
}
2021-04-27T21:23:27.461Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:27.462Z||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-04-27T21:23:27.462Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:27.474Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:27.474Z||pool-18-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-04-27T21:23:28.371Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:23:28.372Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|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-04-27T21:23:28.372Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|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 be7AkAptnJ002q6F) ...
2021-04-27T21:23:32.666Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:32.667Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T21:23:32.667Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"76ddace9-7609-4bb9-9a6f-43a3d299b1db","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"550f52ae-b3ee-4506-9b51-f8664e98a7e6","serviceDescription":"service","serviceInvariantUUID":"79c2e639-a3ab-4367-a673-dcbf37ee208a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f45c6de7-4f2c-4890-8041-0f2b78511ff4","resourceInvariantUUID":"5d46309b-d305-4839-854f-4f0231fee80b","resourceCustomizationUUID":"872ce07c-40fb-4333-9654-32f7e417c7f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"35c4562c-79ec-4513-9898-75fba3b24a4c","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NzUyY2FhNTQxM2I0MTFhNzk1MTk0MDRmOWI5MjI0YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31bb317c-5099-48d2-90e3-b6a9eb6d9e85","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODNiYjQ0MjI0NjdlMzgwZWZkZjg1MmUwNTYyNWMzZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3da8a07e-2eaf-4773-9007-838d5eb4611a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00c7d777-215f-4fca-ac86-9e98c87901bc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"864963cd-15eb-497f-9af3-410b2eaa25cc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bc11f3ea-9da6-4ade-91f3-e9629fbb3dae","artifactVersion":"2","generatedFromUUID":"00c7d777-215f-4fca-ac86-9e98c87901bc"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDVkYzllNmNlODNiYzRkZWQ4YWUyNDI0NjIzZDFhZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db008db8-6ee7-476f-8e50-d6d6d2a6417b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDYxZWE0N2RiMjQxNmEwMTNlNDMzNzljZjYyNzA1YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16d86a6f-e248-4d4f-87f1-28f7d37d550e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T21:23:32.669Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:32.669Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:32.670Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:32.670Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:32.770Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:32.772Z||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-04-27T21:23:32.772Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:32.780Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:32.781Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:33.671Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:33.671Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:33.673Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:33.673Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:33.773Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:33.774Z||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-04-27T21:23:33.774Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:33.783Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:33.784Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:34.673Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:34.674Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:34.676Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:34.676Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:23:34.776Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:34.777Z||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-04-27T21:23:34.777Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:34.788Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:34.788Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:35.677Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:35.677Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:35.679Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:35.679Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:23:35.780Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T21:23:35.781Z||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-04-27T21:23:35.781Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:35.791Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:35.791Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:23:36.681Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:36.681Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:36.683Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:36.684Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:36.784Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:36.785Z||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-04-27T21:23:36.785Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:36.796Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:36.797Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:23:37.684Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:37.685Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:37.687Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:37.687Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T21:23:37.787Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:37.788Z||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-04-27T21:23:37.788Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:37.797Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:37.798Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:38.687Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:38.688Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:38.690Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:38.690Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:38.790Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:38.791Z||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-04-27T21:23:38.791Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:38.800Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:38.800Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:39.691Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:23:39.692Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:39.694Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:39.694Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:39.794Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:39.795Z||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-04-27T21:23:39.795Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:39.805Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:39.805Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:40.696Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "550f52ae-b3ee-4506-9b51-f8664e98a7e6",
"serviceDescription": "service",
"serviceInvariantUUID": "79c2e639-a3ab-4367-a673-dcbf37ee208a",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "872ce07c-40fb-4333-9654-32f7e417c7f5",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f45c6de7-4f2c-4890-8041-0f2b78511ff4",
"resourceInvariantUUID": "5d46309b-d305-4839-854f-4f0231fee80b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "ODNiYjQ0MjI0NjdlMzgwZWZkZjg1MmUwNTYyNWMzZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3da8a07e-2eaf-4773-9007-838d5eb4611a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "00c7d777-215f-4fca-ac86-9e98c87901bc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bc11f3ea-9da6-4ade-91f3-e9629fbb3dae",
"generatedFromUUID": "00c7d777-215f-4fca-ac86-9e98c87901bc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bc11f3ea-9da6-4ade-91f3-e9629fbb3dae",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "MDYxZWE0N2RiMjQxNmEwMTNlNDMzNzljZjYyNzA1YTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "16d86a6f-e248-4d4f-87f1-28f7d37d550e"
}
],
"workloadContext": "Production"
}
2021-04-27T21:23:40.696Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T21:23:40.696Z|ffcfc1d5-7750-452c-9a23-e001c84d5f1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 550f52ae-b3ee-4506-9b51-f8664e98a7e6 ASDC
2021-04-27T21:23:40.697Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:76ddace9-7609-4bb9-9a6f-43a3d299b1db
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:550f52ae-b3ee-4506-9b51-f8664e98a7e6
ServiceInvariantUUID:79c2e639-a3ab-4367-a673-dcbf37ee208a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:16d86a6f-e248-4d4f-87f1-28f7d37d550e
ArtifactChecksum:MDYxZWE0N2RiMjQxNmEwMTNlNDMzNzljZjYyNzA1YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:872ce07c-40fb-4333-9654-32f7e417c7f5
ResourceInvariantUUID:5d46309b-d305-4839-854f-4f0231fee80b
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:f45c6de7-4f2c-4890-8041-0f2b78511ff4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:3da8a07e-2eaf-4773-9007-838d5eb4611a
ArtifactChecksum:ODNiYjQ0MjI0NjdlMzgwZWZkZjg1MmUwNTYyNWMzZWI=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:00c7d777-215f-4fca-ac86-9e98c87901bc
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:bc11f3ea-9da6-4ade-91f3-e9629fbb3dae
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:bc11f3ea-9da6-4ade-91f3-e9629fbb3dae
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-27T21:23:40.697Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 550f52ae-b3ee-4506-9b51-f8664e98a7e6 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-04-27T21:23:40.729Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:23:40.730Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:23:40.730Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:23:40.730Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16d86a6f-e248-4d4f-87f1-28f7d37d550e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T21:23:40.731Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:23:40.731Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T21:23:41.279Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:23:41.282Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 16d86a6f-e248-4d4f-87f1-28f7d37d550e 77699
2021-04-27T21:23:41.283Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-27T21:23:41.283Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T21:23:41.283Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:23:41.283Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:41.285Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:41.285Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558621283,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:41.386Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T21:23:41.387Z||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-04-27T21:23:41.387Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:41.397Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:41.398Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:42.285Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:23:42.287Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:23:42.287Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 16d86a6f-e248-4d4f-87f1-28f7d37d550e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:42.287Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-27T21:23:42.287Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:42.288Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:42.394Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16065794813661196429/Definitions/service-Basicclamp-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-04-27T21:23:43.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T21:23:43.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:23:43.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-27T21:23:43.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-04-27T21:23:43.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:43.577Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:43.577Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:23:43.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:23:43.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:43.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:43.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:23:43.579Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:23:43.579Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.579Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:43.579Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.579Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-27T21:23:43.580Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-27T21:23:43.580Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-27T21:23:43.580Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-27T21:23:43.580Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T21:23:43.580Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T21:23:43.580Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.580Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T21:23:43.581Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.581Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:43.581Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:23:43.582Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.582Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:43.582Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:23:43.582Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.582Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:43.582Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:23:43.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-27T21:23:43.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T21:23:43.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T21:23:43.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d2d86a4-f490-4867-823c-c91754bccdd7
2021-04-27T21:23:43.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:43.584Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.584Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:43.584Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.584Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:43.584Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:43.584Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:43.584Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:550f52ae-b3ee-4506-9b51-f8664e98a7e6
Model Version:NULL
Model InvariantUuid:79c2e639-a3ab-4367-a673-dcbf37ee208a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:3073b208-ce7a-4e96-acbc-6f8984b52184
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d46309b-d305-4839-854f-4f0231fee80b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:872ce07c-40fb-4333-9654-32f7e417c7f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4d3a6ed3-be89-4ddd-a64d-d66610d73418
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:efa9f944-9174-4cbc-902d-42378f1f3c6b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3d2d86a4-f490-4867-823c-c91754bccdd7
ModelInvariantUuid:e787fb7e-c1ae-4438-a257-a323b7d3a2dc
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c97f3a21-5db1-4d76-9d6c-814142218f3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:42e17c5d-a374-426b-818b-a8a833c754fe
ModelInvariantUuid:7e019a7a-1e9d-4510-9a9b-1b9dbe98c711
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:19fb19b8-f4b4-448c-9a10-3bf455d5f5c2
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-04-27T21:23:43.591Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f45c6de7-4f2c-4890-8041-0f2b78511ff4
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-04-27T21:23:43.593Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-04-27T21:23:43.593Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f45c6de7-4f2c-4890-8041-0f2b78511ff4
2021-04-27T21:23:43.593Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3da8a07e-2eaf-4773-9007-838d5eb4611a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T21:23:43.594Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:23:43.594Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T21:23:43.788Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:23:43.788Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3da8a07e-2eaf-4773-9007-838d5eb4611a 790
2021-04-27T21:23:43.789Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-27T21:23:43.789Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T21:23:43.789Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:23:43.789Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:43.791Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:43.791Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558623789,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:43.891Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:43.892Z||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-04-27T21:23:43.893Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:43.901Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:43.902Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:44.793Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4d3a6ed3-be89-4ddd-a64d-d66610d73418",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "efa9f944-9174-4cbc-902d-42378f1f3c6b",
"vfModuleModelCustomizationUUID": "31aafc14-1444-497d-8b51-294cb2a9dd9b",
"isBase": true,
"artifacts": [
"00c7d777-215f-4fca-ac86-9e98c87901bc",
"bc11f3ea-9da6-4ade-91f3-e9629fbb3dae"
],
"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-04-27T21:23:44.811Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efa9f944-9174-4cbc-902d-42378f1f3c6b
VfModuleModelInvariantUUID:4d3a6ed3-be89-4ddd-a64d-d66610d73418
VfModuleModelDescription:NULL
Artifacts UUID List:{
00c7d777-215f-4fca-ac86-9e98c87901bc
,
bc11f3ea-9da6-4ade-91f3-e9629fbb3dae
}
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-04-27T21:23:44.813Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4d3a6ed3-be89-4ddd-a64d-d66610d73418",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "efa9f944-9174-4cbc-902d-42378f1f3c6b",
"vfModuleModelCustomizationUUID": "31aafc14-1444-497d-8b51-294cb2a9dd9b",
"isBase": true,
"artifacts": [
"00c7d777-215f-4fca-ac86-9e98c87901bc",
"bc11f3ea-9da6-4ade-91f3-e9629fbb3dae"
],
"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-04-27T21:23:44.814Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efa9f944-9174-4cbc-902d-42378f1f3c6b
VfModuleModelInvariantUUID:4d3a6ed3-be89-4ddd-a64d-d66610d73418
VfModuleModelDescription:NULL
Artifacts UUID List:{
00c7d777-215f-4fca-ac86-9e98c87901bc
,
bc11f3ea-9da6-4ade-91f3-e9629fbb3dae
}
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-04-27T21:23:44.814Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 00c7d777-215f-4fca-ac86-9e98c87901bc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T21:23:44.814Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:23:44.814Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T21:23:45.014Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:23:45.014Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 00c7d777-215f-4fca-ac86-9e98c87901bc 5033
2021-04-27T21:23:45.014Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T21:23:45.014Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T21:23:45.015Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:23:45.015Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:45.016Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:45.016Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558625014,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:45.117Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:45.117Z||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-04-27T21:23:45.117Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:45.126Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:45.127Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:46.017Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bc11f3ea-9da6-4ade-91f3-e9629fbb3dae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T21:23:46.018Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:23:46.018Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T21:23:46.222Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:23:46.222Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env bc11f3ea-9da6-4ade-91f3-e9629fbb3dae 909
2021-04-27T21:23:46.222Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T21:23:46.222Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T21:23:46.222Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:23:46.223Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:46.224Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:46.224Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558626222,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:46.325Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:46.325Z||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-04-27T21:23:46.325Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:46.334Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:46.335Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:23:47.225Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 550f52ae-b3ee-4506-9b51-f8664e98a7e6
2021-04-27T21:23:47.226Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f45c6de7-4f2c-4890-8041-0f2b78511ff4 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-04-27T21:23:47.245Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.245Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.246Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-27T21:23:47.246Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 872ce07c-40fb-4333-9654-32f7e417c7f5
2021-04-27T21:23:47.246Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 872ce07c-40fb-4333-9654-32f7e417c7f5 matches Tosca VF Customization UUID: 872ce07c-40fb-4333-9654-32f7e417c7f5
2021-04-27T21:23:47.246Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 872ce07c-40fb-4333-9654-32f7e417c7f5 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-04-27T21:23:47.251Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.251Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.252Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 872ce07c-40fb-4333-9654-32f7e417c7f5: {\"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-04-27T21:23:47.252Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19b1250c
2021-04-27T21:23:47.253Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.253Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T21:23:47.253Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31aafc14-1444-497d-8b51-294cb2a9dd9b
2021-04-27T21:23:47.254Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31aafc14-1444-497d-8b51-294cb2a9dd9b
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-04-27T21:23:47.259Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.259Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:47.259Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:23:47.260Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.260Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:47.260Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:23:47.261Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.261Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-27T21:23:47.261Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T21:23:47.261Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T21:23:47.262Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d2d86a4-f490-4867-823c-c91754bccdd7
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-04-27T21:23:47.266Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.266Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:47.266Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:23:47.266Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.267Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T21:23:47.267Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=872ce07c-40fb-4333-9654-32f7e417c7f5
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-04-27T21:23:47.268Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.269Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.269Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 550f52ae-b3ee-4506-9b51-f8664e98a7e6: basicclamp
2021-04-27T21:23:47.269Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.269Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.269Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.269Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.270Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.270Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.270Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.270Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.270Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:23:47.270Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:23:47.271Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp
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-04-27T21:23:47.421Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f45c6de7-4f2c-4890-8041-0f2b78511ff4 1 ASDC deployResourceStructure
2021-04-27T21:23:47.421Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-27T21:23:47.421Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T21:23:47.421Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:23:47.422Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:47.423Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:47.423Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558627421,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:47.523Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:47.524Z||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-04-27T21:23:47.524Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:47.533Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:47.533Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:23:48.424Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T21:23:48.424Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T21:23:48.425Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:23:48.425Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:48.426Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:48.427Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558628424,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:48.527Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:48.528Z||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-04-27T21:23:48.528Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:48.538Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:48.538Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:49.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:23:49.069Z||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-04-27T21:23:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:23:49.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:49.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558447808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558447808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558454404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558456077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558474091,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558475712,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558477034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558478689,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558476564,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558476667,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558473664,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558491590,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558491594,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558491590,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558491661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558491692,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558484373,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558484871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "cds",
"timestamp": 1619558492666,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-04-27T21:23:49.118Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.119Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558492696,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558492982,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558492990,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558492991,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "policy-id",
"timestamp": 1619558493699,
"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-04-27T21:23:49.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558493869,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558494062,
"artifactURL": "/sdc/v1/catalog/services/550f52ae-b3ee-4506-9b51-f8664e98a7e6/resourceInstances/basicclamp0/artifacts/35c4562c-79ec-4513-9898-75fba3b24a4c",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558494450,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558494459,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558494475,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558495367,
"artifactURL": "/sdc/v1/catalog/services/550f52ae-b3ee-4506-9b51-f8664e98a7e6/resourceInstances/basicclamp0/artifacts/35c4562c-79ec-4513-9898-75fba3b24a4c",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558495454,
"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-04-27T21:23:49.144Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.144Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558495465,
"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-04-27T21:23:49.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558496164,
"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-04-27T21:23:49.160Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.161Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "dcae-sch",
"timestamp": 1619558496371,
"artifactURL": "/sdc/v1/catalog/services/550f52ae-b3ee-4506-9b51-f8664e98a7e6/resourceInstances/basicclamp0/artifacts/35c4562c-79ec-4513-9898-75fba3b24a4c",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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-04-27T21:23:49.169Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.169Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db and ComponentName service-change-handler
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-04-27T21:23:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558496457,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558496468,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558497167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558499254,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "aai-ml",
"timestamp": 1619558500258,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-04-27T21:23:49.181Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.181Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558500447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558501452,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558494801,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558504075,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558505493,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558506467,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558506496,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:23:49.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558507471,
"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-04-27T21:23:49.195Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.196Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:23:49.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "clamp",
"timestamp": 1619558507499,
"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-04-27T21:23:49.207Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76ddace9-7609-4bb9-9a6f-43a3d299b1db
2021-04-27T21:23:49.207Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:23:49.427Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T21:23:49.428Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T21:23:49.428Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:23:49.428Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:49.430Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:49.430Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558629427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:49.530Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:23:49.531Z||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-04-27T21:23:49.531Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:49.539Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:49.539Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:50.431Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-27T21:23:50.431Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T21:23:50.431Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:23:50.432Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:23:50.434Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:23:50.434Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558630431,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:23:50.537Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-04-27T21:23:50.537Z||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-04-27T21:23:50.537Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:23:50.546Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:23:50.546Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:23:51.435Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76ddace9-7609-4bb9-9a6f-43a3d299b1db
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-04-27T21:23:51.447Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76ddace9-7609-4bb9-9a6f-43a3d299b1db
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-04-27T21:23:51.449Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:23:51.449Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T21:23:51.449Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T21:23:51.450Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T21:23:51.450Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-04-27T21:23:51.450Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-04-27T21:23:51.454Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T21:24:21.454Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76ddace9-7609-4bb9-9a6f-43a3d299b1db 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-04-27T21:24:21.460Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76ddace9-7609-4bb9-9a6f-43a3d299b1db and serviceModelVersionId: 550f52ae-b3ee-4506-9b51-f8664e98a7e6
2021-04-27T21:24:21.461Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79c2e639-a3ab-4367-a673-dcbf37ee208a
2021-04-27T21:24:21.462Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6?depth=0
2021-04-27T21:24:21.465Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T21:24:21.499Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6?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-04-27T21:24:21.500Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6?depth=0|INFO|500||Invoke
2021-04-27T21:24:21.516Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-27T21:24:21.546Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-27T21:24:21.546Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210427-21:24:21:520-62514], Content-Length=[495], Date=[Tue, 27 Apr 2021 21:24:21 GMT], Content-Type=[application/json]}
2021-04-27T21:24:21.547Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6","ERR.5.4.6114"]}}}
2021-04-27T21:24:21.550Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=76ddace9-7609-4bb9-9a6f-43a3d299b1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6) (ec=ERR.5.4.6114)
2021-04-27T21:24:21.550Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=76ddace9-7609-4bb9-9a6f-43a3d299b1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-04-27T21:24:21.550Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=76ddace9-7609-4bb9-9a6f-43a3d299b1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6) (ec=ERR.5.4.6114)
2021-04-27T21:24:21.550Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=76ddace9-7609-4bb9-9a6f-43a3d299b1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6) (ec=ERR.5.4.6114)
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-04-27T21:24:21.554Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T21:24:21.554Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76ddace9-7609-4bb9-9a6f-43a3d299b1db and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=76ddace9-7609-4bb9-9a6f-43a3d299b1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6) (ec=ERR.5.4.6114)
2021-04-27T21:24:21.554Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-27T21:24:21.555Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:21.556Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:21.556Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558661554,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d76ddace9-7609-4bb9-9a6f-43a3d299b1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/79c2e639-a3ab-4367-a673-dcbf37ee208a/model-vers/model-ver/550f52ae-b3ee-4506-9b51-f8664e98a7e6) (ec\u003dERR.5.4.6114)"
}
2021-04-27T21:24:21.656Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:21.657Z||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-04-27T21:24:21.657Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:21.673Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:21.674Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 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-04-27T21:24:22.566Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T21:24:22.566Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"deaa8ee7-75f0-4ed4-ab26-931e919d22fc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2ca3b2ec-b53e-4ddd-a413-da652f76a1a2","serviceDescription":"service","serviceInvariantUUID":"1da6d084-fa9f-4844-9f01-7015aa2fe1c0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"694ccdd7-603f-40c0-9553-119b7996a8ea","resourceInvariantUUID":"53ad7475-f233-4817-8e23-b03319eb9582","resourceCustomizationUUID":"fd21cec7-7b21-4b6f-9101-3eb1bf02311e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQyZTU5Y2JjOTZkZWZmMGY4MTQ4MzkzZWI2ODk0ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4721c390-3fe9-4200-82a4-c333934ee0fc","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5dccce0f-0521-4346-94ef-e66b41e3bf26","artifactVersion":"2","generatedFromUUID":"b5eba031-278a-4d93-b207-57a8a575372c"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b5eba031-278a-4d93-b207-57a8a575372c","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YWMyYTZkMmNmYzkzNGU2MDMzNzkxYTI0N2I3MGYxNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ddddf6f5-b320-4cc6-ab63-52829e95c4de","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f57889e1-123a-41c3-b3d9-cd34a10f06fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30e634ec-85e1-4830-a3fd-697df366e4d9","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5e05b664-e823-4015-9d02-7f1d360f07de","artifactVersion":"2","generatedFromUUID":"f57889e1-123a-41c3-b3d9-cd34a10f06fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTY3MDdmNzFkZTZmY2E5YzNmZDQ1MzUxZmZkNzc1ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e45c135-a143-4499-bc86-b440b48f7f97","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWQwNjM5ZjBmMjc0ZDQ1ZTFlY2Y4OTdlNmI4MjZiNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b65693b9-5547-4031-8be4-eca430774f38","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T21:24:22.567Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:22.568Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:22.569Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:22.569Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:22.669Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:22.670Z||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-04-27T21:24:22.670Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:22.680Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:22.680Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:23.570Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:23.571Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:23.572Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:23.572Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:23.672Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:24:23.673Z||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-04-27T21:24:23.673Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:23.682Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:23.682Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:24.573Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:24.574Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:24.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:24.575Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-27T21:24:24.676Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T21:24:24.676Z||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-04-27T21:24:24.677Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:24.686Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:24.686Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:25.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:25.576Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:25.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:25.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:24:25.678Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:25.679Z||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-04-27T21:24:25.679Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:25.687Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:25.688Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:26.578Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:26.579Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:26.581Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:26.581Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:24:26.681Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:26.682Z||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-04-27T21:24:26.682Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:26.692Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:26.693Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:27.582Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:27.583Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:27.585Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:27.585Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:27.685Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:27.686Z||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-04-27T21:24:27.686Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:27.694Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:27.695Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:28.585Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:28.586Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:28.588Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:28.588Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:28.688Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:28.689Z||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-04-27T21:24:28.689Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:28.698Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:28.699Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:24:29.588Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:29.589Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:29.591Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:29.591Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:29.691Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:29.692Z||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-04-27T21:24:29.692Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:29.702Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:29.702Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:30.591Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:24:30.592Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:30.594Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:30.594Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:30.694Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:30.695Z||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-04-27T21:24:30.695Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:30.705Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:30.705Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:31.595Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "2ca3b2ec-b53e-4ddd-a413-da652f76a1a2",
"serviceDescription": "service",
"serviceInvariantUUID": "1da6d084-fa9f-4844-9f01-7015aa2fe1c0",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "fd21cec7-7b21-4b6f-9101-3eb1bf02311e",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "694ccdd7-603f-40c0-9553-119b7996a8ea",
"resourceInvariantUUID": "53ad7475-f233-4817-8e23-b03319eb9582",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5dccce0f-0521-4346-94ef-e66b41e3bf26",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b5eba031-278a-4d93-b207-57a8a575372c",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "YWMyYTZkMmNmYzkzNGU2MDMzNzkxYTI0N2I3MGYxNWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ddddf6f5-b320-4cc6-ab63-52829e95c4de",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f57889e1-123a-41c3-b3d9-cd34a10f06fa",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5e05b664-e823-4015-9d02-7f1d360f07de",
"generatedFromUUID": "f57889e1-123a-41c3-b3d9-cd34a10f06fa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5e05b664-e823-4015-9d02-7f1d360f07de",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZWQwNjM5ZjBmMjc0ZDQ1ZTFlY2Y4OTdlNmI4MjZiNzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b65693b9-5547-4031-8be4-eca430774f38"
}
],
"workloadContext": "Production"
}
2021-04-27T21:24:31.595Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T21:24:31.596Z|76ddace9-7609-4bb9-9a6f-43a3d299b1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 ASDC
2021-04-27T21:24:31.596Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:deaa8ee7-75f0-4ed4-ab26-931e919d22fc
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2ca3b2ec-b53e-4ddd-a413-da652f76a1a2
ServiceInvariantUUID:1da6d084-fa9f-4844-9f01-7015aa2fe1c0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:b65693b9-5547-4031-8be4-eca430774f38
ArtifactChecksum:ZWQwNjM5ZjBmMjc0ZDQ1ZTFlY2Y4OTdlNmI4MjZiNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fd21cec7-7b21-4b6f-9101-3eb1bf02311e
ResourceInvariantUUID:53ad7475-f233-4817-8e23-b03319eb9582
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:694ccdd7-603f-40c0-9553-119b7996a8ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:5dccce0f-0521-4346-94ef-e66b41e3bf26
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:b5eba031-278a-4d93-b207-57a8a575372c
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:ddddf6f5-b320-4cc6-ab63-52829e95c4de
ArtifactChecksum:YWMyYTZkMmNmYzkzNGU2MDMzNzkxYTI0N2I3MGYxNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:f57889e1-123a-41c3-b3d9-cd34a10f06fa
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5e05b664-e823-4015-9d02-7f1d360f07de
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5e05b664-e823-4015-9d02-7f1d360f07de
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-27T21:24:31.596Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 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-04-27T21:24:31.619Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:24:31.619Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:24:31.619Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:24:31.620Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b65693b9-5547-4031-8be4-eca430774f38 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T21:24:31.620Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:24:31.620Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T21:24:31.793Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:24:31.797Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b65693b9-5547-4031-8be4-eca430774f38 72016
2021-04-27T21:24:31.797Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-27T21:24:31.797Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T21:24:31.798Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:24:31.798Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:31.801Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:31.801Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558671797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:31.901Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:31.902Z||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-04-27T21:24:31.902Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:31.913Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:31.914Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:32.802Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:24:32.803Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:24:32.803Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b65693b9-5547-4031-8be4-eca430774f38, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:32.803Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-27T21:24:32.804Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:32.804Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:32.921Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15159161623161283867/Definitions/service-BasicCnf-template.yml
2021-04-27T21:24:33.852Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T21:24:33.853Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:24:33.853Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:33.853Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-27T21:24:33.853Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:33.853Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:33.853Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:33.854Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T21:24:33.854Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-04-27T21:24:33.854Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:24:33.854Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.854Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:33.855Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:33.855Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:24:33.855Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:24:33.855Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.856Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:33.856Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:33.856Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:24:33.856Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:24:33.857Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.857Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:33.857Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.858Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-27T21:24:33.858Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-27T21:24:33.858Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-27T21:24:33.858Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T21:24:33.858Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.859Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T21:24:33.859Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.859Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:33.859Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:24:33.860Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.860Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:33.861Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:24:33.861Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.861Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:33.861Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:24:33.862Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.862Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-27T21:24:33.862Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-27T21:24:33.862Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=64c436a0-f5db-47ed-9a6a-442d34c24e80
2021-04-27T21:24:33.863Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.863Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:33.863Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.863Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:33.863Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.863Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:33.864Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:33.864Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:33.864Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2ca3b2ec-b53e-4ddd-a413-da652f76a1a2
Model Version:NULL
Model InvariantUuid:1da6d084-fa9f-4844-9f01-7015aa2fe1c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:f895dc55-5046-42c0-b55e-c2789886be6b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:53ad7475-f233-4817-8e23-b03319eb9582
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fd21cec7-7b21-4b6f-9101-3eb1bf02311e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:85b73f34-502b-4a6e-8de7-ed0b4b6e7d8a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d5114fcb-253d-4a2f-a379-09de835e78d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:64c436a0-f5db-47ed-9a6a-442d34c24e80
ModelInvariantUuid:69d3d060-f455-4148-9fb6-7eb3a88067e0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:21eea83b-3f9a-4b92-ace6-7da3c2b5de0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:92969f51-591f-4894-b60b-90d645f50795
ModelInvariantUuid:8ff49cab-e97a-4634-88c5-370fe11631e2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:19deba2f-2bb7-4eb0-9559-059b35f4f61f
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-04-27T21:24:33.872Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 694ccdd7-603f-40c0-9553-119b7996a8ea
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-04-27T21:24:33.875Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-04-27T21:24:33.876Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 694ccdd7-603f-40c0-9553-119b7996a8ea
2021-04-27T21:24:33.876Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5dccce0f-0521-4346-94ef-e66b41e3bf26 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-27T21:24:33.876Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:24:33.876Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-27T21:24:34.047Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:24:34.048Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5dccce0f-0521-4346-94ef-e66b41e3bf26 12
2021-04-27T21:24:34.048Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-27T21:24:34.048Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-27T21:24:34.048Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:24:34.049Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:34.050Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:34.050Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558674048,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:34.150Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:34.151Z||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-04-27T21:24:34.151Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:34.162Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:34.162Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:35.051Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b5eba031-278a-4d93-b207-57a8a575372c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-27T21:24:35.051Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:24:35.052Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-27T21:24:35.224Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:24:35.225Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b5eba031-278a-4d93-b207-57a8a575372c 2688
2021-04-27T21:24:35.225Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-27T21:24:35.225Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-27T21:24:35.225Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:24:35.225Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:35.227Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:35.227Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558675225,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:35.327Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:35.328Z||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-04-27T21:24:35.328Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:35.337Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:35.338Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:24:36.228Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ddddf6f5-b320-4cc6-ab63-52829e95c4de from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T21:24:36.228Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:24:36.229Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T21:24:36.621Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:24:36.621Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ddddf6f5-b320-4cc6-ab63-52829e95c4de 828
2021-04-27T21:24:36.622Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-27T21:24:36.622Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T21:24:36.622Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:24:36.622Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:36.623Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:36.623Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558676622,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:36.724Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T21:24:36.725Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:36.725Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:36.737Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:36.738Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:37.624Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "85b73f34-502b-4a6e-8de7-ed0b4b6e7d8a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5114fcb-253d-4a2f-a379-09de835e78d2",
"vfModuleModelCustomizationUUID": "1d92dd9e-a1bc-455b-b567-6d0e92a8afbf",
"isBase": true,
"artifacts": [
"f57889e1-123a-41c3-b3d9-cd34a10f06fa",
"b5eba031-278a-4d93-b207-57a8a575372c",
"5e05b664-e823-4015-9d02-7f1d360f07de"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-27T21:24:37.628Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5114fcb-253d-4a2f-a379-09de835e78d2
VfModuleModelInvariantUUID:85b73f34-502b-4a6e-8de7-ed0b4b6e7d8a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f57889e1-123a-41c3-b3d9-cd34a10f06fa
,
b5eba031-278a-4d93-b207-57a8a575372c
,
5e05b664-e823-4015-9d02-7f1d360f07de
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-04-27T21:24:37.630Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "85b73f34-502b-4a6e-8de7-ed0b4b6e7d8a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5114fcb-253d-4a2f-a379-09de835e78d2",
"vfModuleModelCustomizationUUID": "1d92dd9e-a1bc-455b-b567-6d0e92a8afbf",
"isBase": true,
"artifacts": [
"f57889e1-123a-41c3-b3d9-cd34a10f06fa",
"b5eba031-278a-4d93-b207-57a8a575372c",
"5e05b664-e823-4015-9d02-7f1d360f07de"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-27T21:24:37.630Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5114fcb-253d-4a2f-a379-09de835e78d2
VfModuleModelInvariantUUID:85b73f34-502b-4a6e-8de7-ed0b4b6e7d8a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f57889e1-123a-41c3-b3d9-cd34a10f06fa
,
b5eba031-278a-4d93-b207-57a8a575372c
,
5e05b664-e823-4015-9d02-7f1d360f07de
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-04-27T21:24:37.630Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f57889e1-123a-41c3-b3d9-cd34a10f06fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T21:24:37.630Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:24:37.631Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T21:24:38.142Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:24:38.143Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f57889e1-123a-41c3-b3d9-cd34a10f06fa 1164
2021-04-27T21:24:38.143Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-27T21:24:38.143Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T21:24:38.143Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:24:38.143Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:38.145Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:38.145Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558678143,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:38.245Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:38.246Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:38.246Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:38.256Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:38.256Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:39.145Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e05b664-e823-4015-9d02-7f1d360f07de from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T21:24:39.146Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:24:39.146Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T21:24:39.959Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:24:39.959Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5e05b664-e823-4015-9d02-7f1d360f07de 200
2021-04-27T21:24:39.960Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-27T21:24:39.960Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T21:24:39.960Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:24:39.960Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:39.961Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:39.961Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558679960,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:40.062Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T21:24:40.062Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:40.063Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:40.073Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:40.074Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:40.962Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2ca3b2ec-b53e-4ddd-a413-da652f76a1a2
2021-04-27T21:24:40.963Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 694ccdd7-603f-40c0-9553-119b7996a8ea ASDC
2021-04-27T21:24:40.969Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 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-04-27T21:24:40.982Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.982Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.983Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-27T21:24:40.983Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= fd21cec7-7b21-4b6f-9101-3eb1bf02311e
2021-04-27T21:24:40.983Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fd21cec7-7b21-4b6f-9101-3eb1bf02311e matches Tosca VF Customization UUID: fd21cec7-7b21-4b6f-9101-3eb1bf02311e
2021-04-27T21:24:40.983Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: fd21cec7-7b21-4b6f-9101-3eb1bf02311e 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-04-27T21:24:40.985Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.985Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.986Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id fd21cec7-7b21-4b6f-9101-3eb1bf02311e: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-04-27T21:24:40.986Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@641af743
2021-04-27T21:24:40.986Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.986Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T21:24:40.986Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d92dd9e-a1bc-455b-b567-6d0e92a8afbf
2021-04-27T21:24:40.987Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d92dd9e-a1bc-455b-b567-6d0e92a8afbf
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-04-27T21:24:40.989Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.989Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:40.989Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:24:40.989Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.989Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:40.989Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:24:40.990Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.990Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-27T21:24:40.990Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-27T21:24:40.990Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=64c436a0-f5db-47ed-9a6a-442d34c24e80
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-04-27T21:24:40.992Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.992Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:40.992Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T21:24:40.993Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.993Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T21:24:40.993Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fd21cec7-7b21-4b6f-9101-3eb1bf02311e
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-04-27T21:24:40.995Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.995Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.995Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2ca3b2ec-b53e-4ddd-a413-da652f76a1a2: basic_cnf
2021-04-27T21:24:40.995Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.995Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.995Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.996Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.996Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.996Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.996Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.996Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.996Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:24:40.996Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:24:40.997Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf
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: 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 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-04-27T21:24:41.069Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 694ccdd7-603f-40c0-9553-119b7996a8ea 1 ASDC deployResourceStructure
2021-04-27T21:24:41.069Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-27T21:24:41.069Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-04-27T21:24:41.069Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-27T21:24:41.070Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:41.071Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:41.071Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558681069,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-27T21:24:41.171Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:41.172Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:41.172Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:41.182Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:41.182Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:24:42.073Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-27T21:24:42.073Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-04-27T21:24:42.073Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-27T21:24:42.074Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:42.075Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:42.075Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558682073,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-27T21:24:42.175Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:42.176Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:42.176Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:42.186Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:42.186Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:24:43.076Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-27T21:24:43.076Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T21:24:43.077Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:24:43.077Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:43.078Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:43.078Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558683076,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:43.178Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:43.179Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:43.179Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:43.188Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:43.188Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:44.080Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-27T21:24:44.080Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T21:24:44.080Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:24:44.080Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:44.082Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:44.082Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558684079,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:44.182Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:44.183Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:44.183Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:44.193Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:44.194Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:45.083Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-27T21:24:45.083Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T21:24:45.084Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:24:45.084Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:45.086Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:45.086Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558685083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:45.186Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:45.187Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:45.187Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:45.202Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:45.202Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:46.087Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-27T21:24:46.087Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T21:24:46.087Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T21:24:46.088Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:24:46.090Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:24:46.090Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558686086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:46.190Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:24:46.191Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:24:46.191Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:24:46.200Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:46.200Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:24:47.090Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deaa8ee7-75f0-4ed4-ab26-931e919d22fc
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-04-27T21:24:47.100Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deaa8ee7-75f0-4ed4-ab26-931e919d22fc
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-04-27T21:24:47.102Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:24:47.102Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T21:24:47.102Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T21:24:49.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:24:49.069Z||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-04-27T21:24:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:24:49.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:24:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558594091,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558596564,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558595712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1619558596667,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558593664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558597033,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558598689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffcfc1d5-7750-452c-9a23-e001c84d5f1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558607359,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dffcfc1d5-7750-452c-9a23-e001c84d5f1f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a57c523a-286e-4417-86a1-45cc48c4fcb9/model-vers/model-ver/819f4dec-8809-4fae-85a0-8f0f32412152) (ec\u003dERR.5.4.6114)"
}
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558608263,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558608277,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558608278,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558608299,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558608280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "cds",
"timestamp": 1619558609303,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-04-27T21:24:49.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558609284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558609508,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558609513,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558609517,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "policy-id",
"timestamp": 1619558610286,
"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-04-27T21:24:49.135Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.136Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558610740,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558610746,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558610747,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558611969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558611970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558611970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558612974,
"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-04-27T21:24:49.149Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.149Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558612974,
"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-04-27T21:24:49.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.159Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558613013,
"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-04-27T21:24:49.172Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.172Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "dcae-sch",
"timestamp": 1619558604373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558604871,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619558613977,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619558613979,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619558614015,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558614712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558617922,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558619470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558608371,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558619839,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "clamp",
"timestamp": 1619558620474,
"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-04-27T21:24:49.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.189Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "aai-ml",
"timestamp": 1619558620843,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-04-27T21:24:49.204Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.204Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558621283,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558614801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558623789,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558624654,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558625014,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558626222,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558626867,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558627421,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619558627870,
"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-04-27T21:24:49.221Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of deaa8ee7-75f0-4ed4-ab26-931e919d22fc
2021-04-27T21:24:49.221Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:24:49.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:24:49.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558628424,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T21:24:49.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:25:17.102Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deaa8ee7-75f0-4ed4-ab26-931e919d22fc
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-04-27T21:25:17.113Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deaa8ee7-75f0-4ed4-ab26-931e919d22fc
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-04-27T21:25:17.115Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T21:25:17.116Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T21:25:17.116Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T21:25:17.116Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T21:25:17.116Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-04-27T21:25:17.116Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-04-27T21:25:17.120Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T21:25:47.121Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: deaa8ee7-75f0-4ed4-ab26-931e919d22fc 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-04-27T21:25:47.127Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: deaa8ee7-75f0-4ed4-ab26-931e919d22fc and serviceModelVersionId: 2ca3b2ec-b53e-4ddd-a413-da652f76a1a2
2021-04-27T21:25:47.127Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1da6d084-fa9f-4844-9f01-7015aa2fe1c0
2021-04-27T21:25:47.128Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2?depth=0
2021-04-27T21:25:47.131Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T21:25:47.166Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2?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-04-27T21:25:47.167Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2?depth=0|INFO|500||Invoke
2021-04-27T21:25:47.182Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-27T21:25:47.212Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-27T21:25:47.212Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-21:25:47:185-12683], Content-Length=[495], Date=[Tue, 27 Apr 2021 21:25:47 GMT], Content-Type=[application/json]}
2021-04-27T21:25:47.213Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2","ERR.5.4.6114"]}}}
2021-04-27T21:25:47.217Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=deaa8ee7-75f0-4ed4-ab26-931e919d22fc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2) (ec=ERR.5.4.6114)
2021-04-27T21:25:47.217Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=deaa8ee7-75f0-4ed4-ab26-931e919d22fc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-04-27T21:25:47.217Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=deaa8ee7-75f0-4ed4-ab26-931e919d22fc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2) (ec=ERR.5.4.6114)
2021-04-27T21:25:47.217Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=deaa8ee7-75f0-4ed4-ab26-931e919d22fc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2) (ec=ERR.5.4.6114)
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-04-27T21:25:47.221Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T21:25:47.221Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID deaa8ee7-75f0-4ed4-ab26-931e919d22fc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=deaa8ee7-75f0-4ed4-ab26-931e919d22fc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2) (ec=ERR.5.4.6114)
2021-04-27T21:25:47.222Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-27T21:25:47.222Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:47.224Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:47.224Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "deaa8ee7-75f0-4ed4-ab26-931e919d22fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558747222,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddeaa8ee7-75f0-4ed4-ab26-931e919d22fc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1da6d084-fa9f-4844-9f01-7015aa2fe1c0/model-vers/model-ver/2ca3b2ec-b53e-4ddd-a413-da652f76a1a2) (ec\u003dERR.5.4.6114)"
}
2021-04-27T21:25:47.324Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:25:47.325Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:47.325Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:47.337Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:47.337Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T21:25:48.235Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:25:48.236Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|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-04-27T21:25:48.236Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|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 be7AkAptnJ002q6F) ...
2021-04-27T21:25:49.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T21:25:49.069Z||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-04-27T21:25:49.069Z||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 be7AkAptnJ002q6F) ...
2021-04-27T21:25:49.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:49.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-27T21:25:49.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76ddace9-7609-4bb9-9a6f-43a3d299b1db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558629427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-27T21:25:49.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T21:25:52.534Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:52.534Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T21:25:52.534Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb8d64d0-448b-492f-ad3b-a95bcd7012aa","serviceName":"Demo_pNF_QLHVWjrxdwuhOHeYxDmQ","serviceVersion":"1.0","serviceUUID":"c4347f3a-cd2d-4db6-b986-c72ef7d1fdd1","serviceDescription":"catalog service description","serviceInvariantUUID":"9553ba0f-8e8f-42d6-8023-12b3b9d0d7d8","resources":[{"resourceInstanceName":"pNF 8e3ed1bd-7091 0","resourceName":"pNF 8e3ed1bd-7091","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aecf512c-916f-46c6-ab4b-77359751ccdd","resourceInvariantUUID":"80f202cf-6d62-4cc6-baf6-89f9410cc4f9","resourceCustomizationUUID":"041fe084-3fc7-46b5-bbc3-075f25c79b55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMDMwZmY0OGE1ZTM4NzM2ZjUwZGM0NDA3YThlODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b96a252f-b452-46de-8670-2556024cd1c2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/pNF.csar","artifactChecksum":"N2NiZWQ3NTE1Mzg2ZTU5NzVjMzA4MjUwNjhiZWI2N2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"703a5e5a-2173-40a7-8b40-52ca19697fc6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e750a055-e84c-463d-8725-8053cd080fac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/vendor-license-model.xml","artifactChecksum":"M2JmZjUxMjUwOWVjYTIwOTlhM2I4MGMxYjlhNDg1YWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a53073be-1341-4b14-b2cc-def0a17e4836","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a54f7a6a-64d9-4169-ab6c-1c9455cd43fa","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9e4cf34-3415-4c5c-bde1-c1fb7c93f840","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQlhvwjrxdwuhoheyxdmq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-template.yml","artifactChecksum":"YmNlN2Q2ZDlmZjczMWU5NjYyNjJlZGVhNzA4Zjk3MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f327061-48bc-47f7-97fd-1115ef228b96","artifactVersion":"1"},{"artifactName":"service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar","artifactChecksum":"ODIyODA5MjZmNTE5MGM2N2Y4ZWI1MDFhYjM4MGFkYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f57d5f03-66c3-4425-9a3d-e21f593fa0bc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T21:25:52.536Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:52.536Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:52.537Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:52.538Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:25:52.638Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:25:52.638Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:52.639Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:52.649Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:52.649Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:25:53.538Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:53.539Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:53.540Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:53.540Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:25:53.641Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:25:53.641Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:53.642Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:53.652Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:53.652Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:25:54.541Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:54.542Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:54.543Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:54.543Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:25:54.643Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:25:54.644Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:54.644Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:54.654Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:54.654Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:25:55.544Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:55.544Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:55.546Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:55.546Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:25:55.646Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:25:55.647Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:55.647Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:55.657Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:55.657Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:25:56.547Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:56.548Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:56.549Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:56.550Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:25:56.650Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:25:56.650Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:56.650Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:56.659Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:56.659Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:25:57.550Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:57.551Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:57.552Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:57.552Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/resourceInstances/pnf8e3ed1bd70910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:25:57.653Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T21:25:57.653Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:57.653Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:57.664Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:57.664Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:25:58.553Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:58.554Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:58.556Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:58.556Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T21:25:58.656Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:25:58.657Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:58.658Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:58.667Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:58.668Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:25:59.556Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T21:25:59.557Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:25:59.559Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:25:59.559Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558748235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T21:25:59.659Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:25:59.660Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:25:59.660Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:25:59.670Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:25:59.670Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T21:26:00.560Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"serviceName": "Demo_pNF_QLHVWjrxdwuhOHeYxDmQ",
"serviceVersion": "1.0",
"serviceUUID": "c4347f3a-cd2d-4db6-b986-c72ef7d1fdd1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9553ba0f-8e8f-42d6-8023-12b3b9d0d7d8",
"resources": [
{
"resourceInstanceName": "pNF 8e3ed1bd-7091 0",
"resourceCustomizationUUID": "041fe084-3fc7-46b5-bbc3-075f25c79b55",
"resourceName": "pNF 8e3ed1bd-7091",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "aecf512c-916f-46c6-ab4b-77359751ccdd",
"resourceInvariantUUID": "80f202cf-6d62-4cc6-baf6-89f9410cc4f9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar",
"artifactChecksum": "ODIyODA5MjZmNTE5MGM2N2Y4ZWI1MDFhYjM4MGFkYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f57d5f03-66c3-4425-9a3d-e21f593fa0bc"
}
],
"workloadContext": "Production"
}
2021-04-27T21:26:00.561Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T21:26:00.561Z|deaa8ee7-75f0-4ed4-ab26-931e919d22fc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c4347f3a-cd2d-4db6-b986-c72ef7d1fdd1 ASDC
2021-04-27T21:26:00.561Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cb8d64d0-448b-492f-ad3b-a95bcd7012aa
ServiceName:Demo_pNF_QLHVWjrxdwuhOHeYxDmQ
ServiceVersion:1.0
ServiceUUID:c4347f3a-cd2d-4db6-b986-c72ef7d1fdd1
ServiceInvariantUUID:9553ba0f-8e8f-42d6-8023-12b3b9d0d7d8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
ArtifactUUID:f57d5f03-66c3-4425-9a3d-e21f593fa0bc
ArtifactChecksum:ODIyODA5MjZmNTE5MGM2N2Y4ZWI1MDFhYjM4MGFkYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8e3ed1bd-7091 0
ResourceCustomizationUUID:041fe084-3fc7-46b5-bbc3-075f25c79b55
ResourceInvariantUUID:80f202cf-6d62-4cc6-baf6-89f9410cc4f9
ResourceName:pNF 8e3ed1bd-7091
ResourceType:PNF
ResourceUUID:aecf512c-916f-46c6-ab4b-77359751ccdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-27T21:26:00.562Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4347f3a-cd2d-4db6-b986-c72ef7d1fdd1 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-04-27T21:26:00.585Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:26:00.585Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:26:00.585Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:26:00.585Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f57d5f03-66c3-4425-9a3d-e21f593fa0bc from URL: /sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:00.585Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T21:26:00.585Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:00.788Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T21:26:00.791Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar f57d5f03-66c3-4425-9a3d-e21f593fa0bc 83905
2021-04-27T21:26:00.792Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar ASDC sendASDCNotification
2021-04-27T21:26:00.792Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:00.792Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T21:26:00.792Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T21:26:00.794Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T21:26:00.794Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cb8d64d0-448b-492f-ad3b-a95bcd7012aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619558760792,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T21:26:00.894Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T21:26:00.895Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T21:26:00.895Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as be7AkAptnJ002q6F) ...
2021-04-27T21:26:00.904Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T21:26:00.905Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T21:26:01.795Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T21:26:01.796Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T21:26:01.796Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f57d5f03-66c3-4425-9a3d-e21f593fa0bc, URL: /sdc/v1/catalog/services/DemoPnfQlhvwjrxdwuhoheyxdmq/1.0/artifacts/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar to file: /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:01.796Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:01.797Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:01.797Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:01.955Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6916741510478497044/Definitions/service-DemoPnfQlhvwjrxdwuhoheyxdmq-template.yml
2021-04-27T21:26:02.575Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e3ed1bd-7091 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.576Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e3ed1bd-7091 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfQlhvwjrxdwuhoheyxdmq-csar.csar
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QLHVWjrxdwuhOHeYxDmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Node template pNF 8e3ed1bd-7091 0 is matching search criteria
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8e3ed1bd-7091 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:26:02.577Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QLHVWjrxdwuhOHeYxDmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Node template pNF 8e3ed1bd-7091 0 is matching search criteria
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8e3ed1bd-7091 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QLHVWjrxdwuhOHeYxDmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QLHVWjrxdwuhOHeYxDmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:26:02.578Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T21:26:02.579Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_QLHVWjrxdwuhOHeYxDmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T21:26:02.579Z|cb8d64d0-448b-492f-ad3b-a95bcd7012aa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery