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-06-15T10:41:58.216Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-9krgq with PID 14 (/app/app.jar started by so in /app)
2021-06-15T10:41:58.222Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-15T10:41:58.222Z||main|||||INFO|500||The following profiles are active: basic
2021-06-15T10:42:05.274Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-15T10:42:05.274Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-15T10:42:05.372Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-15T10:42:06.794Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-15T10:42:06.951Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-15T10:42:07.270Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-15T10:42:07.276Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-15T10:42:07.361Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-15T10:42:07.482Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-15T10:42:07.911Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-15T10:42:08.749Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-15T10:42:10.589Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-15T10:42:10.630Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-15T10:42:11.165Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-15T10:42:11.363Z||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-06-15T10:42:12.593Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-15T10:42:13.507Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-15T10:42:13.525Z||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$$f0e1b4c.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-06-15T10:42:13.526Z||main|||||WARN|500||The sdc end point is not alive
2021-06-15T10:42:15.540Z||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-06-15T10:42:17.760Z||main|||||WARN|500||---
2021-06-15T10:42:17.760Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-15T10:42:17.761Z||main|||||WARN|500||---
2021-06-15T10:42:18.058Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-15T10:42:20.925Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:42:20.926Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:42:20.926Z||main|||||INFO|500||Started Application in 24.677 seconds (JVM running for 25.784)
2021-06-15T10:42:20.936Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:42:20.960Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:42:21.037Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e72f2db-7d6d-4233-b3d6-ef803cf9f7cf url= /sdc/v1/artifactTypes
2021-06-15T10:42:21.037Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:42:22.164Z||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.36.186] 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-06-15T10:42:22.169Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@237b8692
2021-06-15T10:42:22.169Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:42:22.178Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:42:22.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:42:22.183Z||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-06-15T10:43:10.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:43:10.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:43:10.922Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:43:10.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:43:10.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3be67202-63da-4b20-912c-27796a55c933 url= /sdc/v1/artifactTypes
2021-06-15T10:43:10.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:43:11.955Z||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.36.186] 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-06-15T10:43:11.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@85bb0a8
2021-06-15T10:43:11.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:43:11.957Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:43:11.957Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:43:11.958Z||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-06-15T10:44:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:44:00.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:44:00.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:44:00.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:44:00.948Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30b7c73c-3e8d-42c2-8f2d-d66888df512c url= /sdc/v1/artifactTypes
2021-06-15T10:44:00.948Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:44:01.971Z||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.36.186] 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-06-15T10:44:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@99daccb
2021-06-15T10:44:01.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:44:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:44:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:44:01.972Z||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-06-15T10:44:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:44:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:44:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:44:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:44:50.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05d8167e-7b24-4b4d-9da2-76dd8d687f9b url= /sdc/v1/artifactTypes
2021-06-15T10:44:50.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:44:51.969Z||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.36.186] 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-06-15T10:44:51.970Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@eeb6e4a
2021-06-15T10:44:51.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:44:51.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:44:51.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:44:51.973Z||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-06-15T10:45:40.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:45:40.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:45:40.922Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:45:40.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:45:40.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a5e7049-56e9-43e5-9890-f5b817362804 url= /sdc/v1/artifactTypes
2021-06-15T10:45:40.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:45:41.971Z||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.36.186] 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-06-15T10:45:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c206d51
2021-06-15T10:45:41.972Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:45:41.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:45:41.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:45:41.973Z||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-06-15T10:46:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:46:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:46:30.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:46:30.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:46:30.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56cb4354-3b8d-46e5-a409-c20b4c3eaf03 url= /sdc/v1/artifactTypes
2021-06-15T10:46:30.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:46:31.954Z||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.36.186] 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-06-15T10:46:31.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@783ca959
2021-06-15T10:46:31.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:46:31.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:46:31.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:46:31.956Z||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-06-15T10:47:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:47:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:47:20.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:47:20.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:47:20.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03657d60-9548-4ed5-8275-9aaf5029c1ca url= /sdc/v1/artifactTypes
2021-06-15T10:47:20.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:47:21.971Z||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.36.186] 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-06-15T10:47:21.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40360541
2021-06-15T10:47:21.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:47:21.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:47:21.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:47:21.972Z||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-06-15T10:48:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:48:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:48:10.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:48:10.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:48:10.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 850a2d12-05d6-42c6-88a5-8a59e9c81d6e url= /sdc/v1/artifactTypes
2021-06-15T10:48:10.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:48:11.955Z||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.36.186] 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-06-15T10:48:11.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4578849d
2021-06-15T10:48:11.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:48:11.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:48:11.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:48:11.956Z||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-06-15T10:49:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:49:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:49:00.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:49:00.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:49:00.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d6e6dce-81f4-4298-9040-1a30d4f26647 url= /sdc/v1/artifactTypes
2021-06-15T10:49:00.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:49:01.970Z||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.36.186] 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-06-15T10:49:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dc995a2
2021-06-15T10:49:01.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:49:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:49:01.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:49:01.972Z||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-06-15T10:49:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:49:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:49:50.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:49:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:49:50.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7afcf60c-ec15-49a2-89bf-ba32810e542a url= /sdc/v1/artifactTypes
2021-06-15T10:49:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:49:51.955Z||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.36.186] 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-06-15T10:49:51.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f86e75f
2021-06-15T10:49:51.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:49:51.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:49:51.955Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:49:51.956Z||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-06-15T10:50:40.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:50:40.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:50:40.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:50:40.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:50:40.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 654e2bb4-ab8c-4602-8c0f-85d28b369c6b url= /sdc/v1/artifactTypes
2021-06-15T10:50:40.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:50:41.971Z||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.36.186] 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-06-15T10:50:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7642e9e5
2021-06-15T10:50:41.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:50:41.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:50:41.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:50:41.972Z||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-06-15T10:51:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:51:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:51:30.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:51:30.941Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:51:30.947Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de713183-7aba-476a-9159-6d124763a509 url= /sdc/v1/artifactTypes
2021-06-15T10:51:30.948Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:51:31.988Z||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.36.186] 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-06-15T10:51:31.989Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65d80010
2021-06-15T10:51:31.989Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:51:31.989Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:51:31.989Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:51:31.990Z||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-06-15T10:52:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:52:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:52:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:52:20.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:52:20.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cfd48f70-25be-432b-bfc6-8f7a73ddefda url= /sdc/v1/artifactTypes
2021-06-15T10:52:20.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:52:21.970Z||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.36.186] 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-06-15T10:52:21.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50ecff93
2021-06-15T10:52:21.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:52:21.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:52:21.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:52:21.972Z||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-06-15T10:52:37.857Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-15T10:53:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:53:10.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:53:10.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:53:10.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:53:10.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d7727d2-bf0c-4d0f-a55e-ec198e391e29 url= /sdc/v1/artifactTypes
2021-06-15T10:53:10.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:53:11.955Z||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.36.186] 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-06-15T10:53:11.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@780efbc8
2021-06-15T10:53:11.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:53:11.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:53:11.957Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:53:11.957Z||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-06-15T10:54:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:54:00.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:54:00.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:54:00.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:54:00.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a1a8985-4a98-48bd-8eb7-a531ed1b719b url= /sdc/v1/artifactTypes
2021-06-15T10:54:00.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:54:01.971Z||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.36.186] 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-06-15T10:54:01.972Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65b7f722
2021-06-15T10:54:01.972Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:54:01.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:54:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:54:01.972Z||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-06-15T10:54:50.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:54:50.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:54:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:54:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:54:50.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40419a34-3038-4a87-adff-10a1232991ae url= /sdc/v1/artifactTypes
2021-06-15T10:54:50.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:54:51.955Z||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.36.186] 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-06-15T10:54:51.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fb9fc86
2021-06-15T10:54:51.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:54:51.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:54:51.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:54:51.957Z||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-06-15T10:55:40.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:55:40.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:55:40.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:55:40.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:55:40.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65610b37-7f08-4202-8668-51b4d0361d4e url= /sdc/v1/artifactTypes
2021-06-15T10:55:40.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:55:41.971Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T10:55:41.973Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ce89e8e
2021-06-15T10:55:41.973Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:55:41.973Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:55:41.973Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:55:41.974Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T10:56:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:56:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:56:30.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:56:30.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:56:30.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2b27e4b-c094-41d9-8b40-bbadcd63c67d url= /sdc/v1/artifactTypes
2021-06-15T10:56:30.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:56:31.954Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T10:56:31.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cb961fe
2021-06-15T10:56:31.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:56:31.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:56:31.955Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:56:31.956Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T10:57:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:57:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:57:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:57:20.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:57:20.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f925afd-e57f-4f76-9dcc-fdb57f038dce url= /sdc/v1/artifactTypes
2021-06-15T10:57:20.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:57:21.943Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T10:57:21.943Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dd4ca7b
2021-06-15T10:57:21.943Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:57:21.943Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:57:21.943Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:57:21.944Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T10:58:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:58:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:58:10.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:58:10.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:58:10.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3619aac0-4c94-4022-a97a-39bdac10b143 url= /sdc/v1/artifactTypes
2021-06-15T10:58:10.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:58:11.986Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T10:58:11.987Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fcb5e6d
2021-06-15T10:58:11.987Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:58:11.988Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:58:11.988Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:58:11.988Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T10:59:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:59:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:59:00.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:59:00.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:59:00.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5be3d7f3-77ed-4f15-8283-8f78857864fa url= /sdc/v1/artifactTypes
2021-06-15T10:59:00.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:59:01.971Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T10:59:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21b093c1
2021-06-15T10:59:01.972Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:59:01.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:59:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:59:01.973Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T10:59:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T10:59:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T10:59:50.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T10:59:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T10:59:50.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9551e2a-9edd-4ef3-8a0b-42b330955354 url= /sdc/v1/artifactTypes
2021-06-15T10:59:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T10:59:51.959Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T10:59:51.959Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13b8898a
2021-06-15T10:59:51.960Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T10:59:51.960Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T10:59:51.960Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T10:59:51.960Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:00:40.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:00:40.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:00:40.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:00:40.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:00:40.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efa96571-d2be-4945-b6a1-37ce9d4b3471 url= /sdc/v1/artifactTypes
2021-06-15T11:00:40.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:00:41.971Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:00:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6871478
2021-06-15T11:00:41.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:00:41.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:00:41.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:00:41.972Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:01:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:01:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:01:30.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:01:30.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:01:30.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c4395ea-3b23-4f8c-bde6-f01a670cb63c url= /sdc/v1/artifactTypes
2021-06-15T11:01:30.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:01:31.955Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:01:31.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7933d265
2021-06-15T11:01:31.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:01:31.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:01:31.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:01:31.956Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:02:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:02:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:02:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:02:20.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:02:20.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae09cb0d-7388-47f6-b510-edded80760c4 url= /sdc/v1/artifactTypes
2021-06-15T11:02:20.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:02:21.971Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:02:21.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ba3592c
2021-06-15T11:02:21.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:02:21.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:02:21.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:02:21.972Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:03:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:03:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:03:10.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:03:10.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:03:10.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30ca6a04-ba14-4667-8574-ea5acd29d0bb url= /sdc/v1/artifactTypes
2021-06-15T11:03:10.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:03:11.954Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:03:11.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dd694f5
2021-06-15T11:03:11.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:03:11.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:03:11.955Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:03:11.955Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:04:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:04:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:04:00.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:04:00.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:04:00.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 844bd176-77a7-414b-aa5a-05570efe6f16 url= /sdc/v1/artifactTypes
2021-06-15T11:04:00.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:04:01.971Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:04:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2aab03bd
2021-06-15T11:04:01.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:04:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:04:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:04:01.972Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:04:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:04:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:04:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:04:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:04:50.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cd27ac51-755a-4c84-8236-fa1b0651b4f5 url= /sdc/v1/artifactTypes
2021-06-15T11:04:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:04:51.955Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:04:51.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@591114e9
2021-06-15T11:04:51.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:04:51.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:04:51.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:04:51.957Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:05:40.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:05:40.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:05:40.922Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:05:40.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:05:40.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8cd7125d-28a0-486c-b085-7383319d6cee url= /sdc/v1/artifactTypes
2021-06-15T11:05:40.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:05:41.971Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:05:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5019d75a
2021-06-15T11:05:41.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:05:41.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:05:41.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:05:41.972Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:06:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:06:30.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:06:30.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:06:30.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:06:30.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4067e25a-a486-41cd-9bd3-8b9c0fd54f1a url= /sdc/v1/artifactTypes
2021-06-15T11:06:30.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:06:31.959Z||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.36.186] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-06-15T11:06:31.959Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29007815
2021-06-15T11:06:31.959Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-15T11:06:31.959Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-15T11:06:31.959Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:06:31.960Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:07:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:07:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:07:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:07:20.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:07:20.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61947740-2e73-46c2-9795-ade94b7c2be3 url= /sdc/v1/artifactTypes
2021-06-15T11:07:20.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:07:21.119Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-15T11:07:21.127Z||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-06-15T11:07:21.147Z||scheduling-1|||||DEBUG|500||create keys
2021-06-15T11:07:21.153Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-15T11:07:22.194Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-15T11:07:22.198Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)]
2021-06-15T11:07:22.198Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)
2021-06-15T11:07:22.198Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)
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-06-15T11:08:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:08:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:08:10.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:08:10.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:08:10.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 624d74a3-af62-4066-a306-af3190840fec url= /sdc/v1/artifactTypes
2021-06-15T11:08:10.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:08:10.964Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-15T11:08:10.965Z||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-06-15T11:08:10.965Z||scheduling-1|||||DEBUG|500||create keys
2021-06-15T11:08:10.965Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-15T11:08:10.965Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-15T11:08:11.987Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-15T11:08:11.987Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)]
2021-06-15T11:08:11.987Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)
2021-06-15T11:08:11.988Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)
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-06-15T11:09:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:09:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:09:00.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:09:00.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:09:00.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa04e134-3422-4963-a9d3-05556c63a0b8 url= /sdc/v1/artifactTypes
2021-06-15T11:09:00.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:09:00.967Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-15T11:09:00.968Z||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-06-15T11:09:00.968Z||scheduling-1|||||DEBUG|500||create keys
2021-06-15T11:09:00.968Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-15T11:09:00.968Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-15T11:09:01.160Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:09:01.174Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 97e1a9e2-fbfd-4db7-8c5c-86d3296c0d93 url= /sdc/v1/registerForDistribution
2021-06-15T11:09:01.188Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73542cf1
2021-06-15T11:09:01.188Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-15T11:09:01.189Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-06-15T11:09:01.193Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/gjOTZmq88C49w6IK will send credentials over a clear channel.
2021-06-15T11:09:01.194Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/gjOTZmq88C49w6IK (as gjOTZmq88C49w6IK) ...
2021-06-15T11:09:01.262Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:09:01.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-15T11:09:01.262Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-06-15T11:09:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-15T11:09:50.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-15T11:09:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-15T11:09:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-15T11:09:50.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87e9c1c2-556e-45ce-b94f-1a76e612d980 url= /sdc/v1/artifactTypes
2021-06-15T11:09:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-15T11:09:50.969Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-15T11:09:50.970Z||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-06-15T11:09:50.970Z||scheduling-1|||||DEBUG|500||create keys
2021-06-15T11:09:50.970Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-15T11:09:50.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as gjOTZmq88C49w6IK) ...
2021-06-15T11:09:51.000Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:09:51.001Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 283fa313-fa53-4f7d-850a-ce9278a3c261 url= /sdc/v1/registerForDistribution
2021-06-15T11:09:51.188Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 283fa313-fa53-4f7d-850a-ce9278a3c261 url= /sdc/v1/registerForDistribution
2021-06-15T11:09:51.189Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-15T11:09:51.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:09:51.196Z||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-06-15T11:09:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:09:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:09:51.197Z||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-06-15T11:09:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:09:51.200Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-15T11:10:01.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:10:01.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:10:51.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:10:51.195Z||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-06-15T11:10:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:10:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:10:51.197Z||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-06-15T11:10:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:11:00.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:11:00.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:11:51.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:11:51.195Z||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-06-15T11:11:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:11:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:11:51.197Z||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-06-15T11:11:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:12:00.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:12:00.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:12:51.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:12:51.195Z||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-06-15T11:12:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:12:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:12:51.197Z||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-06-15T11:12:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:13:00.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:13:00.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:13:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:13:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:13:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:13:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:13:51.197Z||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-06-15T11:13:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:14:00.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:14:00.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:14:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:14:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:14:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:14:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:14:51.197Z||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-06-15T11:14:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:15:00.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:15:00.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:15:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:15:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:15:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:15:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:15:51.197Z||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-06-15T11:15:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:16:00.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:16:00.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:16:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:16:51.195Z||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-06-15T11:16:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:16:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:16:51.197Z||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-06-15T11:16:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:17:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:17:00.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:17:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:17:51.195Z||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-06-15T11:17:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:17:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:17:51.197Z||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-06-15T11:17:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:18:02.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:18:02.409Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:18:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:18:51.195Z||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-06-15T11:18:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:18:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:18:51.197Z||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-06-15T11:18:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:19:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:19:00.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:19:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:19:51.195Z||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-06-15T11:19:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:19:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:19:51.197Z||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-06-15T11:19:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:20:00.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:20:13.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:20:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:20:51.195Z||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-06-15T11:20:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:20:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:20:51.197Z||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-06-15T11:20:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:21:00.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:21:00.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:21:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:21:51.196Z||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-06-15T11:21:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:21:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:21:51.197Z||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-06-15T11:21:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:22:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:22:00.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:22:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:22:51.195Z||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-06-15T11:22:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:22:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:22:51.196Z||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-06-15T11:22:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:23:00.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:23:00.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:23:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:23:51.195Z||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-06-15T11:23:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:23:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:23:51.196Z||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-06-15T11:23:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:24:00.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:24:00.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:24:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:24:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:24:51.196Z||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-06-15T11:24:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:24:51.196Z||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-06-15T11:24:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:25:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:25:00.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:25:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:25:51.195Z||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-06-15T11:25:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:25:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:25:51.197Z||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-06-15T11:25:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:26:00.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:26:00.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:26:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:26:51.195Z||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-06-15T11:26:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:26:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:26:51.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:26:51.197Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:27:00.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:27:00.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:27:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:27:51.195Z||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-06-15T11:27:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:27:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:27:51.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:27:51.197Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:28:00.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:28:00.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:28:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:28:51.195Z||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-06-15T11:28:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:28:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:28:51.196Z||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-06-15T11:28:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:29:00.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:29:00.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:29:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:29:51.195Z||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-06-15T11:29:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:29:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:29:51.196Z||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-06-15T11:29:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:30:00.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:30:00.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:30:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:30:51.195Z||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-06-15T11:30:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:30:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:30:51.197Z||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-06-15T11:30:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:31:00.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:31:00.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:31:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:31:51.195Z||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-06-15T11:31:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:31:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:31:51.196Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:31:51.196Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:32:00.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:32:00.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:32:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:32:51.195Z||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-06-15T11:32:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:32:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:32:51.196Z||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-06-15T11:32:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:33:00.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:33:00.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:33:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:33:51.195Z||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-06-15T11:33:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:33:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:33:51.196Z||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-06-15T11:33:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:34:00.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:34:00.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:34:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:34:51.195Z||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-06-15T11:34:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:34:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:34:51.196Z||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-06-15T11:34:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:35:00.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:35:00.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:35:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:35:51.195Z||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-06-15T11:35:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:35:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:35:51.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:35:51.196Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:36:00.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:36:00.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:36:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:36:51.195Z||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-06-15T11:36:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:36:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:36:51.196Z||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-06-15T11:36:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:37:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:37:00.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:37:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:37:51.195Z||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-06-15T11:37:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:37:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:37:51.196Z||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-06-15T11:37:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:38:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:38:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:38:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:38:51.195Z||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-06-15T11:38:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:38:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:38:51.196Z||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-06-15T11:38:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:39:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:39:00.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:39:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:39:51.195Z||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-06-15T11:39:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:39:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:39:51.196Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:39:51.197Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:40:00.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:40:00.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:40:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:40:51.195Z||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-06-15T11:40:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:40:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:40:51.196Z||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-06-15T11:40:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:41:00.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:41:00.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:41:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:41:51.195Z||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-06-15T11:41:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:41:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:41:51.196Z||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-06-15T11:41:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:42:00.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:42:00.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:42:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:42:51.195Z||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-06-15T11:42:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:42:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:42:51.196Z||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-06-15T11:42:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:43:00.742Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:43:00.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:43:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:43:51.195Z||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-06-15T11:43:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:43:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:43:51.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:43:51.196Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:44:00.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:44:00.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:44:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:44:51.195Z||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-06-15T11:44:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:44:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:44:51.196Z||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-06-15T11:44:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:45:00.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:45:00.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:45:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:45:51.195Z||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-06-15T11:45:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:45:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:45:51.196Z||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-06-15T11:45:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:45:51.204Z||pool-2-thread-10|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-06-15T11:45:51.204Z||pool-2-thread-4|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-06-15T11:45:51.204Z||pool-2-thread-10|||||INFO|500||Retrying request to {}->http://message-router.onap:3904
2021-06-15T11:45:51.204Z||pool-2-thread-4|||||INFO|500||Retrying request to {}->http://message-router.onap:3904
2021-06-15T11:45:51.206Z||pool-2-thread-10|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-06-15T11:45:51.206Z||pool-2-thread-10|||||INFO|500||Retrying request to {}->http://message-router.onap:3904
2021-06-15T11:45:51.206Z||pool-2-thread-4|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-06-15T11:45:51.207Z||pool-2-thread-4|||||INFO|500||Retrying request to {}->http://message-router.onap:3904
2021-06-15T11:45:51.209Z||pool-2-thread-10|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-06-15T11:45:51.209Z||pool-2-thread-10|||||INFO|500||Retrying request to {}->http://message-router.onap:3904
2021-06-15T11:45:51.209Z||pool-2-thread-4|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-06-15T11:45:51.209Z||pool-2-thread-4|||||INFO|500||Retrying request to {}->http://message-router.onap:3904
2021-06-15T11:45:51.211Z||pool-2-thread-10|||||WARN|500||Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-06-15T11:45:51.211Z||pool-2-thread-10|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connection reset
2021-06-15T11:45:51.211Z||pool-2-thread-4|||||WARN|500||Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-06-15T11:45:51.211Z||pool-2-thread-4|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connection reset
2021-06-15T11:45:51.211Z||pool-2-thread-10|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connection reset
java.net.SocketException: Connection reset
at java.base/java.net.SocketInputStream.read(Unknown Source)
at java.base/java.net.SocketInputStream.read(Unknown Source)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
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-06-15T11:45:51.212Z||pool-2-thread-4|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connection reset
java.net.SocketException: Connection reset
at java.base/java.net.SocketInputStream.read(Unknown Source)
at java.base/java.net.SocketInputStream.read(Unknown Source)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
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-06-15T11:46:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:46:51.195Z||pool-2-thread-4|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-15T11:46:51.195Z||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-06-15T11:46:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:46:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:46:51.196Z||pool-2-thread-2|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-15T11:46:51.196Z||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-06-15T11:46:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:47:00.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:47:00.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:47:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:47:51.195Z||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-06-15T11:47:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:47:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:47:51.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:47:51.197Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:48:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:48:00.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:48:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:48:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:48:51.196Z||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-06-15T11:48:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:48:51.196Z||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-06-15T11:48:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:49:00.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:49:00.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:49:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:49:51.195Z||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-06-15T11:49:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:49:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:49:51.196Z||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-06-15T11:49:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:50:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:50:00.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:50:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:50:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:50:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:50:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:50:51.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:50:51.197Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:51:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:51:00.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:51:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:51:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:51:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:51:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:51:51.197Z||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-06-15T11:51:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:52:00.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:52:00.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:52:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:52:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:52:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:52:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:52:51.196Z||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-06-15T11:52:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:53:00.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:53:00.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:53:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:53:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:53:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:53:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:53:51.196Z||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-06-15T11:53:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:54:00.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:54:00.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:54:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:54:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:54:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:54:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:54:51.196Z||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-06-15T11:54:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:55:00.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:55:00.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:55:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:55:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:55:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:55:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:55:51.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:55:51.197Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:56:00.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:56:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:56:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:56:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:56:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:56:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:56:51.196Z||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-06-15T11:56:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:57:00.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:57:00.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:57:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:57:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:57:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:57:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:57:51.197Z||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-06-15T11:57:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:58:00.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:58:00.742Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:58:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:58:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:58:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:58:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:58:51.196Z||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-06-15T11:58:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T11:59:00.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:59:00.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T11:59:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:59:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T11:59:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T11:59:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T11:59:51.196Z||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-06-15T11:59:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:00:00.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:00:00.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:00:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:00:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:00:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:00:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:00:51.196Z||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-06-15T12:00:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:01:00.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:01:00.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:01:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:01:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:01:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:01:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:01:51.196Z||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-06-15T12:01:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:02:00.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:02:00.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:02:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:02:51.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:02:51.195Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:02:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:02:51.196Z||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-06-15T12:02:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:03:00.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:03:00.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:03:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:03:51.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:03:51.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:03:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:03:51.197Z||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-06-15T12:03:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:04:00.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:04:00.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:04:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:04:51.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:04:51.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:04:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:04:51.196Z||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-06-15T12:04:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:05:00.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:05:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:05:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:05:51.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:05:51.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:05:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:05:51.196Z||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-06-15T12:05:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:00.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:00.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:06:51.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:06:51.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:06:51.196Z||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-06-15T12:06:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:51.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:51.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a0b50bf-925a-4e42-b8df-f63cdac6a3ee","serviceName":"vFW 2021-06-15 12-03-48","serviceVersion":"1.0","serviceUUID":"9b5340fe-35d6-43a5-b540-9a8f4d5357ae","serviceDescription":"catalog service description","serviceInvariantUUID":"e5f37238-a76f-4c47-bc84-eecf6ff2f031","resources":[{"resourceInstanceName":"vFW ea8c3cb8-67ab 0","resourceName":"vFW ea8c3cb8-67ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a7aaecd-1516-43ec-b439-54aca2ca3269","resourceInvariantUUID":"82bf5fcb-1677-47f3-8f13-9981549a6413","resourceCustomizationUUID":"9949f408-d07e-4477-a0c8-74600fb8dcab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml","artifactChecksum":"ZDgwZWZjYTdhMTQ5MzViZDVjZTRmNTkzZTdkYTJhMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edb0a033-d531-4bfd-98b4-69824b6fbe34","artifactVersion":"1"},{"artifactName":"vfwea8c3cb867ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json","artifactChecksum":"MDdlYTdjNTMxMjBhOTA5ODQzNzRjMzQwNmE4NzA2Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"741a308d-61e1-4a63-9e85-7ae0b04fbea9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55cc36fe-525a-41d8-b64a-73cf63215121","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml","artifactChecksum":"YzFjMmM4MmRiYzU2ZTA5MWY3N2UyYWUzMzJlZjA2YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0a5f460-f2ba-4cba-82a5-655f53b98665","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45979623-2f46-4ff1-9f32-512229c51fbc","artifactVersion":"2","generatedFromUUID":"55cc36fe-525a-41d8-b64a-73cf63215121"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210615120348-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml","artifactChecksum":"NzgxMDc4ZDA2ZjFmMjEyYjJlZWNjYzBjYWVlZDMwZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f63fb3f-7a17-4966-baa1-b471acdf55d6","artifactVersion":"1"},{"artifactName":"service-Vfw20210615120348-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar","artifactChecksum":"YjRjYjk5ZTk5YTRhMDNlZGRmZTYyNDRhYzg2NzgxZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d95312f-809a-4dc7-ac55-0c80cc415e6d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-15T12:06:51.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:51.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758772745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.828Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:06:51.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:51.842Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:51.842Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1623758773887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "dcae-sch",
"timestamp": 1623758776587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758772447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758768950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "dcae-sch",
"timestamp": 1623758776587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758772447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1623758773887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758772745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758768950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758778281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "dcae-sch",
"timestamp": 1623758776587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758772745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758772447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1623758773887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758768950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758778281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "dcae-sch",
"timestamp": 1623758776587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1623758773887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758772745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758772447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758768950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758778281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758780182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "dcae-sch",
"timestamp": 1623758776587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1623758773887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758772447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758772745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758780728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758768950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758778281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758780182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "dcae-sch",
"timestamp": 1623758776587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1623758773887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758772745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758772447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758780728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758768950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758778281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758780182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "dcae-sch",
"timestamp": 1623758776587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1623758773887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758772745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758772447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758782714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758780728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758768950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758778281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758780182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758782714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758780728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758783552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758778281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758780182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758783552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758782714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758780728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758780182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758783552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758782714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758780728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758780182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758783552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758782714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758780728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758787425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758787457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758788123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758783552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758782714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758788708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "cds",
"timestamp": 1623758789136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-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-06-15T12:06:51.942Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-06-15T12:06:51.945Z||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-06-15T12:06:51.945Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:51.956Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:51.956Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-15T12:06:51.999Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.015Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758783552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758782714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758789423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758789597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758783552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758791307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758791398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758791486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758791913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758792099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758792808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758792896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623758793102,
"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-06-15T12:06:52.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758793084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:06:52.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758793924,
"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-06-15T12:06:52.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758793951,
"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-06-15T12:06:52.062Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.062Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "policy-id",
"timestamp": 1623758794088,
"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-06-15T12:06:52.071Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758794300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623758794928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623758794954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758795307,
"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-06-15T12:06:52.079Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.079Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623758796311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-15T12:06:52.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758799119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:52.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758800180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:06:52.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "clamp",
"timestamp": 1623758801183,
"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-06-15T12:06:52.087Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.087Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758801723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:06:52.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:06:52.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:06:52.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "aai-ml",
"timestamp": 1623758802727,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-15T12:06:52.097Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
2021-06-15T12:06:52.097Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:06:52.847Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:52.848Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:52.848Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOTIFIED"
}
2021-06-15T12:06:52.948Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:06:52.949Z||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-06-15T12:06:52.949Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:52.960Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:52.960Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:06:53.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:06:53.849Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:53.850Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:53.851Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:06:53.951Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:06:53.951Z||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-06-15T12:06:53.951Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:53.961Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:53.961Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:06:54.851Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:06:54.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:54.853Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:54.853Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:54.953Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:06:54.954Z||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-06-15T12:06:54.954Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:54.964Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:54.964Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:06:55.854Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:06:55.854Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:55.856Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:55.856Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-15T12:06:55.956Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:06:55.957Z||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-06-15T12:06:55.957Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:55.967Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:55.967Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:06:56.856Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:06:56.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:56.859Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:56.859Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:06:56.959Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:06:56.960Z||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-06-15T12:06:56.960Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:56.971Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:56.972Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:06:57.859Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:06:57.860Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:57.862Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:57.862Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:06:57.962Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:06:57.963Z||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-06-15T12:06:57.963Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:57.975Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:57.975Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:06:58.863Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"serviceName": "vFW 2021-06-15 12-03-48",
"serviceVersion": "1.0",
"serviceUUID": "9b5340fe-35d6-43a5-b540-9a8f4d5357ae",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e5f37238-a76f-4c47-bc84-eecf6ff2f031",
"resources": [
{
"resourceInstanceName": "vFW ea8c3cb8-67ab 0",
"resourceCustomizationUUID": "9949f408-d07e-4477-a0c8-74600fb8dcab",
"resourceName": "vFW ea8c3cb8-67ab",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8a7aaecd-1516-43ec-b439-54aca2ca3269",
"resourceInvariantUUID": "82bf5fcb-1677-47f3-8f13-9981549a6413",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwea8c3cb867ab0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"artifactChecksum": "MDdlYTdjNTMxMjBhOTA5ODQzNzRjMzQwNmE4NzA2Yzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "741a308d-61e1-4a63-9e85-7ae0b04fbea9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "55cc36fe-525a-41d8-b64a-73cf63215121",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45979623-2f46-4ff1-9f32-512229c51fbc",
"generatedFromUUID": "55cc36fe-525a-41d8-b64a-73cf63215121"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45979623-2f46-4ff1-9f32-512229c51fbc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210615120348-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"artifactChecksum": "YjRjYjk5ZTk5YTRhMDNlZGRmZTYyNDRhYzg2NzgxZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d95312f-809a-4dc7-ac55-0c80cc415e6d"
}
],
"workloadContext": "Production"
}
2021-06-15T12:06:58.864Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-15T12:06:58.864Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9b5340fe-35d6-43a5-b540-9a8f4d5357ae ASDC
2021-06-15T12:06:58.942Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
ServiceName:vFW 2021-06-15 12-03-48
ServiceVersion:1.0
ServiceUUID:9b5340fe-35d6-43a5-b540-9a8f4d5357ae
ServiceInvariantUUID:e5f37238-a76f-4c47-bc84-eecf6ff2f031
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210615120348-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar
ArtifactUUID:4d95312f-809a-4dc7-ac55-0c80cc415e6d
ArtifactChecksum:YjRjYjk5ZTk5YTRhMDNlZGRmZTYyNDRhYzg2NzgxZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ea8c3cb8-67ab 0
ResourceCustomizationUUID:9949f408-d07e-4477-a0c8-74600fb8dcab
ResourceInvariantUUID:82bf5fcb-1677-47f3-8f13-9981549a6413
ResourceName:vFW ea8c3cb8-67ab
ResourceType:VF
ResourceUUID:8a7aaecd-1516-43ec-b439-54aca2ca3269
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwea8c3cb867ab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json
ArtifactUUID:741a308d-61e1-4a63-9e85-7ae0b04fbea9
ArtifactChecksum:MDdlYTdjNTMxMjBhOTA5ODQzNzRjMzQwNmE4NzA2Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml
ArtifactUUID:55cc36fe-525a-41d8-b64a-73cf63215121
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env
ArtifactUUID:45979623-2f46-4ff1-9f32-512229c51fbc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env
ArtifactUUID:45979623-2f46-4ff1-9f32-512229c51fbc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-15T12:06:58.942Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b5340fe-35d6-43a5-b540-9a8f4d5357ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-15T12:06:58.981Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:06:58.982Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-06-15T12:06:58.982Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-06-15T12:06:58.983Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d95312f-809a-4dc7-ac55-0c80cc415e6d from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar
2021-06-15T12:06:58.983Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-06-15T12:06:58.983Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar
2021-06-15T12:06:59.142Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-15T12:06:59.152Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar 4d95312f-809a-4dc7-ac55-0c80cc415e6d 98697
2021-06-15T12:06:59.152Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar ASDC sendASDCNotification
2021-06-15T12:06:59.152Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar
2021-06-15T12:06:59.153Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:06:59.154Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:06:59.155Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:06:59.155Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758819152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:06:59.255Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:06:59.256Z||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-06-15T12:06:59.256Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:06:59.268Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:06:59.268Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:07:00.156Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:07:00.157Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-06-15T12:07:00.157Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4d95312f-809a-4dc7-ac55-0c80cc415e6d, URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar to file: /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:00.158Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210615120348-csar.csar
2021-06-15T12:07:00.306Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:00.306Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:00.793Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12703783955059347847/Definitions/service-Vfw20210615120348-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-06-15T12:07:03.205Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||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-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||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-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ea8c3cb8-67ab 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-06-15T12:07:03.216Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.217Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:03.221Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:03.221Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-06-15T12:07:03.222Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:07:03.225Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.225Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria
2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-15T12:07:03.231Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.231Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:03.231Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb33f5e8-914f-49b3-97b0-e5049e05ffed
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42ee3ca2-3f31-4e30-9c3b-7c2203af0299
2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria
2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d75ddf83-ecc8-46e6-adc2-fb4649678f58
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:03.254Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:03.254Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-06-15 12-03-48
Description:catalog service description
Model UUID:9b5340fe-35d6-43a5-b540-9a8f4d5357ae
Model Version:NULL
Model InvariantUuid:e5f37238-a76f-4c47-bc84-eecf6ff2f031
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ea8c3cb8-67ab
Model UUID:f0c8c58d-704c-43c8-999d-de5cb15ab96f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82bf5fcb-1677-47f3-8f13-9981549a6413
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9949f408-d07e-4477-a0c8-74600fb8dcab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441
ModelName:VfwEa8c3cb867ab..base_vfw..module-0
ModelUuid:226c3f62-e3d0-49ce-8e2d-e558c7a86c1e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bb33f5e8-914f-49b3-97b0-e5049e05ffed
ModelInvariantUuid:13c7e541-bfa2-4a4c-97bd-c752f7a316fa
ModelName:vFW ea8c3cb8-67ab-nodes.vfwCvfc
ModelUuid:faeacc3a-8d80-4e8f-8bd1-a4b266ce330c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:95f9c045-42eb-47e1-b9e1-463ed54130b0
ModelInvariantUuid:1806c713-2757-4ed4-b4aa-82edc37e65f7
ModelName:VfwEa8c3cb867ab.compute.nodes.heat.vfw
ModelUuid:e3eb966b-c8b8-46ad-a37e-1de742272fac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:42ee3ca2-3f31-4e30-9c3b-7c2203af0299
ModelInvariantUuid:09a841e7-b2cc-49a9-939b-d2d5bf35014e
ModelName:vFW ea8c3cb8-67ab-nodes.vsnCvfc
ModelUuid:2a1906d2-d98f-440b-bb35-88e162019f38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4c235d90-d565-48e2-8e35-367e6081d1ff
ModelInvariantUuid:7a7e239a-f919-4e12-9c69-ffd887ec43be
ModelName:VfwEa8c3cb867ab.compute.nodes.heat.vsn
ModelUuid:28fc6a93-093a-4252-b58f-671c48f38338
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d75ddf83-ecc8-46e6-adc2-fb4649678f58
ModelInvariantUuid:67fb616a-8b99-4181-9be4-439b95ad507c
ModelName:vFW ea8c3cb8-67ab-nodes.vpgCvfc
ModelUuid:898eee25-8824-4e2a-bdf6-208b977e728d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4375fe58-7144-46bd-916b-5e03373c3a0d
ModelInvariantUuid:612dd603-86f9-41cd-81a4-c8faa79150c1
ModelName:VfwEa8c3cb867ab.compute.nodes.heat.vpg
ModelUuid:745aff4f-a057-4c3f-a121-1e58989cca88
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-06-15T12:07:03.265Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a7aaecd-1516-43ec-b439-54aca2ca3269
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-06-15T12:07:03.339Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||vFW ea8c3cb8-67ab 0
2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a7aaecd-1516-43ec-b439-54aca2ca3269
2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 741a308d-61e1-4a63-9e85-7ae0b04fbea9 from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json
2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json
2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json 741a308d-61e1-4a63-9e85-7ae0b04fbea9 785
2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json ASDC sendASDCNotification
2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json
2021-06-15T12:07:03.568Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:07:03.568Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:03.570Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:03.570Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758823567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:07:03.670Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:07:03.671Z||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-06-15T12:07:03.671Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:03.682Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:03.683Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:07:04.571Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEa8c3cb867ab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "226c3f62-e3d0-49ce-8e2d-e558c7a86c1e",
"vfModuleModelCustomizationUUID": "6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7",
"isBase": true,
"artifacts": [
"55cc36fe-525a-41d8-b64a-73cf63215121",
"45979623-2f46-4ff1-9f32-512229c51fbc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-15T12:07:04.589Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEa8c3cb867ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:226c3f62-e3d0-49ce-8e2d-e558c7a86c1e
VfModuleModelInvariantUUID:2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441
VfModuleModelDescription:NULL
Artifacts UUID List:{
55cc36fe-525a-41d8-b64a-73cf63215121
,
45979623-2f46-4ff1-9f32-512229c51fbc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-06-15T12:07:04.591Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEa8c3cb867ab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "226c3f62-e3d0-49ce-8e2d-e558c7a86c1e",
"vfModuleModelCustomizationUUID": "6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7",
"isBase": true,
"artifacts": [
"55cc36fe-525a-41d8-b64a-73cf63215121",
"45979623-2f46-4ff1-9f32-512229c51fbc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEa8c3cb867ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:226c3f62-e3d0-49ce-8e2d-e558c7a86c1e
VfModuleModelInvariantUUID:2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441
VfModuleModelDescription:NULL
Artifacts UUID List:{
55cc36fe-525a-41d8-b64a-73cf63215121
,
45979623-2f46-4ff1-9f32-512229c51fbc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55cc36fe-525a-41d8-b64a-73cf63215121 from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml
2021-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml
2021-06-15T12:07:06.208Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml 55cc36fe-525a-41d8-b64a-73cf63215121 20368
2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml
2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:07:06.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:06.211Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:06.211Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758826209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:07:06.311Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:07:06.312Z||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-06-15T12:07:06.312Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:06.322Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:06.323Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:07:07.212Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45979623-2f46-4ff1-9f32-512229c51fbc from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env
2021-06-15T12:07:07.212Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-06-15T12:07:07.212Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env
2021-06-15T12:07:08.453Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env 45979623-2f46-4ff1-9f32-512229c51fbc 2098
2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env
2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:08.455Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:08.456Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758828454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:07:08.556Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:07:08.556Z||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-06-15T12:07:08.556Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:08.566Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:08.567Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:07:09.456Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9b5340fe-35d6-43a5-b540-9a8f4d5357ae
2021-06-15T12:07:09.456Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ea8c3cb8-67ab 0 8a7aaecd-1516-43ec-b439-54aca2ca3269 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9949f408-d07e-4477-a0c8-74600fb8dcab
2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9949f408-d07e-4477-a0c8-74600fb8dcab matches Tosca VF Customization UUID: 9949f408-d07e-4477-a0c8-74600fb8dcab
2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9949f408-d07e-4477-a0c8-74600fb8dcab 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-06-15T12:07:09.495Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.495Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.496Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9949f408-d07e-4477-a0c8-74600fb8dcab: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-06-15T12:07:09.496Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cf4813b
2021-06-15T12:07:09.497Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.497Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-15T12:07:09.497Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7
2021-06-15T12:07:09.498Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7
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-06-15T12:07:09.502Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.502Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:09.502Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria
2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.505Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb33f5e8-914f-49b3-97b0-e5049e05ffed
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-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria
2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:09.512Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-15T12:07:09.512Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.512Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42ee3ca2-3f31-4e30-9c3b-7c2203af0299
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-06-15T12:07:09.514Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.514Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:09.514Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d75ddf83-ecc8-46e6-adc2-fb4649678f58
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-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria
2021-06-15T12:07:09.520Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=9949f408-d07e-4477-a0c8-74600fb8dcab
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-06-15T12:07:09.521Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.521Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9b5340fe-35d6-43a5-b540-9a8f4d5357ae: vFW ea8c3cb8-67ab
2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-06-15 12-03-48
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ea8c3cb8-67ab 8a7aaecd-1516-43ec-b439-54aca2ca3269 1 ASDC deployResourceStructure
2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json ASDC sendASDCNotification
2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json
2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:09.739Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:09.739Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758829737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-15T12:07:09.839Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:07:09.840Z||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-06-15T12:07:09.840Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:09.849Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:09.850Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:07:10.739Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-15T12:07:10.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml
2021-06-15T12:07:10.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-15T12:07:10.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:10.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:10.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758830739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-15T12:07:10.842Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:07:10.842Z||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-06-15T12:07:10.843Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:10.854Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:10.855Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:07:11.742Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-15T12:07:11.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env
2021-06-15T12:07:11.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-15T12:07:11.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:11.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:11.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-15T12:07:11.845Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-15T12:07:11.845Z||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-06-15T12:07:11.845Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:11.856Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:11.857Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:07:12.745Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar ASDC sendASDCNotification
2021-06-15T12:07:12.746Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar
2021-06-15T12:07:12.746Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-15T12:07:12.746Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:12.747Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:12.747Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758832745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:07:12.848Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:07:12.848Z||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-06-15T12:07:12.849Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:12.860Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:12.861Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:07:13.749Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
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-06-15T12:07:13.766Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee
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-06-15T12:07:13.770Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:07:13.772Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:07:13.772Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:07:13.772Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-15T12:07:13.777Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-15T12:07:43.777Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:07:43.784Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee and serviceModelVersionId: 9b5340fe-35d6-43a5-b540-9a8f4d5357ae
2021-06-15T12:07:43.785Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5f37238-a76f-4c47-bc84-eecf6ff2f031
2021-06-15T12:07:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:07:51.196Z||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-06-15T12:07:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:51.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:51.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:07:51.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:07:51.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:07:54.486Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0
2021-06-15T12:07:54.568Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-06-15T12:07:55.161Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|INFO|500||Invoke
2021-06-15T12:07:55.167Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a0b50bf-925a-4e42-b8df-f63cdac6a3ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ce48f3b-dd6d-40a7-b04a-d9e8af3c1d1f], X-ECOMP-RequestID=[6a0b50bf-925a-4e42-b8df-f63cdac6a3ee], X-TransactionId=[], X-ONAP-RequestID=[6a0b50bf-925a-4e42-b8df-f63cdac6a3ee], Content-Type=[application/merge-patch+json]}
2021-06-15T12:07:55.261Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-15T12:07:55.403Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?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/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210615-12:07:55:269-22565], vertex-id=[229520], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:07:55 GMT], Content-Type=[application/json]}
2021-06-15T12:07:55.405Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-15T12:07:55.405Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|INFO|500||InvokeReturn
2021-06-15T12:07:55.408Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-15T12:07:55.408Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-15T12:07:55.413Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-06-15T12:07:55.421Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-15T12:07:55.422Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-15T12:07:55.422Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:07:55.423Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:07:55.424Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758875421,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-15T12:07:55.524Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:07:55.525Z||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-06-15T12:07:55.525Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:07:55.535Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:07:55.535Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-15T12:07:56.438Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:07:56.438Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:07:56.438Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:08:05.984Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:08:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:08:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:08:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:08:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:08:51.196Z||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-06-15T12:08:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:08:51.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:08:51.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "NOTIFIED"
}
2021-06-15T12:08:51.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:08:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-15T12:08:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758811194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758819152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758823567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758826209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758828454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:08:51.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758829737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-15T12:08:51.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758830739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-15T12:08:51.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758831742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-15T12:08:51.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758832745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:08:51.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:09:00.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:09:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:09:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:09:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:09:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:09:51.196Z||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-06-15T12:09:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:09:51.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:09:51.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:09:51.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623758875421,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-15T12:09:51.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:10:00.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:10:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:10:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:10:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:10:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:10:51.197Z||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-06-15T12:10:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:11:00.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:11:00.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:11:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:11:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:11:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:11:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:11:51.196Z||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-06-15T12:11:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:12:00.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:12:00.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:12:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:12:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:12:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:12:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:12:51.196Z||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-06-15T12:12:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:13:00.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:13:00.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:13:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:13:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:13:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:13:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:13:51.196Z||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-06-15T12:13:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:14:00.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:14:00.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:14:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:14:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:14:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:14:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:14:51.196Z||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-06-15T12:14:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:15:00.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:15:00.773Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:15:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:15:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:15:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:15:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:15:51.196Z||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-06-15T12:15:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:16:00.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:16:00.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:16:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:16:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:16:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:16:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:16:51.196Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:16:51.197Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:17:00.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:00.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:17:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-15T12:17:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:17:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:17:51.196Z||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-06-15T12:17:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:17:51.819Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:51.819Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.819Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e42d9efc-7f13-43b4-a7de-bcc858db62ef","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0fa219ba-b7af-47ab-a2ce-fc2a391a8f85","serviceDescription":"service","serviceInvariantUUID":"a255657a-4b82-49b5-8b57-6148b1d7a574","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb","resourceInvariantUUID":"b93ef8cc-f2a7-4aad-8025-dfa5f69947ce","resourceCustomizationUUID":"ce9dfd9c-f41e-4b3c-add9-4bedb72add44","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":"M2JmODdjZTQyMjhiYzllMWUwODE3ZDA3MmJmYWE2MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7865217-2e08-4110-a0ef-0f95a3e4e70d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTNmMjNkNzY1MWU4MDk2M2FjYTcxNmU1ZTU5NDRhZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c273f6d-e7a3-4eb4-803f-81eec44b3087","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-15T12:17:51.822Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:17:51.822Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:17:51.823Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:17:51.823Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759471194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.825Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "cds",
"timestamp": 1623759428950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759422714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759420182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "policy-id",
"timestamp": 1623759423552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "cds",
"timestamp": 1623759428950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759422714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759420182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "policy-id",
"timestamp": 1623759423552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "cds",
"timestamp": 1623759432394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "policy-id",
"timestamp": 1623759432399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759432447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759432745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "cds",
"timestamp": 1623759433399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-15T12:17:51.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef
2021-06-15T12:17:51.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "policy-id",
"timestamp": 1623759433404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:17:51.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759432447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759432745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "policy-id",
"timestamp": 1623759434407,
"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-06-15T12:17:51.857Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef
2021-06-15T12:17:51.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759433888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759433888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759435796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "dcae-sch",
"timestamp": 1623759436587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759437272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "dcae-sch",
"timestamp": 1623759436587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759438275,
"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-06-15T12:17:51.869Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef
2021-06-15T12:17:51.869Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "aai-ml",
"timestamp": 1623759438281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "aai-ml",
"timestamp": 1623759438281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "clamp",
"timestamp": 1623759440728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "aai-ml",
"timestamp": 1623759441509,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "clamp",
"timestamp": 1623759440728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "aai-ml",
"timestamp": 1623759446855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "aai-ml",
"timestamp": 1623759447859,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-15T12:17:51.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef
2021-06-15T12:17:51.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "clamp",
"timestamp": 1623759453224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:17:51.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "clamp",
"timestamp": 1623759455232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:17:51.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "clamp",
"timestamp": 1623759456234,
"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-06-15T12:17:51.892Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef
2021-06-15T12:17:51.892Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.924Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:17:51.924Z||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-06-15T12:17:51.924Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:17:51.935Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:51.935Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:17:52.824Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:17:52.825Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:17:52.826Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:17:52.826Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759471194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:17:52.926Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:17:52.927Z||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-06-15T12:17:52.927Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:17:52.946Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:52.946Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:17:53.827Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0fa219ba-b7af-47ab-a2ce-fc2a391a8f85",
"serviceDescription": "service",
"serviceInvariantUUID": "a255657a-4b82-49b5-8b57-6148b1d7a574",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ce9dfd9c-f41e-4b3c-add9-4bedb72add44",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb",
"resourceInvariantUUID": "b93ef8cc-f2a7-4aad-8025-dfa5f69947ce",
"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": "ZTNmMjNkNzY1MWU4MDk2M2FjYTcxNmU1ZTU5NDRhZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5c273f6d-e7a3-4eb4-803f-81eec44b3087"
}
],
"workloadContext": "Production"
}
2021-06-15T12:17:53.828Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-15T12:17:53.828Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 ASDC
2021-06-15T12:17:53.828Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e42d9efc-7f13-43b4-a7de-bcc858db62ef
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0fa219ba-b7af-47ab-a2ce-fc2a391a8f85
ServiceInvariantUUID:a255657a-4b82-49b5-8b57-6148b1d7a574
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:5c273f6d-e7a3-4eb4-803f-81eec44b3087
ArtifactChecksum:ZTNmMjNkNzY1MWU4MDk2M2FjYTcxNmU1ZTU5NDRhZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ce9dfd9c-f41e-4b3c-add9-4bedb72add44
ResourceInvariantUUID:b93ef8cc-f2a7-4aad-8025-dfa5f69947ce
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-06-15T12:17:53.828Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-15T12:17:53.854Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5c273f6d-e7a3-4eb4-803f-81eec44b3087 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-15T12:17:54.218Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5c273f6d-e7a3-4eb4-803f-81eec44b3087 52172
2021-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:17:54.222Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:17:54.223Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:17:54.224Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759474221,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:17:54.324Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:17:54.324Z||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-06-15T12:17:54.324Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:17:54.337Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:54.337Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:17:55.224Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:17:55.225Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-06-15T12:17:55.225Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5c273f6d-e7a3-4eb4-803f-81eec44b3087, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.225Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-15T12:17:55.226Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.226Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.312Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12672802954219831763/Definitions/service-BasicNetwork-template.yml
2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0fa219ba-b7af-47ab-a2ce-fc2a391a8f85
Model Version:NULL
Model InvariantUuid:a255657a-4b82-49b5-8b57-6148b1d7a574
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b93ef8cc-f2a7-4aad-8025-dfa5f69947ce
Model UUID:8beb2e67-71ee-42d8-b6aa-e17420879d25
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ce9dfd9c-f41e-4b3c-add9-4bedb72add44
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-06-15T12:17:55.754Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb
2021-06-15T12:17:55.754Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||No resources found for Service: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85
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-06-15T12:17:55.757Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||
2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85
2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85
2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-06-15T12:17:55.759Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-15T12:17:55.763Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85: Generic NeutronNet
2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.765Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.765Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.765Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-15T12:17:55.858Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:17:55.859Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:17:55.859Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759475857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:17:55.997Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 138 ms
2021-06-15T12:17:55.997Z||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-06-15T12:17:55.997Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:17:56.008Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:17:56.008Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:17:56.860Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef
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-06-15T12:17:56.867Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef
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-06-15T12:17:56.869Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-15T12:17:56.869Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-15T12:17:56.873Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-15T12:18:26.874Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:18:26.877Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef and serviceModelVersionId: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85
2021-06-15T12:18:26.878Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a255657a-4b82-49b5-8b57-6148b1d7a574
2021-06-15T12:18:26.878Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0
2021-06-15T12:18:26.882Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-06-15T12:18:26.919Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|INFO|500||Invoke
2021-06-15T12:18:26.920Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e42d9efc-7f13-43b4-a7de-bcc858db62ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e8ef32f-3829-4ac8-81fd-ab30101b0e18], X-ECOMP-RequestID=[e42d9efc-7f13-43b4-a7de-bcc858db62ef], X-TransactionId=[], X-ONAP-RequestID=[e42d9efc-7f13-43b4-a7de-bcc858db62ef], Content-Type=[application/merge-patch+json]}
2021-06-15T12:18:26.939Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-15T12:18:28.066Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?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/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210615-12:18:26:945-27128], vertex-id=[180424], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:18:26 GMT], Content-Type=[application/json]}
2021-06-15T12:18:28.066Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-15T12:18:28.067Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|INFO|500||InvokeReturn
2021-06-15T12:18:28.067Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-15T12:18:28.067Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e42d9efc-7f13-43b4-a7de-bcc858db62ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:28.072Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:28.072Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759508070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-15T12:18:28.172Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:18:28.172Z||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-06-15T12:18:28.173Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:28.186Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:28.187Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-15T12:18:51.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:18:51.195Z||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-06-15T12:18:51.195Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:18:51.196Z||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-06-15T12:18:51.196Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:51.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:51.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:18:51.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759471194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:51.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:18:51.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:51.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-15T12:18:51.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc","serviceName":"Demo_pNF_wPz8ee6RE3rtS427aORE","serviceVersion":"1.0","serviceUUID":"3c294a2b-20b2-40c8-a072-a251a22d2450","serviceDescription":"catalog service description","serviceInvariantUUID":"6636a883-fda5-4471-b2b8-19a8305db16a","resources":[{"resourceInstanceName":"pNF 04341ddc-ddb2 0","resourceName":"pNF 04341ddc-ddb2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a7f7896-6c1d-4be0-ae88-96ce6a4cc798","resourceInvariantUUID":"68e0de78-e664-4fab-ba34-34d94b91cc08","resourceCustomizationUUID":"0e38550c-de47-4647-90a6-f360c012e1ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml","artifactChecksum":"NDFkZDFlOTQzODEwNzc0OTI3NjVkODJkYzU5MmQ2NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e7464b6-b9ec-44ed-9a87-6b3ea86efc15","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar","artifactChecksum":"NzUwMGNiMTNjYjI2Y2ExMzkwNmY4ZGE2YTljM2E5Yzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcca5e58-04c4-4408-9c1f-49a6d1dfb847","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c22e69aa-1ee2-4242-ae8d-e474018cb8a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml","artifactChecksum":"ZjljNzgzOTczNWQ5ZGE5YTNjNmFmNjIwMWQ0MzYxMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5c7d61f-a01b-45b9-baff-874e77c906e9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e227ec5-78c0-42a3-a507-9fb027efbc0d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e90e93e-8ba1-4aa9-8590-cfc006823c9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWpz8ee6re3rts427aore-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml","artifactChecksum":"MDJhN2I5ZGM1M2YwODQ2Nzg3MGIxMWIyYmQ3ZDYwMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6027dbb-ac90-4df1-8f77-15f443a52620","artifactVersion":"1"},{"artifactName":"service-DemoPnfWpz8ee6re3rts427aore-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar","artifactChecksum":"ZWFhM2I1NWVkN2RmZjY4MDgyZWM5Yjg1Njg3YmM3YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc3a5534-268f-4086-a61a-7e575383b52b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-15T12:18:51.821Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:51.822Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:51.823Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:51.823Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:51.924Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:18:51.924Z||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-06-15T12:18:51.925Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:51.936Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:51.936Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:18:52.824Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:52.825Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:52.827Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:52.827Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:52.927Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:18:52.927Z||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-06-15T12:18:52.928Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:52.940Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:52.940Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:18:53.827Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:53.828Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:53.830Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:53.830Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:53.934Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-06-15T12:18:53.935Z||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-06-15T12:18:53.935Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:53.945Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:53.945Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:18:54.830Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:54.831Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:54.832Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:54.833Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:54.933Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:18:54.933Z||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-06-15T12:18:54.933Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:54.944Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:54.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:18:55.833Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:55.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:55.835Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:55.835Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:55.936Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:18:55.936Z||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-06-15T12:18:55.936Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:55.947Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:55.947Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:18:56.836Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:56.837Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:56.838Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:56.838Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:56.938Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:18:56.939Z||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-06-15T12:18:56.939Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:56.950Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:56.951Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:18:57.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:57.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:57.841Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:57.841Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:18:57.944Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-06-15T12:18:57.945Z||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-06-15T12:18:57.945Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:57.955Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:57.955Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:18:58.841Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:18:58.842Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:18:58.843Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:18:58.843Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:18:58.943Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:18:58.944Z||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-06-15T12:18:58.944Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:18:58.958Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:18:58.959Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:18:59.844Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"serviceName": "Demo_pNF_wPz8ee6RE3rtS427aORE",
"serviceVersion": "1.0",
"serviceUUID": "3c294a2b-20b2-40c8-a072-a251a22d2450",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6636a883-fda5-4471-b2b8-19a8305db16a",
"resources": [
{
"resourceInstanceName": "pNF 04341ddc-ddb2 0",
"resourceCustomizationUUID": "0e38550c-de47-4647-90a6-f360c012e1ad",
"resourceName": "pNF 04341ddc-ddb2",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9a7f7896-6c1d-4be0-ae88-96ce6a4cc798",
"resourceInvariantUUID": "68e0de78-e664-4fab-ba34-34d94b91cc08",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"artifactChecksum": "ZWFhM2I1NWVkN2RmZjY4MDgyZWM5Yjg1Njg3YmM3YWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cc3a5534-268f-4086-a61a-7e575383b52b"
}
],
"workloadContext": "Production"
}
2021-06-15T12:18:59.844Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-15T12:18:59.845Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3c294a2b-20b2-40c8-a072-a251a22d2450 ASDC
2021-06-15T12:18:59.845Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
ServiceName:Demo_pNF_wPz8ee6RE3rtS427aORE
ServiceVersion:1.0
ServiceUUID:3c294a2b-20b2-40c8-a072-a251a22d2450
ServiceInvariantUUID:6636a883-fda5-4471-b2b8-19a8305db16a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWpz8ee6re3rts427aore-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
ArtifactUUID:cc3a5534-268f-4086-a61a-7e575383b52b
ArtifactChecksum:ZWFhM2I1NWVkN2RmZjY4MDgyZWM5Yjg1Njg3YmM3YWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 04341ddc-ddb2 0
ResourceCustomizationUUID:0e38550c-de47-4647-90a6-f360c012e1ad
ResourceInvariantUUID:68e0de78-e664-4fab-ba34-34d94b91cc08
ResourceName:pNF 04341ddc-ddb2
ResourceType:PNF
ResourceUUID:9a7f7896-6c1d-4be0-ae88-96ce6a4cc798
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-06-15T12:18:59.845Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c294a2b-20b2-40c8-a072-a251a22d2450 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-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc3a5534-268f-4086-a61a-7e575383b52b from URL: /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:00.220Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar cc3a5534-268f-4086-a61a-7e575383b52b 82534
2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar ASDC sendASDCNotification
2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:19:00.225Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:19:00.225Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759540223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:00.325Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:19:00.326Z||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-06-15T12:19:00.326Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:19:00.344Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:19:00.344Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:19:01.225Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:19:01.226Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-15T12:19:01.226Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cc3a5534-268f-4086-a61a-7e575383b52b, URL: /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar to file: /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.227Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.227Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.227Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.306Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6796351049888005990/Definitions/service-DemoPnfWpz8ee6re3rts427aore-template.yml
2021-06-15T12:19:01.933Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 04341ddc-ddb2 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-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Node template pNF 04341ddc-ddb2 0 is matching search criteria
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 04341ddc-ddb2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Node template pNF 04341ddc-ddb2 0 is matching search criteria
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 04341ddc-ddb2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_wPz8ee6RE3rtS427aORE
Description:catalog service description
Model UUID:3c294a2b-20b2-40c8-a072-a251a22d2450
Model Version:NULL
Model InvariantUuid:6636a883-fda5-4471-b2b8-19a8305db16a
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-06-15T12:19:01.940Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798
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-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||pNF 04341ddc-ddb2 0
2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798
2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3c294a2b-20b2-40c8-a072-a251a22d2450
2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3c294a2b-20b2-40c8-a072-a251a22d2450
2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 04341ddc-ddb2 0 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 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-06-15T12:19:01.945Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.945Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3c294a2b-20b2-40c8-a072-a251a22d2450: pNF 04341ddc-ddb2
2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Processing PNF resource: 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798
2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Resource customization UUID: 0e38550c-de47-4647-90a6-f360c012e1ad is the same as notified resource customizationUUID: 0e38550c-de47-4647-90a6-f360c012e1ad
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-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 04341ddc-ddb2 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 0 ASDC deployResourceStructure
2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar ASDC sendASDCNotification
2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar
2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:19:01.980Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:19:01.981Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759541979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:19:02.081Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:19:02.081Z||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-06-15T12:19:02.081Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:19:02.092Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:19:02.093Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:19:02.983Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
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-06-15T12:19:02.991Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
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-06-15T12:19:02.992Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-15T12:19:02.992Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-15T12:19:02.993Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-15T12:19:32.993Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
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-06-15T12:19:33.001Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
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-06-15T12:19:33.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-15T12:19:33.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-15T12:19:33.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-15T12:19:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:19:51.196Z||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-06-15T12:19:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:19:51.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759471194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759474221,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:51.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759475857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759492447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759488950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759493888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "dcae-sch",
"timestamp": 1623759496587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623759492745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759498281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759507515,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623759500182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759508070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759508091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759508189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759500728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759508719,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759508788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:51.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "cds",
"timestamp": 1623759509096,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-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-06-15T12:19:51.252Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
2021-06-15T12:19:51.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1623759509722,
"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-06-15T12:19:51.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
2021-06-15T12:19:51.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759509828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623759502714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623759510831,
"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-06-15T12:19:51.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
2021-06-15T12:19:51.270Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759503552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:19:51.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759512806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759513288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759513810,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "aai-ml",
"timestamp": 1623759514291,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-15T12:19:51.279Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
2021-06-15T12:19:51.279Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "policy-id",
"timestamp": 1623759514812,
"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-06-15T12:19:51.289Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
2021-06-15T12:19:51.289Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759520238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:19:51.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759522242,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:19:51.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "clamp",
"timestamp": 1623759523244,
"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-06-15T12:19:51.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
2021-06-15T12:19:51.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:20:03.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
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-06-15T12:20:03.013Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc
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-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:20:03.016Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:20:03.016Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-15T12:20:03.016Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-15T12:20:03.019Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-15T12:20:33.019Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:20:33.023Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc and serviceModelVersionId: 3c294a2b-20b2-40c8-a072-a251a22d2450
2021-06-15T12:20:33.023Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6636a883-fda5-4471-b2b8-19a8305db16a
2021-06-15T12:20:33.023Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0
2021-06-15T12:20:33.027Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-06-15T12:20:33.058Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?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-06-15T12:20:33.059Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0|INFO|500||Invoke
2021-06-15T12:20:33.075Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-15T12:20:33.310Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0|INFO|500||InvokeReturn
2021-06-15T12:20:33.310Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210615-12:20:33:082-36153], vertex-id=[614584], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:20:33 GMT], Content-Type=[application/json]}
2021-06-15T12:20:33.311Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-06-15T12:20:33.311Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-15T12:20:33.311Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:33.315Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:33.315Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759633314,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-15T12:20:33.416Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:33.416Z||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-06-15T12:20:33.416Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:33.432Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:33.433Z||pool-34-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-06-15T12:20:34.324Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:20:34.325Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|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-06-15T12:20:34.325Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:34.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:34.947Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-15T12:20:34.947Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0938acf-c370-4422-9056-8c1bdf572f29","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"55425327-115b-48bf-b1e7-6b26da4741cb","serviceDescription":"service","serviceInvariantUUID":"bd84b6c1-331c-4731-9038-970560fa5bbf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98311ed1-d69e-4d99-a659-c7da02f1ac43","resourceInvariantUUID":"d7d318da-abd7-40c1-b969-dcdfc9732186","resourceCustomizationUUID":"6a4376f4-329f-44aa-aaf1-5320a05cbf65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NDNmMDc4NWE4NGY1ODRlN2YxNDM1NWVmMGVmOGQwYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89c11364-92a2-4b26-8cd2-7ad7c55d11a1","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ODlkZjIxZjhhYmVjMWY4N2JiMWQxNGQwNzdiODkyYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1dd755fc-ca81-4769-b149-c99edb676a29","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ff24f614-ae15-423f-972e-80af6ecff38d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70faed49-af82-45ff-b8e4-20f3de249c0a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c74120f-109c-4739-970d-f7cbd43087f3","artifactVersion":"2","generatedFromUUID":"ff24f614-ae15-423f-972e-80af6ecff38d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmQzMGFlMjIyOGRkYTZlZTdkYjA2YWY5MzhlOTIyZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae03023-e787-4b09-b05d-41466f981ec2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWJkNjI5MjA5OTc5ZWZmMmJmOTFmOTI2ZGZhNzUzZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"872c629c-f766-4366-a998-4682270e6459","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-15T12:20:34.949Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:20:34.949Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:34.950Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:34.951Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759634324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:35.051Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:35.052Z||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-06-15T12:20:35.052Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:35.061Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:35.061Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:35.951Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:20:35.952Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:35.953Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:35.953Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759634324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-06-15T12:20:36.054Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:36.054Z||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-06-15T12:20:36.054Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:36.064Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:36.064Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:36.954Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:20:36.954Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:36.956Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:36.956Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759634324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-06-15T12:20:37.056Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:37.057Z||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-06-15T12:20:37.057Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:37.067Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:37.067Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:37.956Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:20:37.957Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:37.958Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:37.959Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759634324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:38.059Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:38.059Z||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-06-15T12:20:38.059Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:38.069Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:38.069Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:38.959Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:20:38.960Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:38.961Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:38.961Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759634324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-06-15T12:20:39.061Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:39.062Z||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-06-15T12:20:39.062Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:39.071Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:39.071Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:39.962Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:20:39.962Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:39.964Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:39.964Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759634324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:40.064Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:40.065Z||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-06-15T12:20:40.065Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:40.074Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:40.074Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:40.964Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-15T12:20:40.965Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:40.966Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:40.966Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759634324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:20:41.066Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:41.067Z||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-06-15T12:20:41.067Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:41.077Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:41.077Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:41.967Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "55425327-115b-48bf-b1e7-6b26da4741cb",
"serviceDescription": "service",
"serviceInvariantUUID": "bd84b6c1-331c-4731-9038-970560fa5bbf",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "6a4376f4-329f-44aa-aaf1-5320a05cbf65",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "98311ed1-d69e-4d99-a659-c7da02f1ac43",
"resourceInvariantUUID": "d7d318da-abd7-40c1-b969-dcdfc9732186",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ODlkZjIxZjhhYmVjMWY4N2JiMWQxNGQwNzdiODkyYjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1dd755fc-ca81-4769-b149-c99edb676a29",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ff24f614-ae15-423f-972e-80af6ecff38d",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c74120f-109c-4739-970d-f7cbd43087f3",
"generatedFromUUID": "ff24f614-ae15-423f-972e-80af6ecff38d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c74120f-109c-4739-970d-f7cbd43087f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MWJkNjI5MjA5OTc5ZWZmMmJmOTFmOTI2ZGZhNzUzZWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "872c629c-f766-4366-a998-4682270e6459"
}
],
"workloadContext": "Production"
}
2021-06-15T12:20:41.967Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-15T12:20:41.967Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 55425327-115b-48bf-b1e7-6b26da4741cb ASDC
2021-06-15T12:20:41.968Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b0938acf-c370-4422-9056-8c1bdf572f29
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:55425327-115b-48bf-b1e7-6b26da4741cb
ServiceInvariantUUID:bd84b6c1-331c-4731-9038-970560fa5bbf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:872c629c-f766-4366-a998-4682270e6459
ArtifactChecksum:MWJkNjI5MjA5OTc5ZWZmMmJmOTFmOTI2ZGZhNzUzZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6a4376f4-329f-44aa-aaf1-5320a05cbf65
ResourceInvariantUUID:d7d318da-abd7-40c1-b969-dcdfc9732186
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:98311ed1-d69e-4d99-a659-c7da02f1ac43
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:1dd755fc-ca81-4769-b149-c99edb676a29
ArtifactChecksum:ODlkZjIxZjhhYmVjMWY4N2JiMWQxNGQwNzdiODkyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:ff24f614-ae15-423f-972e-80af6ecff38d
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6c74120f-109c-4739-970d-f7cbd43087f3
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6c74120f-109c-4739-970d-f7cbd43087f3
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-15T12:20:41.968Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55425327-115b-48bf-b1e7-6b26da4741cb 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-06-15T12:20:41.990Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:20:41.990Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-15T12:20:41.990Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-15T12:20:41.991Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 872c629c-f766-4366-a998-4682270e6459 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-15T12:20:41.991Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-15T12:20:41.991Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-15T12:20:42.415Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-15T12:20:42.417Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 872c629c-f766-4366-a998-4682270e6459 70836
2021-06-15T12:20:42.417Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-15T12:20:42.418Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-15T12:20:42.418Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:20:42.418Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:42.419Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:42.419Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759642417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:20:42.520Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-15T12:20:42.520Z||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-06-15T12:20:42.520Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:42.531Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:42.531Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:43.420Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 872c629c-f766-4366-a998-4682270e6459, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:43.737Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13575173713321420490/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54c0f619-7fa2-4365-9506-9a1f5dbc328a
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:55425327-115b-48bf-b1e7-6b26da4741cb
Model Version:NULL
Model InvariantUuid:bd84b6c1-331c-4731-9038-970560fa5bbf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:c7c84730-75bc-4ec1-b334-27bf42662b79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d7d318da-abd7-40c1-b969-dcdfc9732186
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6a4376f4-329f-44aa-aaf1-5320a05cbf65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9ddbea15-af3a-49cd-892c-f29e436ad446
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b3352c6c-2620-477f-9cad-ad40ba0722b9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:54c0f619-7fa2-4365-9506-9a1f5dbc328a
ModelInvariantUuid:c91895b3-9e2b-4baa-a315-40dd5ba863db
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:7836689a-4803-4327-8413-8cc6cf6ec06a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:5faafe00-c202-4240-addc-8dae7630c0c1
ModelInvariantUuid:cca2ab66-bd1a-46e4-af98-7e8ee5cd16e0
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:5a58db4f-66fc-4a98-adfa-e88dbacf1a9b
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-06-15T12:20:44.621Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 98311ed1-d69e-4d99-a659-c7da02f1ac43
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-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98311ed1-d69e-4d99-a659-c7da02f1ac43
2021-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1dd755fc-ca81-4769-b149-c99edb676a29 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-15T12:20:44.623Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-15T12:20:47.750Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1dd755fc-ca81-4769-b149-c99edb676a29 787
2021-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:20:47.752Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:47.754Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:47.754Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759647751,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:20:47.854Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-15T12:20:47.855Z||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-06-15T12:20:47.855Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:47.865Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:47.865Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:48.755Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "9ddbea15-af3a-49cd-892c-f29e436ad446",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3352c6c-2620-477f-9cad-ad40ba0722b9",
"vfModuleModelCustomizationUUID": "4495127a-5215-497e-a6cc-189f10faa1a5",
"isBase": true,
"artifacts": [
"ff24f614-ae15-423f-972e-80af6ecff38d",
"6c74120f-109c-4739-970d-f7cbd43087f3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-15T12:20:48.759Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3352c6c-2620-477f-9cad-ad40ba0722b9
VfModuleModelInvariantUUID:9ddbea15-af3a-49cd-892c-f29e436ad446
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff24f614-ae15-423f-972e-80af6ecff38d
,
6c74120f-109c-4739-970d-f7cbd43087f3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-06-15T12:20:48.760Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "9ddbea15-af3a-49cd-892c-f29e436ad446",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3352c6c-2620-477f-9cad-ad40ba0722b9",
"vfModuleModelCustomizationUUID": "4495127a-5215-497e-a6cc-189f10faa1a5",
"isBase": true,
"artifacts": [
"ff24f614-ae15-423f-972e-80af6ecff38d",
"6c74120f-109c-4739-970d-f7cbd43087f3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-15T12:20:48.760Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3352c6c-2620-477f-9cad-ad40ba0722b9
VfModuleModelInvariantUUID:9ddbea15-af3a-49cd-892c-f29e436ad446
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff24f614-ae15-423f-972e-80af6ecff38d
,
6c74120f-109c-4739-970d-f7cbd43087f3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-06-15T12:20:48.761Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ff24f614-ae15-423f-972e-80af6ecff38d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-15T12:20:48.761Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-15T12:20:48.761Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ff24f614-ae15-423f-972e-80af6ecff38d 5033
2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:50.589Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:50.589Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759650587,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:20:50.689Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:50.689Z||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-06-15T12:20:50.690Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:50.700Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:50.701Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-15T12:20:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-15T12:20:51.197Z||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-06-15T12:20:51.197Z||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 y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:51.219Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:51.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759531194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "NOTIFIED"
}
2021-06-15T12:20:51.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759540223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:20:51.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759541979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-15T12:20:51.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-15T12:20:51.590Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c74120f-109c-4739-970d-f7cbd43087f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-15T12:20:51.590Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-15T12:20:51.591Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-15T12:20:52.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-15T12:20:52.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6c74120f-109c-4739-970d-f7cbd43087f3 903
2021-06-15T12:20:52.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-15T12:20:52.502Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-15T12:20:52.502Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-15T12:20:52.502Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-15T12:20:52.503Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-15T12:20:52.503Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623759652501,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-06-15T12:20:52.604Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-15T12:20:52.604Z||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-06-15T12:20:52.604Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ...
2021-06-15T12:20:52.615Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-15T12:20:52.616Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-15T12:20:53.504Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 55425327-115b-48bf-b1e7-6b26da4741cb
2021-06-15T12:20:53.504Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 98311ed1-d69e-4d99-a659-c7da02f1ac43 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-06-15T12:20:53.513Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.513Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6a4376f4-329f-44aa-aaf1-5320a05cbf65
2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a4376f4-329f-44aa-aaf1-5320a05cbf65 matches Tosca VF Customization UUID: 6a4376f4-329f-44aa-aaf1-5320a05cbf65
2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6a4376f4-329f-44aa-aaf1-5320a05cbf65 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-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6a4376f4-329f-44aa-aaf1-5320a05cbf65: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@321a765f
2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4495127a-5215-497e-a6cc-189f10faa1a5
2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4495127a-5215-497e-a6cc-189f10faa1a5
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-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54c0f619-7fa2-4365-9506-9a1f5dbc328a
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-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6a4376f4-329f-44aa-aaf1-5320a05cbf65
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-06-15T12:20:53.523Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 55425327-115b-48bf-b1e7-6b26da4741cb: basic_vm
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-15T12:20:53.525Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-15T12:20:53.525Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery