By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-08-16T13:45:45.047Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-lbhfl with PID 14 (/app/app.jar started by so in /app)
2021-08-16T13:45:45.051Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-16T13:45:45.052Z||main|||||INFO|500||The following profiles are active: basic
2021-08-16T13:45:52.340Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-16T13:45:52.341Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-16T13:45:52.431Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-16T13:45:53.933Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-16T13:45:54.087Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-16T13:45:54.548Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-16T13:45:54.553Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-16T13:45:54.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-16T13:45:54.791Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-16T13:45:55.192Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-16T13:45:56.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-16T13:45:57.960Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-16T13:45:57.997Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-16T13:45:58.466Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-16T13:45:58.566Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-16T13:45:59.803Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-16T13:46:00.766Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-16T13:46:00.781Z||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$$cd1e949.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-16T13:46:00.782Z||main|||||WARN|500||The sdc end point is not alive
2021-08-16T13:46:02.887Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-16T13:46:05.160Z||main|||||WARN|500||---
2021-08-16T13:46:05.160Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-16T13:46:05.161Z||main|||||WARN|500||---
2021-08-16T13:46:05.462Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-16T13:46:08.565Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:46:08.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:46:08.567Z||main|||||INFO|500||Started Application in 25.407 seconds (JVM running for 26.6)
2021-08-16T13:46:08.575Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:46:08.630Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:46:08.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 005d7e58-6bd8-4bda-a414-e2b0878ff141 url= /sdc/v1/artifactTypes
2021-08-16T13:46:08.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:46:09.809Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:46:09.813Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6726bc84
2021-08-16T13:46:09.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:46:09.821Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:46:09.823Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:46:09.825Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:46:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:46:58.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:46:58.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:46:58.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:46:58.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14321537-f363-46f0-9b2a-7a98b189ad9d url= /sdc/v1/artifactTypes
2021-08-16T13:46:58.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:46:59.603Z||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.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:46:59.604Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@771c50b4
2021-08-16T13:46:59.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:46:59.605Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:46:59.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:46:59.606Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:47:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:47:48.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:47:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:47:48.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:47:48.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 833bbaf7-4c7e-4ea3-92d3-f69d1e784a63 url= /sdc/v1/artifactTypes
2021-08-16T13:47:48.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:47:49.586Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:47:49.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@99f6d00
2021-08-16T13:47:49.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:47:49.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:47:49.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:47:49.587Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:48:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:48:38.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:48:38.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:48:38.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:48:38.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8318c43-6a8c-4c18-8e37-7693c00a3daa url= /sdc/v1/artifactTypes
2021-08-16T13:48:38.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:48:39.608Z||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.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:48:39.609Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30076f77
2021-08-16T13:48:39.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:48:39.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:48:39.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:48:39.613Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:49:28.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:49:28.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:49:28.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:49:28.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:49:28.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 13423647-1cd5-476c-bbf8-42a199221738 url= /sdc/v1/artifactTypes
2021-08-16T13:49:28.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:49:29.618Z||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.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:49:29.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36d69cbe
2021-08-16T13:49:29.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:49:29.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:49:29.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:49:29.620Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:50:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:50:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:50:18.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:50:18.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:50:18.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96bf6bff-f2d9-4101-bf5a-1ab9e3c5f3c4 url= /sdc/v1/artifactTypes
2021-08-16T13:50:18.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:50:19.602Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:50:19.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a5b6a2b
2021-08-16T13:50:19.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:50:19.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:50:19.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:50:19.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:51:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:51:08.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:51:08.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:51:08.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:51:08.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4034dfea-10c5-41df-ae5a-e003b22c0433 url= /sdc/v1/artifactTypes
2021-08-16T13:51:08.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:51:09.587Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:51:09.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c47b1dd
2021-08-16T13:51:09.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:51:09.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:51:09.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:51:09.589Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:51:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:51:58.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:51:58.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:51:58.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:51:58.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 959b9ac4-67b0-4e53-886b-9e4ab76eead8 url= /sdc/v1/artifactTypes
2021-08-16T13:51:58.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:51:59.602Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:51:59.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35960184
2021-08-16T13:51:59.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:51:59.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:51:59.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:51:59.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:52:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:52:48.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:52:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:52:48.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:52:48.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35fe8e54-626a-499a-865f-7bb98cc3fa0c url= /sdc/v1/artifactTypes
2021-08-16T13:52:48.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:52:49.619Z||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.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:52:49.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39cbadc1
2021-08-16T13:52:49.621Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:52:49.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:52:49.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:52:49.622Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:53:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:53:38.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:53:38.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:53:38.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:53:38.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eafb53e8-773e-4ad1-85d4-08b1db684e1e url= /sdc/v1/artifactTypes
2021-08-16T13:53:38.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:53:39.602Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:53:39.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e67c98a
2021-08-16T13:53:39.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:53:39.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:53:39.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:53:39.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:54:28.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:54:28.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:54:28.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:54:28.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:54:28.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efbd78f9-b9ed-4647-b62e-13298a5071da url= /sdc/v1/artifactTypes
2021-08-16T13:54:28.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:54:29.587Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:54:29.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bcef582
2021-08-16T13:54:29.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:54:29.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:54:29.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:54:29.589Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:55:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:55:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:55:18.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:55:18.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:55:18.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73386357-519c-46ac-b144-71eea60d8449 url= /sdc/v1/artifactTypes
2021-08-16T13:55:18.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:55:19.602Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:55:19.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76609af
2021-08-16T13:55:19.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:55:19.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:55:19.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:55:19.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:56:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:56:08.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:56:08.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:56:08.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:56:08.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2fd40d57-0705-4805-ab8f-62a88448d7b1 url= /sdc/v1/artifactTypes
2021-08-16T13:56:08.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:56:09.586Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:56:09.587Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72eba345
2021-08-16T13:56:09.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:56:09.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:56:09.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:56:09.588Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:56:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:56:58.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:56:58.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:56:58.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:56:58.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6ba3690-203d-492b-bb22-b8d79bfd985d url= /sdc/v1/artifactTypes
2021-08-16T13:56:58.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:56:59.601Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:56:59.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48f8ecc1
2021-08-16T13:56:59.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:56:59.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:56:59.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:56:59.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:57:30.825Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-16T13:57:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:57:48.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:57:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:57:48.581Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:57:48.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 684b096f-2493-44e4-8624-b36fbc0e1117 url= /sdc/v1/artifactTypes
2021-08-16T13:57:48.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:57:49.618Z||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.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:57:49.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fe5f85e
2021-08-16T13:57:49.618Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:57:49.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:57:49.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:57:49.619Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:58:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:58:38.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:58:38.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:58:38.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:58:38.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a2c3f36-1195-4ddb-afe1-d6757e1c1b35 url= /sdc/v1/artifactTypes
2021-08-16T13:58:38.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:58:39.601Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-16T13:58:39.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25d559de
2021-08-16T13:58:39.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:58:39.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:58:39.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:58:39.602Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-16T13:59:28.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T13:59:28.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T13:59:28.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T13:59:28.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T13:59:28.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a3a78e6-b7c3-4f50-b537-395c0459af6d url= /sdc/v1/artifactTypes
2021-08-16T13:59:28.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T13:59:29.585Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T13:59:29.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@692c11d
2021-08-16T13:59:29.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T13:59:29.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T13:59:29.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T13:59:29.586Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:00:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:00:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:00:18.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:00:18.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:00:18.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f8520d3-bd50-42ab-9448-5343f6479f3f url= /sdc/v1/artifactTypes
2021-08-16T14:00:18.569Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:00:19.603Z||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.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T14:00:19.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5db4fe7c
2021-08-16T14:00:19.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T14:00:19.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T14:00:19.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T14:00:19.605Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:01:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:01:08.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:01:08.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:01:08.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:01:08.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 793bf87a-aa57-4e4f-abcf-60374865d2d1 url= /sdc/v1/artifactTypes
2021-08-16T14:01:08.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:01:09.587Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T14:01:09.587Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ebf252d
2021-08-16T14:01:09.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T14:01:09.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T14:01:09.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T14:01:09.589Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:01:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:01:58.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:01:58.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:01:58.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:01:58.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82976873-4674-497e-bdbd-cf92cb71969f url= /sdc/v1/artifactTypes
2021-08-16T14:01:58.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:01:59.602Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T14:01:59.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17c5c535
2021-08-16T14:01:59.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T14:01:59.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T14:01:59.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T14:01:59.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:02:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:02:48.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:02:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:02:48.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:02:48.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1b280ea-56b3-4450-acdb-2ddb03162341 url= /sdc/v1/artifactTypes
2021-08-16T14:02:48.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:02:49.619Z||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.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T14:02:49.620Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51e2139a
2021-08-16T14:02:49.620Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T14:02:49.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T14:02:49.621Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T14:02:49.622Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:03:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:03:38.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:03:38.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:03:38.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:03:38.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c891729-e613-4ce3-88a9-20308db5aa35 url= /sdc/v1/artifactTypes
2021-08-16T14:03:38.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:03:39.602Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T14:03:39.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35c9a65d
2021-08-16T14:03:39.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T14:03:39.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T14:03:39.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T14:03:39.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:04:28.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:04:28.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:04:28.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:04:28.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:04:28.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39846518-b641-432b-ac9b-955a3e55e2cd url= /sdc/v1/artifactTypes
2021-08-16T14:04:28.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:04:29.586Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T14:04:29.587Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f4bdb93
2021-08-16T14:04:29.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T14:04:29.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T14:04:29.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T14:04:29.588Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:05:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:05:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:05:18.561Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:05:18.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:05:18.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= da5364f5-4317-4b70-ac19-f7e444e56e10 url= /sdc/v1/artifactTypes
2021-08-16T14:05:18.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:05:19.601Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.12] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-08-16T14:05:19.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f2be83b
2021-08-16T14:05:19.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-16T14:05:19.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-16T14:05:19.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-16T14:05:19.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-16T14:06:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T14:06:08.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T14:06:08.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T14:06:08.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T14:06:08.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfc70c6f-2e15-4cf5-a43c-6cf0dd7cc466 url= /sdc/v1/artifactTypes
2021-08-16T14:06:08.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T14:06:09.091Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-16T14:06:09.098Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-16T14:06:09.118Z||scheduling-1|||||DEBUG|500||create keys
2021-08-16T14:06:09.124Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-16T14:06:09.172Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:06:09.192Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f2133ac8-4c03-48f0-8f86-4549819c8992 url= /sdc/v1/registerForDistribution
2021-08-16T14:06:09.448Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f2133ac8-4c03-48f0-8f86-4549819c8992 url= /sdc/v1/registerForDistribution
2021-08-16T14:06:09.448Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-16T14:06:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:06:09.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:06:09.464Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:06:09.464Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:06:09.464Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:06:09.464Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:06:09.464Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-16T14:06:19.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:06:19.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:07:09.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:07:09.458Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:07:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:07:09.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:07:09.461Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:07:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:07:19.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:07:19.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:08:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:08:09.458Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:08:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:08:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:08:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:08:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:08:19.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:08:19.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:09:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:09:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:09:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:09:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:09:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:09:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:09:19.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:09:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:10:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:10:09.458Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:10:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:10:09.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:10:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:10:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:10:19.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:10:19.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:11:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:11:09.458Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:11:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:11:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:11:09.461Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:11:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:11:19.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:11:19.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:12:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:12:09.459Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:12:09.459Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:12:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:12:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:12:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:12:19.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:12:19.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:13:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:13:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:13:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:13:09.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:13:09.461Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:13:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:13:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:13:19.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:14:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:14:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:14:09.459Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:14:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:14:09.460Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:14:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:14:19.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:14:19.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:15:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:15:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:15:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:15:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:15:09.461Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:15:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:15:19.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:15:19.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:16:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:16:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:16:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:16:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:16:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:16:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:16:19.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:16:19.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:17:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:17:09.458Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:17:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:17:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:17:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:17:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:17:19.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:17:19.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:18:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:18:09.458Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:18:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:18:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:18:09.460Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:18:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:18:19.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:18:19.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:19:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:19:09.458Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:19:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:19:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:19:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:19:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:19:19.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:19:19.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:20:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:20:09.458Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:20:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:20:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:20:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:20:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:20:19.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:20:19.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:21:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:21:09.457Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:21:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:21:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:21:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:21:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:21:19.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:21:19.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:22:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:22:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:22:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:22:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:22:09.460Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:22:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:22:19.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:22:19.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:23:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:23:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:23:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:23:09.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:23:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:23:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:23:19.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:23:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:24:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:24:09.459Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:24:09.459Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:24:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:24:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:24:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:24:19.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:24:19.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:25:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:25:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:25:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:25:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:25:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:25:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:25:19.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:25:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:26:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:26:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:26:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:26:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:26:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:26:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:26:19.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:26:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:27:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:27:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:27:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:27:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:27:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:27:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:27:19.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:27:19.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:28:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:28:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:28:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:28:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:28:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:28:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:28:19.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:28:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:29:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:29:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:29:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:29:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:29:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:29:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:29:19.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:29:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:30:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:30:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:30:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:30:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:30:09.460Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:30:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:30:19.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:30:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:31:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:31:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:31:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:31:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:31:09.460Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:31:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:31:19.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:31:19.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:32:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:32:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:32:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:32:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:32:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:32:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:32:19.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:32:19.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:33:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:33:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:33:09.459Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:33:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:33:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:33:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:33:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:33:19.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:34:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:34:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:34:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:34:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:34:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:34:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:34:19.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:34:19.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:35:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:35:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:35:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:35:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:35:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:35:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:35:19.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:35:19.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:36:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:36:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:36:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:36:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:36:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:36:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:36:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:36:19.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:37:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:37:09.459Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:37:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:37:09.459Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:37:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:37:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:37:19.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:37:19.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:38:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:38:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:38:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:38:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:38:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:38:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:38:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:38:19.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:39:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:39:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:39:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:39:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:39:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:39:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:39:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:39:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:40:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:40:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:40:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:40:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:40:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:40:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:40:19.007Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:40:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:41:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:41:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:41:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:41:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:41:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:41:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:41:19.002Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:41:19.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:42:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:42:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:42:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:42:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:42:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:42:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:42:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:42:19.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:43:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:43:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:43:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:43:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:43:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:43:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:43:19.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:43:19.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:44:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:44:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:44:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:44:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:44:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:44:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:44:19.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:44:19.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:45:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:45:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:45:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:45:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:45:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:45:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:45:19.002Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:45:19.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:46:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:46:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:46:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:46:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:46:09.460Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:46:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:46:19.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:46:19.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:47:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:47:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:47:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:47:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:47:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:47:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:47:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:47:19.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:48:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:48:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:48:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:48:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:48:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:48:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:48:19.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:48:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:49:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:49:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:49:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:49:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:49:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:49:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:49:19.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:49:19.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:50:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:50:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:50:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:50:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:50:09.459Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:50:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:50:19.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:50:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:51:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:51:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:51:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:51:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:51:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:51:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:51:19.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:51:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:52:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:52:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:52:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:52:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:52:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:52:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:52:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:52:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:53:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:53:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:53:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:53:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:53:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:53:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:53:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:53:19.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:54:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:54:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:54:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:54:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:54:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:54:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:54:19.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:54:19.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:55:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:55:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:55:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:55:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:55:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:55:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:55:19.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:55:19.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:56:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:56:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:56:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:56:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:56:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:56:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:56:19.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:56:19.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:57:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:57:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:57:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:57:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:57:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:57:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:57:18.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:57:19.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:58:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:58:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:58:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:58:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:58:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:58:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:58:19.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:58:19.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:59:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:59:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:59:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:59:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T14:59:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T14:59:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T14:59:18.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T14:59:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:00:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:00:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:00:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:00:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:00:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:00:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:00:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:00:19.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:01:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:01:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:01:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:01:09.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:01:09.462Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:01:09.462Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:01:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:01:19.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:02:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:02:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:02:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:02:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:02:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:02:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:02:19.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:02:19.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:03:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:03:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:03:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:03:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:03:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:03:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:03:19.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:03:19.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:04:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:04:09.459Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:04:09.459Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:04:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:04:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:04:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:04:19.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:04:19.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:05:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:05:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:05:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:05:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:05:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:05:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:05:19.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:05:19.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:06:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:06:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:06:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:06:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:06:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:06:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:06:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:06:19.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:07:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:07:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:07:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:07:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:07:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:07:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:07:19.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:07:19.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:08:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:08:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:08:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:08:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:08:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:08:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:08:19.005Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:08:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:09:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:09:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:09:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:09:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:09:09.460Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:09:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:09:19.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:09:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:10:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:10:09.458Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:10:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:10:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:10:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:10:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:10:19.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:10:19.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:11:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:11:09.457Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:11:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:11:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:11:09.460Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:11:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:11:19.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:11:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:12:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:12:09.458Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:12:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:12:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:12:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:12:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:12:19.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:12:19.003Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:13:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:13:09.457Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:13:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:13:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:13:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:13:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:13:19.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:13:19.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:14:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:14:09.458Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:14:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:14:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:14:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:14:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:14:19.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:14:19.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:15:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:15:09.458Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:15:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:15:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:15:09.460Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:15:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:15:19.001Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:15:19.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:16:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:16:09.458Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:16:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:16:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:16:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:16:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:16:19.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:16:19.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:17:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:17:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:17:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:17:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:17:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:17:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:17:19.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:17:19.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:18:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:18:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:18:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:18:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:18:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:18:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:18:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:18:19.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:19:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:19:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:19:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:19:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:19:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:19:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:19:19.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:19:19.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:20:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:20:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:20:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:20:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:20:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:20:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:20:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:20:19.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:21:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:21:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:21:09.457Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:21:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:21:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:21:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:21:18.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:21:18.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:22:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:22:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:22:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:22:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:22:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:22:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:22:19.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:22:19.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:23:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:23:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:23:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:23:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:23:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:23:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:23:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:23:19.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:24:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:24:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:24:09.457Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:24:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:24:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:24:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:24:19.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:24:19.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:25:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:25:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:25:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:25:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:25:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:25:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:25:19.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:25:19.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:26:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:26:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:26:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:26:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:26:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:26:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:26:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:26:19.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:27:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:27:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:27:09.457Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:27:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:27:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:27:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:27:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:27:19.006Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:28:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:28:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:28:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:28:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:28:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:28:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:28:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:28:19.008Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:29:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:29:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:29:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:29:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:29:09.460Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:29:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:29:19.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:29:19.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:30:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:30:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:30:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:30:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:30:09.460Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:30:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:30:19.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:30:19.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:31:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:31:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:31:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:31:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:31:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:31:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:31:19.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:31:19.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:32:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:32:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:32:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:32:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:32:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:32:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:32:19.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:32:19.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:33:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:33:09.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:33:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:33:09.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:33:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:33:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:33:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:33:19.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:34:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:34:09.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:34:09.458Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:34:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:34:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:34:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:34:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:34:19.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:35:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:35:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:35:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:35:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:35:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:35:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:35:19.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:35:19.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:36:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:36:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:36:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:36:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:36:09.460Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:36:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:36:19.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:36:19.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:37:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:37:09.457Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:37:09.457Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:37:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:37:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:37:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:37:19.007Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:37:19.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:38:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:38:09.457Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:38:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:38:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:38:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:38:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:38:19.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:38:19.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:39:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:39:09.457Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:39:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:39:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:39:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:39:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:39:19.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:39:19.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:40:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:40:09.457Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:40:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:40:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:40:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:40:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:40:19.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:40:19.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:41:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:41:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:41:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:41:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:41:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:41:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:41:19.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:41:19.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:42:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:42:09.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:42:09.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:42:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:42:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:42:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:42:19.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:42:19.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:43:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:43:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:43:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:43:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:43:09.460Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:43:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:43:19.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:43:19.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:44:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:44:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:44:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:44:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:44:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:44:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:44:19.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:44:19.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:45:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:45:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:45:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:45:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:45:09.460Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:45:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:45:19.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:45:19.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:46:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:46:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:46:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:46:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:46:09.459Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:46:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:46:19.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:46:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:47:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:47:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:47:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:47:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:47:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:47:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:47:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:47:19.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:48:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:48:09.458Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:48:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:48:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:48:09.460Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:48:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:48:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:48:19.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:49:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:49:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:49:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:49:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:49:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:49:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:49:19.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:49:19.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:50:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:50:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:50:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:50:09.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:50:09.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:50:09.464Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:50:19.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:50:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:51:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:51:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:51:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:51:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:51:09.460Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:51:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:51:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:51:19.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:52:09.457Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:52:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:52:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:52:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:09.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:10.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129111777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129112141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129109759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129112609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129106514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129111777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129109759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129112141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129112609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129106514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129111777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129109759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129112141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129112609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129106514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129111777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129109759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129112141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129112609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129106514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129118203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129111777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129109759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129112141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129112609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129106514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129118203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129111777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129109759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129112141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129112609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129106514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129118203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129111777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129109759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129112619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129112141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129112609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129106514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129118203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "dcae-sch",
"timestamp": 1629129121916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129118203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "dcae-sch",
"timestamp": 1629129121916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129123736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129123757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129123729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129118203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129124048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "dcae-sch",
"timestamp": 1629129121916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "cds",
"timestamp": 1629129124750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T15:52:10.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:10.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b104a412-d066-44eb-b733-763e3dc53d34","serviceName":"vFW 2021-08-16 15-49-07","serviceVersion":"1.0","serviceUUID":"0b694c17-db57-4470-99a7-596c53c64f2c","serviceDescription":"catalog service description","serviceInvariantUUID":"eced3acb-63fa-433a-bd44-d6473d17a57b","resources":[{"resourceInstanceName":"vFW 94799a7d-aaad 0","resourceName":"vFW 94799a7d-aaad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"072e2256-ee29-4fca-ac61-40bdc17a3cd6","resourceInvariantUUID":"40c539ba-f7a2-4e2a-acbe-bc2f042346a6","resourceCustomizationUUID":"70ed8964-b81f-49f1-a4a5-2b017dfe51a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml","artifactChecksum":"ZjdiNTM0MzdmOWNlNjFjZjUzMDBiMzg2NGFhMzg2N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23d82d68-2271-41a1-a5bc-e45b97db892d","artifactVersion":"1"},{"artifactName":"vfw94799a7daaad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json","artifactChecksum":"NWQ1YzRkNDA2NmI5MjBmMGJhNDhlMmI2NmExNTQzNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84c91d9a-bb9c-4f47-9125-40dc314e010e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53e6ed03-b039-428d-b6c4-30322aadc018","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml","artifactChecksum":"ODhmNDViMzcxNjhkNzIxNWQxNjdhYWIyMzhlNGQ3MjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3e13396-91e0-458b-974d-f8635406a5ff","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7a280073-e047-426c-ad23-6231d51deaa8","artifactVersion":"2","generatedFromUUID":"53e6ed03-b039-428d-b6c4-30322aadc018"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816154907-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml","artifactChecksum":"NGQyZmQ2MmYxY2MwYmM0ZmQ5ZmNhMGUwMDZmM2JkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33358b33-301f-4887-a907-560ec5791e0e","artifactVersion":"1"},{"artifactName":"service-Vfw20210816154907-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar","artifactChecksum":"MWFiNGM5MzZmYjYxMmM4ZDY1NzlmZThjZjM1YzQ1YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3ed42e0-bda2-497e-b6d3-fabd203c8c82","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T15:52:10.113Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:52:10.126Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:10.139Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:10.139Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:52:10.236Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34
2021-08-16T15:52:10.240Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-08-16T15:52:10.243Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:10.244Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:10.254Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:10.255Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T15:52:10.258Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:52:10.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129124738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T15:52:10.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:10.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129118203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:52:10.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "dcae-sch",
"timestamp": 1629129121916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "policy-id",
"timestamp": 1629129125742,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T15:52:10.298Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34
2021-08-16T15:52:10.298Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:52:10.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "dcae-sch",
"timestamp": 1629129121916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129127471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:10.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "dcae-sch",
"timestamp": 1629129121916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "dcae-sch",
"timestamp": 1629129121916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:10.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:52:10.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129128688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:10.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:10.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:52:10.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129129355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T15:52:10.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:52:11.149Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:52:11.149Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:11.151Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:11.151Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T15:52:11.252Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T15:52:11.253Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:11.253Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:11.266Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:11.267Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:12.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:52:12.153Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:12.154Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:12.154Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T15:52:12.255Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:12.256Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:12.256Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:12.266Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:12.267Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:13.155Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:52:13.156Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:13.157Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:13.158Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:13.258Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:13.259Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:13.259Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:13.269Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:13.269Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-16T15:52:14.158Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:52:14.159Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:14.161Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:14.161Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T15:52:14.261Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:14.262Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:14.262Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:14.271Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:14.272Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:15.162Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:52:15.162Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:15.164Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:15.164Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:52:15.264Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:15.265Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:15.265Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:15.275Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:15.276Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:16.165Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:52:16.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:16.168Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:16.168Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:52:16.269Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T15:52:16.270Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:16.270Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:16.281Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:16.281Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:17.170Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"serviceName": "vFW 2021-08-16 15-49-07",
"serviceVersion": "1.0",
"serviceUUID": "0b694c17-db57-4470-99a7-596c53c64f2c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "eced3acb-63fa-433a-bd44-d6473d17a57b",
"resources": [
{
"resourceInstanceName": "vFW 94799a7d-aaad 0",
"resourceCustomizationUUID": "70ed8964-b81f-49f1-a4a5-2b017dfe51a3",
"resourceName": "vFW 94799a7d-aaad",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "072e2256-ee29-4fca-ac61-40bdc17a3cd6",
"resourceInvariantUUID": "40c539ba-f7a2-4e2a-acbe-bc2f042346a6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw94799a7daaad0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"artifactChecksum": "NWQ1YzRkNDA2NmI5MjBmMGJhNDhlMmI2NmExNTQzNzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84c91d9a-bb9c-4f47-9125-40dc314e010e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "53e6ed03-b039-428d-b6c4-30322aadc018",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7a280073-e047-426c-ad23-6231d51deaa8",
"generatedFromUUID": "53e6ed03-b039-428d-b6c4-30322aadc018"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7a280073-e047-426c-ad23-6231d51deaa8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210816154907-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"artifactChecksum": "MWFiNGM5MzZmYjYxMmM4ZDY1NzlmZThjZjM1YzQ1YjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b3ed42e0-bda2-497e-b6d3-fabd203c8c82"
}
],
"workloadContext": "Production"
}
2021-08-16T15:52:17.171Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T15:52:17.172Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b694c17-db57-4470-99a7-596c53c64f2c ASDC
2021-08-16T15:52:17.276Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b104a412-d066-44eb-b733-763e3dc53d34
ServiceName:vFW 2021-08-16 15-49-07
ServiceVersion:1.0
ServiceUUID:0b694c17-db57-4470-99a7-596c53c64f2c
ServiceInvariantUUID:eced3acb-63fa-433a-bd44-d6473d17a57b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210816154907-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar
ArtifactUUID:b3ed42e0-bda2-497e-b6d3-fabd203c8c82
ArtifactChecksum:MWFiNGM5MzZmYjYxMmM4ZDY1NzlmZThjZjM1YzQ1YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 94799a7d-aaad 0
ResourceCustomizationUUID:70ed8964-b81f-49f1-a4a5-2b017dfe51a3
ResourceInvariantUUID:40c539ba-f7a2-4e2a-acbe-bc2f042346a6
ResourceName:vFW 94799a7d-aaad
ResourceType:VF
ResourceUUID:072e2256-ee29-4fca-ac61-40bdc17a3cd6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw94799a7daaad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json
ArtifactUUID:84c91d9a-bb9c-4f47-9125-40dc314e010e
ArtifactChecksum:NWQ1YzRkNDA2NmI5MjBmMGJhNDhlMmI2NmExNTQzNzI=
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/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml
ArtifactUUID:53e6ed03-b039-428d-b6c4-30322aadc018
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/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env
ArtifactUUID:7a280073-e047-426c-ad23-6231d51deaa8
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/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env
ArtifactUUID:7a280073-e047-426c-ad23-6231d51deaa8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-16T15:52:17.277Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b694c17-db57-4470-99a7-596c53c64f2c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T15:52:17.355Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T15:52:17.356Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-16T15:52:17.356Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-16T15:52:17.356Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b3ed42e0-bda2-497e-b6d3-fabd203c8c82 from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:17.357Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-16T15:52:17.357Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:18.167Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-16T15:52:18.184Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar b3ed42e0-bda2-497e-b6d3-fabd203c8c82 98768
2021-08-16T15:52:18.185Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar ASDC sendASDCNotification
2021-08-16T15:52:18.185Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:18.187Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:52:18.188Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:18.190Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:18.190Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129138184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:18.291Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:18.291Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:18.291Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:18.301Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:18.302Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:19.191Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T15:52:19.192Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-16T15:52:19.192Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b3ed42e0-bda2-497e-b6d3-fabd203c8c82, URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar to file: /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:19.193Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816154907-csar.csar
2021-08-16T15:52:19.470Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:19.470Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:19.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11867572919386563866/Definitions/service-Vfw20210816154907-template.yml
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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-08-16T15:52:22.873Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 94799a7d-aaad 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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|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-Vfw20210816154907-csar.csar
2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-16T15:52:22.886Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.887Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:22.890Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:22.890Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-16T15:52:22.892Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T15:52:22.893Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T15:52:22.895Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.895Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria
2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T15:52:22.902Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria
2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3a413f26-8aed-46f2-abce-3c0f7f239ebf
2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria
2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e85d7c20-1a13-46ca-ad08-92e137cb8952
2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria
2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb797478-dd28-47c2-9336-52a3222f190a
2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:22.914Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-16 15-49-07
Description:catalog service description
Model UUID:0b694c17-db57-4470-99a7-596c53c64f2c
Model Version:NULL
Model InvariantUuid:eced3acb-63fa-433a-bd44-d6473d17a57b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 94799a7d-aaad
Model UUID:40c33875-4a28-44a5-9af6-425400860ee8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40c539ba-f7a2-4e2a-acbe-bc2f042346a6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:70ed8964-b81f-49f1-a4a5-2b017dfe51a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2e31328d-bcdc-4dac-8703-92cdfc1a52ca
ModelName:Vfw94799a7dAaad..base_vfw..module-0
ModelUuid:7d10fea0-46bd-4f5a-ab6e-02be280af696
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3a413f26-8aed-46f2-abce-3c0f7f239ebf
ModelInvariantUuid:bdcaf74a-2a0c-4ee9-8898-2ea5a8dca403
ModelName:vFW 94799a7d-aaad-nodes.vfwCvfc
ModelUuid:b2e121d7-96bd-42f9-9c5b-d7e4d6181ee9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b86d28c0-6223-42dc-bced-0765f9373b77
ModelInvariantUuid:ec795eba-8013-4483-a70e-9a816cc91c6e
ModelName:Vfw94799a7dAaad.compute.nodes.heat.vfw
ModelUuid:6f5e5604-fb74-4299-8f6e-1e0f0d063211
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e85d7c20-1a13-46ca-ad08-92e137cb8952
ModelInvariantUuid:8ecc2d86-8702-4d19-9ecd-e875cc17639b
ModelName:vFW 94799a7d-aaad-nodes.vsnCvfc
ModelUuid:e72b1950-fd19-4786-ae1c-bd5983376dea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6d6486a1-9e37-46de-99e5-af172fd02e9c
ModelInvariantUuid:ef3df4eb-01fc-4fb7-853f-d43ed7d55833
ModelName:Vfw94799a7dAaad.compute.nodes.heat.vsn
ModelUuid:efb208e2-bca9-481b-852f-64a3739212dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cb797478-dd28-47c2-9336-52a3222f190a
ModelInvariantUuid:df5bef81-b948-41d6-9a2b-3a68318d238b
ModelName:vFW 94799a7d-aaad-nodes.vpgCvfc
ModelUuid:7e82a0f4-7688-4fcd-af75-0a1822ada3f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e5eae0f3-ae9f-4abc-bc78-8084250abb3f
ModelInvariantUuid:300211e5-5011-4675-baea-09aa7f332597
ModelName:Vfw94799a7dAaad.compute.nodes.heat.vpg
ModelUuid:94dcb9c2-6a4b-4ee9-9fb5-c22d542e2d0b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-16T15:52:22.934Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 072e2256-ee29-4fca-ac61-40bdc17a3cd6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T15:52:23.027Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||vFW 94799a7d-aaad 0
2021-08-16T15:52:23.034Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 072e2256-ee29-4fca-ac61-40bdc17a3cd6
2021-08-16T15:52:23.035Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84c91d9a-bb9c-4f47-9125-40dc314e010e from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json
2021-08-16T15:52:23.035Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-16T15:52:23.035Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json
2021-08-16T15:52:24.321Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json 84c91d9a-bb9c-4f47-9125-40dc314e010e 785
2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json ASDC sendASDCNotification
2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json
2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:52:24.323Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:24.325Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:24.325Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129144322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:24.425Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:24.426Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:24.426Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:24.436Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:24.437Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:25.326Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw94799a7dAaad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2e31328d-bcdc-4dac-8703-92cdfc1a52ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d10fea0-46bd-4f5a-ab6e-02be280af696",
"vfModuleModelCustomizationUUID": "f66c712a-35f7-4b9d-8488-29ff5c78c2af",
"isBase": true,
"artifacts": [
"53e6ed03-b039-428d-b6c4-30322aadc018",
"7a280073-e047-426c-ad23-6231d51deaa8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-16T15:52:25.350Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw94799a7dAaad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d10fea0-46bd-4f5a-ab6e-02be280af696
VfModuleModelInvariantUUID:2e31328d-bcdc-4dac-8703-92cdfc1a52ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
53e6ed03-b039-428d-b6c4-30322aadc018
,
7a280073-e047-426c-ad23-6231d51deaa8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw94799a7dAaad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2e31328d-bcdc-4dac-8703-92cdfc1a52ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d10fea0-46bd-4f5a-ab6e-02be280af696",
"vfModuleModelCustomizationUUID": "f66c712a-35f7-4b9d-8488-29ff5c78c2af",
"isBase": true,
"artifacts": [
"53e6ed03-b039-428d-b6c4-30322aadc018",
"7a280073-e047-426c-ad23-6231d51deaa8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw94799a7dAaad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d10fea0-46bd-4f5a-ab6e-02be280af696
VfModuleModelInvariantUUID:2e31328d-bcdc-4dac-8703-92cdfc1a52ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
53e6ed03-b039-428d-b6c4-30322aadc018
,
7a280073-e047-426c-ad23-6231d51deaa8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 53e6ed03-b039-428d-b6c4-30322aadc018 from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml
2021-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml
2021-08-16T15:52:26.751Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml 53e6ed03-b039-428d-b6c4-30322aadc018 20368
2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml
2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:26.754Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:26.754Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129146752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:26.854Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:26.855Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:26.856Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:26.867Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:26.867Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T15:52:27.755Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a280073-e047-426c-ad23-6231d51deaa8 from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env
2021-08-16T15:52:27.756Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-16T15:52:27.756Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env
2021-08-16T15:52:27.923Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-16T15:52:27.923Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env 7a280073-e047-426c-ad23-6231d51deaa8 2098
2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env
2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:27.925Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:27.925Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129147923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:52:28.026Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:28.027Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:28.027Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:28.036Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:28.036Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:28.926Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0b694c17-db57-4470-99a7-596c53c64f2c
2021-08-16T15:52:28.927Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 94799a7d-aaad 0 072e2256-ee29-4fca-ac61-40bdc17a3cd6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 70ed8964-b81f-49f1-a4a5-2b017dfe51a3
2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 70ed8964-b81f-49f1-a4a5-2b017dfe51a3 matches Tosca VF Customization UUID: 70ed8964-b81f-49f1-a4a5-2b017dfe51a3
2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 70ed8964-b81f-49f1-a4a5-2b017dfe51a3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-16T15:52:28.976Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.976Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 70ed8964-b81f-49f1-a4a5-2b017dfe51a3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@205ce10b
2021-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T15:52:28.979Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f66c712a-35f7-4b9d-8488-29ff5c78c2af
2021-08-16T15:52:28.980Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f66c712a-35f7-4b9d-8488-29ff5c78c2af
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3a413f26-8aed-46f2-abce-3c0f7f239ebf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-16T15:52:28.994Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.994Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:28.994Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e85d7c20-1a13-46ca-ad08-92e137cb8952
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-16T15:52:28.998Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:28.999Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:28.999Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria
2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T15:52:29.003Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-16T15:52:29.003Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb797478-dd28-47c2-9336-52a3222f190a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-16T15:52:29.005Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria
2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=70ed8964-b81f-49f1-a4a5-2b017dfe51a3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T15:52:29.008Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.008Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0b694c17-db57-4470-99a7-596c53c64f2c: vFW 94799a7d-aaad
2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:52:29.011Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:52:29.011Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-08-16 15-49-07
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:52:29.338Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 94799a7d-aaad 072e2256-ee29-4fca-ac61-40bdc17a3cd6 1 ASDC deployResourceStructure
2021-08-16T15:52:29.338Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json ASDC sendASDCNotification
2021-08-16T15:52:29.339Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json
2021-08-16T15:52:29.339Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:52:29.339Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:29.342Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:29.342Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129149338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T15:52:29.442Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:29.443Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:29.443Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:29.453Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:29.453Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-16T15:52:30.343Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-16T15:52:30.343Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml
2021-08-16T15:52:30.343Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:52:30.344Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:30.346Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:30.346Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129150342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T15:52:30.446Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:30.447Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:30.447Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:30.457Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:30.458Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:52:31.347Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-16T15:52:31.348Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env
2021-08-16T15:52:31.348Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:52:31.348Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:31.350Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:31.350Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129151347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-16T15:52:31.451Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:31.452Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:31.452Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:31.463Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:31.463Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T15:52:32.352Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar ASDC sendASDCNotification
2021-08-16T15:52:32.352Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar
2021-08-16T15:52:32.352Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:52:32.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:52:32.354Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:52:32.354Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129152351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T15:52:32.454Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:52:32.455Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:52:32.455Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:52:32.466Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:52:32.466Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-16T15:52:33.355Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:52:33.371Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:52:33.374Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:52:33.374Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:52:33.375Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:53:03.375Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:53:03.388Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:53:03.390Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:53:03.391Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:53:03.391Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:53:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:53:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:53:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:53:09.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:53:09.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:53:09.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129129870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:53:09.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:53:33.391Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:53:33.407Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:53:33.409Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:53:33.410Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:53:33.410Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:54:03.410Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:54:03.421Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:54:03.424Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:54:03.424Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:54:03.425Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:54:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:54:09.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:54:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:54:09.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:54:09.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T15:54:09.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:54:09.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T15:54:33.425Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:54:33.438Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:54:33.441Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:54:33.442Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:54:33.442Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:55:03.442Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:55:03.455Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:55:03.458Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:55:03.458Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:55:03.458Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:55:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:55:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:55:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:55:09.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:55:09.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:09.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129130360,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T15:55:09.992Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34
2021-08-16T15:55:09.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:55:10.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129130975,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T15:55:10.006Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34
2021-08-16T15:55:10.006Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-16T15:55:10.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129131978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129129457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129137388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129138114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129138184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:55:10.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "aai-ml",
"timestamp": 1629129139120,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T15:55:10.022Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b104a412-d066-44eb-b733-763e3dc53d34
2021-08-16T15:55:10.022Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:55:10.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129139397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T15:55:10.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "clamp",
"timestamp": 1629129140401,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T15:55:10.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34
2021-08-16T15:55:10.038Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:55:10.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129144322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:55:10.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129146752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129147923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129149338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129150342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129151347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-16T15:55:10.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129152351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T15:55:10.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:55:33.459Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:55:33.472Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T15:55:33.477Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-08-16T15:55:33.477Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T15:55:33.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T15:56:03.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-16T15:56:03.493Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b104a412-d066-44eb-b733-763e3dc53d34 and serviceModelVersionId: 0b694c17-db57-4470-99a7-596c53c64f2c
2021-08-16T15:56:03.493Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eced3acb-63fa-433a-bd44-d6473d17a57b
2021-08-16T15:56:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:56:09.460Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:56:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:56:19.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:56:19.999Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0
2021-08-16T15:56:20.161Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T15:56:20.873Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|INFO|500||Invoke
2021-08-16T15:56:20.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b104a412-d066-44eb-b733-763e3dc53d34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ffa9054f-40c6-4d00-9502-d25da0626e5f], X-ECOMP-RequestID=[b104a412-d066-44eb-b733-763e3dc53d34], X-TransactionId=[], X-ONAP-RequestID=[b104a412-d066-44eb-b733-763e3dc53d34], Content-Type=[application/merge-patch+json]}
2021-08-16T15:56:21.040Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-08-16T15:56:21.141Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?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/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-15:56:21:047-94848], Content-Length=[495], Date=[Mon, 16 Aug 2021 15:56:21 GMT], Content-Type=[application/json]}
2021-08-16T15:56:21.144Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c","ERR.5.4.6114"]}}}
2021-08-16T15:56:21.145Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|INFO|404|Not Found|InvokeReturn
2021-08-16T15:56:21.168Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114)
2021-08-16T15:56:21.169Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-16T15:56:21.169Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114)
2021-08-16T15:56:21.169Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T15:56:21.173Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T15:56:21.181Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b104a412-d066-44eb-b733-763e3dc53d34 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114)
2021-08-16T15:56:21.182Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-08-16T15:56:21.183Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:56:21.184Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:56:21.184Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129381182,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec\u003dERR.5.4.6114)"
}
2021-08-16T15:56:21.285Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T15:56:21.286Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:56:21.286Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:56:21.298Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:56:21.298Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T15:56:22.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:56:22.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:56:22.205Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:56:32.413Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:56:32.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:56:32.415Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:56:32.415Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:56:41.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:56:41.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:56:41.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:56:41.960Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:56:51.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:56:51.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:56:51.497Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:56:51.497Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:57:01.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:57:09.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:57:09.458Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:57:09.458Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:57:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:57:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:57:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:57:10.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:57:10.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T15:57:10.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b104a412-d066-44eb-b733-763e3dc53d34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129381182,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec\u003dERR.5.4.6114)"
}
2021-08-16T15:57:10.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T15:57:18.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:09.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:58:09.457Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:58:09.457Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:58:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:58:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:12.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:12.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T15:58:12.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927","serviceName":"basic_onboard_AAHvwv","serviceVersion":"1.0","serviceUUID":"30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd","serviceDescription":"service","serviceInvariantUUID":"094a0dea-1ccd-486f-8660-73b9c458d809","resources":[{"resourceInstanceName":"basic_onboard_AAHvwv 0","resourceName":"basic_onboard_AAHvwv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c62d85a7-64eb-42c7-8c17-0a96ab623ca7","resourceInvariantUUID":"3c498919-ce95-49ba-bbd1-dc4ebed91c4f","resourceCustomizationUUID":"b2071e2c-2031-4894-8f30-c5a39835fb39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml","artifactChecksum":"NDkyMmE4ODgyOThmZDBhNDRjY2ZkM2NlNjAwYzZhZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e59e54df-28b5-462e-b0e9-7e4eb3e6a27a","artifactVersion":"1"},{"artifactName":"basic_onboard_aahvwv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json","artifactChecksum":"ZTVkNGQ4ZjFlNzI0NWFjZDM5MDA3OWRjM2ZlMDE3MWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7d7df00-71a3-4429-832b-be4c703e9551","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4d6f5757-258f-42ec-893f-d6a82614ca4a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61eba334-3719-4612-b799-ffd57e6461c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac07846a-a529-4910-b6f3-c947c6e479df","artifactVersion":"2","generatedFromUUID":"4d6f5757-258f-42ec-893f-d6a82614ca4a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAahvwv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml","artifactChecksum":"YTFlZDEyMDkyNTQzMDAyZjA5MjZhNjQyM2NmZWE1MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a8aba67-1250-4ab9-b43f-fc261e8e8095","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAahvwv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar","artifactChecksum":"M2YyYTg3MzBhOTM0YTE4ZmYzZGY3ZmY3MDZmZWI0YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb312aab-a649-4864-bba1-43cb3e0af845","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T15:58:12.918Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:58:12.918Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:12.920Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:12.921Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:58:13.021Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:13.021Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:13.022Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:13.030Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:13.030Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:13.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:13.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T15:58:13.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:58:13.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T15:58:13.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T15:58:13.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129484759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:58:13.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T15:58:13.921Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:58:13.922Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:13.924Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:13.924Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T15:58:14.024Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:14.025Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:14.025Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:14.035Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:14.036Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:14.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:58:14.926Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:14.927Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:14.928Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T15:58:15.028Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:15.029Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:15.029Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:15.040Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:15.041Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:15.928Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:58:15.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:15.932Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:15.932Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:58:16.033Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T15:58:16.033Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:16.034Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:16.044Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:16.045Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:16.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:58:16.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:16.936Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:16.936Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-16T15:58:17.036Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:17.037Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:17.038Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:17.049Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:17.049Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:17.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:58:17.938Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:17.940Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:17.940Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:58:18.040Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:18.042Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:18.042Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:18.053Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:18.053Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T15:58:18.941Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T15:58:18.942Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:18.944Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:18.944Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T15:58:19.044Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:19.045Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:19.045Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:19.056Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:19.056Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:19.946Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"serviceName": "basic_onboard_AAHvwv",
"serviceVersion": "1.0",
"serviceUUID": "30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd",
"serviceDescription": "service",
"serviceInvariantUUID": "094a0dea-1ccd-486f-8660-73b9c458d809",
"resources": [
{
"resourceInstanceName": "basic_onboard_AAHvwv 0",
"resourceCustomizationUUID": "b2071e2c-2031-4894-8f30-c5a39835fb39",
"resourceName": "basic_onboard_AAHvwv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c62d85a7-64eb-42c7-8c17-0a96ab623ca7",
"resourceInvariantUUID": "3c498919-ce95-49ba-bbd1-dc4ebed91c4f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_aahvwv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"artifactChecksum": "ZTVkNGQ4ZjFlNzI0NWFjZDM5MDA3OWRjM2ZlMDE3MWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7d7df00-71a3-4429-832b-be4c703e9551",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4d6f5757-258f-42ec-893f-d6a82614ca4a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac07846a-a529-4910-b6f3-c947c6e479df",
"generatedFromUUID": "4d6f5757-258f-42ec-893f-d6a82614ca4a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac07846a-a529-4910-b6f3-c947c6e479df",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAahvwv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"artifactChecksum": "M2YyYTg3MzBhOTM0YTE4ZmYzZGY3ZmY3MDZmZWI0YzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb312aab-a649-4864-bba1-43cb3e0af845"
}
],
"workloadContext": "Production"
}
2021-08-16T15:58:19.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T15:58:19.946Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd ASDC
2021-08-16T15:58:19.947Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
ServiceName:basic_onboard_AAHvwv
ServiceVersion:1.0
ServiceUUID:30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd
ServiceInvariantUUID:094a0dea-1ccd-486f-8660-73b9c458d809
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAahvwv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar
ArtifactUUID:eb312aab-a649-4864-bba1-43cb3e0af845
ArtifactChecksum:M2YyYTg3MzBhOTM0YTE4ZmYzZGY3ZmY3MDZmZWI0YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AAHvwv 0
ResourceCustomizationUUID:b2071e2c-2031-4894-8f30-c5a39835fb39
ResourceInvariantUUID:3c498919-ce95-49ba-bbd1-dc4ebed91c4f
ResourceName:basic_onboard_AAHvwv
ResourceType:VF
ResourceUUID:c62d85a7-64eb-42c7-8c17-0a96ab623ca7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aahvwv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json
ArtifactUUID:b7d7df00-71a3-4429-832b-be4c703e9551
ArtifactChecksum:ZTVkNGQ4ZjFlNzI0NWFjZDM5MDA3OWRjM2ZlMDE3MWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4d6f5757-258f-42ec-893f-d6a82614ca4a
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env
ArtifactUUID:ac07846a-a529-4910-b6f3-c947c6e479df
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env
ArtifactUUID:ac07846a-a529-4910-b6f3-c947c6e479df
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-16T15:58:19.947Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:58:19.986Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T15:58:19.987Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T15:58:19.987Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T15:58:19.987Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb312aab-a649-4864-bba1-43cb3e0af845 from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:19.988Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T15:58:19.988Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:20.910Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T15:58:20.917Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar eb312aab-a649-4864-bba1-43cb3e0af845 71377
2021-08-16T15:58:20.917Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar ASDC sendASDCNotification
2021-08-16T15:58:20.917Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:20.918Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:58:20.918Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:20.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:20.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129500917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:58:21.021Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:21.022Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:21.023Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:21.033Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:21.033Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:21.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T15:58:21.923Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T15:58:21.924Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: eb312aab-a649-4864-bba1-43cb3e0af845, URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar to file: /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:21.924Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:21.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:21.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:22.103Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12766711448717198456/Definitions/service-BasicOnboardAahvwv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-16T15:58:23.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AAHvwv 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-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||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-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||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-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||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-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||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-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||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-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is not matching search criteria
2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is not matching search criteria
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f788c865-c981-4f47-b7b5-88a108751067
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:23.664Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:23.664Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:23.664Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AAHvwv
Description:service
Model UUID:30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd
Model Version:NULL
Model InvariantUuid:094a0dea-1ccd-486f-8660-73b9c458d809
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AAHvwv
Model UUID:10e527fc-f7ea-42a8-8034-154379052db1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c498919-ce95-49ba-bbd1-dc4ebed91c4f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2071e2c-2031-4894-8f30-c5a39835fb39
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f65f42a1-fee9-4772-bb19-8915cb411f30
ModelName:BasicOnboardAahvwv..base_ubuntu18..module-0
ModelUuid:d7c24960-3fe1-4333-a710-c000a7724e80
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f788c865-c981-4f47-b7b5-88a108751067
ModelInvariantUuid:34d2c0c2-5d2d-4e1b-a6d5-61f778fe59ad
ModelName:basic_onboard_AAHvwv-nodes.ubuntu18Cvfc
ModelUuid:d1186fe2-a3e6-441c-9c31-571090708aca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:fd8655f3-b1ee-4e6a-a395-96b64dce25d1
ModelInvariantUuid:c849bf16-cb94-4f4d-bb86-dbfc205c6979
ModelName:BasicOnboardAahvwv.compute.nodes.heat.ubuntu18
ModelUuid:1e552951-44f2-4cf5-925a-9048235b8c8b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-16T15:58:23.671Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c62d85a7-64eb-42c7-8c17-0a96ab623ca7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T15:58:23.674Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||basic_onboard_AAHvwv 0
2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c62d85a7-64eb-42c7-8c17-0a96ab623ca7
2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b7d7df00-71a3-4429-832b-be4c703e9551 from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json
2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json
2021-08-16T15:58:25.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T15:58:25.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json b7d7df00-71a3-4429-832b-be4c703e9551 798
2021-08-16T15:58:25.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json ASDC sendASDCNotification
2021-08-16T15:58:25.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json
2021-08-16T15:58:25.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:58:25.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:25.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:25.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129505921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:58:26.025Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:26.026Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:26.026Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:26.035Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:26.036Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:26.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAahvwv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f65f42a1-fee9-4772-bb19-8915cb411f30",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d7c24960-3fe1-4333-a710-c000a7724e80",
"vfModuleModelCustomizationUUID": "34101933-e834-4007-80d7-b3df5de84fcb",
"isBase": true,
"artifacts": [
"4d6f5757-258f-42ec-893f-d6a82614ca4a",
"ac07846a-a529-4910-b6f3-c947c6e479df"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-16T15:58:26.930Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAahvwv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7c24960-3fe1-4333-a710-c000a7724e80
VfModuleModelInvariantUUID:f65f42a1-fee9-4772-bb19-8915cb411f30
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d6f5757-258f-42ec-893f-d6a82614ca4a
,
ac07846a-a529-4910-b6f3-c947c6e479df
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAahvwv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f65f42a1-fee9-4772-bb19-8915cb411f30",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d7c24960-3fe1-4333-a710-c000a7724e80",
"vfModuleModelCustomizationUUID": "34101933-e834-4007-80d7-b3df5de84fcb",
"isBase": true,
"artifacts": [
"4d6f5757-258f-42ec-893f-d6a82614ca4a",
"ac07846a-a529-4910-b6f3-c947c6e479df"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAahvwv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7c24960-3fe1-4333-a710-c000a7724e80
VfModuleModelInvariantUUID:f65f42a1-fee9-4772-bb19-8915cb411f30
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d6f5757-258f-42ec-893f-d6a82614ca4a
,
ac07846a-a529-4910-b6f3-c947c6e479df
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d6f5757-258f-42ec-893f-d6a82614ca4a from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml
2021-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml
2021-08-16T15:58:27.827Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml 4d6f5757-258f-42ec-893f-d6a82614ca4a 5033
2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml
2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:27.830Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:27.830Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129507828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:58:27.930Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:27.931Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:27.931Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:27.941Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:27.941Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:28.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac07846a-a529-4910-b6f3-c947c6e479df from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env
2021-08-16T15:58:28.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T15:58:28.832Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env
2021-08-16T15:58:29.441Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ac07846a-a529-4910-b6f3-c947c6e479df 909
2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env
2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T15:58:29.443Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:29.445Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:29.445Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129509442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T15:58:29.545Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:29.546Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:29.546Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:29.556Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:29.557Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:30.446Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd
2021-08-16T15:58:30.447Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AAHvwv 0 c62d85a7-64eb-42c7-8c17-0a96ab623ca7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T15:58:30.466Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.467Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.467Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-08-16T15:58:30.467Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b2071e2c-2031-4894-8f30-c5a39835fb39
2021-08-16T15:58:30.468Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2071e2c-2031-4894-8f30-c5a39835fb39 matches Tosca VF Customization UUID: b2071e2c-2031-4894-8f30-c5a39835fb39
2021-08-16T15:58:30.468Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b2071e2c-2031-4894-8f30-c5a39835fb39 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-16T15:58:30.471Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.471Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.471Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b2071e2c-2031-4894-8f30-c5a39835fb39: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@694212d3
2021-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34101933-e834-4007-80d7-b3df5de84fcb
2021-08-16T15:58:30.473Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34101933-e834-4007-80d7-b3df5de84fcb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-16T15:58:30.475Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.475Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:30.475Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:58:30.476Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.476Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:30.476Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is not matching search criteria
2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f788c865-c981-4f47-b7b5-88a108751067
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-16T15:58:30.480Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.480Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:30.480Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T15:58:30.481Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.481Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria
2021-08-16T15:58:30.481Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=b2071e2c-2031-4894-8f30-c5a39835fb39
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T15:58:30.483Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.483Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd: basic_onboard_AAHvwv
2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.485Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.485Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.485Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_AAHvwv
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T15:58:30.568Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AAHvwv c62d85a7-64eb-42c7-8c17-0a96ab623ca7 1 ASDC deployResourceStructure
2021-08-16T15:58:30.569Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json ASDC sendASDCNotification
2021-08-16T15:58:30.569Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json
2021-08-16T15:58:30.569Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:58:30.570Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:30.572Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:30.572Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129510568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T15:58:30.672Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:30.673Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:30.673Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:30.685Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:30.686Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:31.573Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T15:58:31.574Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml
2021-08-16T15:58:31.574Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:58:31.575Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:31.577Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:31.577Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129511573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T15:58:31.677Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T15:58:31.678Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:31.678Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:31.689Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:31.690Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:32.578Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T15:58:32.579Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env
2021-08-16T15:58:32.579Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:58:32.580Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:32.582Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:32.582Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129512578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-16T15:58:32.683Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T15:58:32.684Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:32.684Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:32.696Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:32.697Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:33.583Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar ASDC sendASDCNotification
2021-08-16T15:58:33.584Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar
2021-08-16T15:58:33.584Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T15:58:33.584Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T15:58:33.586Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T15:58:33.587Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129513583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T15:58:33.687Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T15:58:33.688Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T15:58:33.688Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:58:33.701Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:58:33.702Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T15:58:34.587Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:58:34.598Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:58:34.601Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:58:34.601Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:58:34.601Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:59:04.602Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:59:04.615Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:59:04.617Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:59:04.618Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:59:04.618Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T15:59:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T15:59:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T15:59:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T15:59:09.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T15:59:09.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T15:59:09.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129491777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T15:59:09.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T15:59:34.618Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:59:34.628Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T15:59:34.631Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T15:59:34.631Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T15:59:34.631Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T16:00:04.632Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:00:04.641Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:00:04.645Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T16:00:04.645Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T16:00:04.646Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T16:00:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T16:00:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T16:00:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:00:09.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:00:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:00:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129492609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:00:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:00:34.646Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:00:34.655Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:00:34.656Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T16:00:34.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T16:00:34.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T16:01:04.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:01:04.666Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:01:04.668Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T16:01:04.669Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T16:01:04.669Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T16:01:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T16:01:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T16:01:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:01:09.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:01:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129484759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129491777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129492609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129484759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129491777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129492609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129484759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129491777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129492609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129484759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129491777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129496514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129492609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129484759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129491777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129496514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129492609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129498203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129489457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129484759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129491777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129496514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129492609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129498203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129496514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129498203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129500917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129501035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129496514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129501415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129498203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "cds",
"timestamp": 1629129502041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:01:09.543Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
2021-08-16T16:01:09.544Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:01:09.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129496514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129502419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "dcae-sch",
"timestamp": 1629129501916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129502141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129498203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129496514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129502619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "policy-id",
"timestamp": 1629129503422,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:01:09.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
2021-08-16T16:01:09.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "dcae-sch",
"timestamp": 1629129501916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129502141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129498203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129502619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "dcae-sch",
"timestamp": 1629129501916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129502141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129498203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129502619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "dcae-sch",
"timestamp": 1629129501916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129502141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129505921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129502619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "dcae-sch",
"timestamp": 1629129501916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129502141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129502619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129507427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "dcae-sch",
"timestamp": 1629129501916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129502141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129507828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129502619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "dcae-sch",
"timestamp": 1629129501916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129502141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129509040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129502619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129509442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129510273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129510320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129510422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129510467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129510568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129511338,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:01:09.586Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
2021-08-16T16:01:09.586Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-16T16:01:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129511436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129511573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129512341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "clamp",
"timestamp": 1629129512439,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:01:09.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
2021-08-16T16:01:09.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:01:09.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129512578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129512608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129513583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129513611,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:01:09.613Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
2021-08-16T16:01:09.613Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:01:09.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129516372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-08-16T16:01:09.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:01:09.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:01:09.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "aai-ml",
"timestamp": 1629129517377,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:01:09.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
2021-08-16T16:01:09.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:01:34.669Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:01:34.680Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:01:34.688Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T16:02:04.688Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-16T16:02:04.694Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and serviceModelVersionId: 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd
2021-08-16T16:02:04.694Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 094a0dea-1ccd-486f-8660-73b9c458d809
2021-08-16T16:02:04.695Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0
2021-08-16T16:02:04.699Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T16:02:04.737Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|INFO|500||Invoke
2021-08-16T16:02:04.737Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d47d542e-1188-4758-bb77-e80b4138541f], X-ECOMP-RequestID=[2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927], X-TransactionId=[], X-ONAP-RequestID=[2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927], Content-Type=[application/merge-patch+json]}
2021-08-16T16:02:04.772Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-08-16T16:02:04.796Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?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/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:02:04:778-99640], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:02:04 GMT], Content-Type=[application/json]}
2021-08-16T16:02:04.810Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd","ERR.5.4.6114"]}}}
2021-08-16T16:02:04.811Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|INFO|404|Not Found|InvokeReturn
2021-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114)
2021-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114)
2021-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T16:02:04.817Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-16T16:02:04.817Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114)
2021-08-16T16:02:04.818Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-08-16T16:02:04.818Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:04.819Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:04.819Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129724818,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec\u003dERR.5.4.6114)"
}
2021-08-16T16:02:04.920Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:04.921Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:04.921Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:04.936Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:04.937Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T16:02:05.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T16:02:05.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T16:02:05.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T16:02:09.460Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T16:02:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:09.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:09.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129562619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129571777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129572609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129562619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129571777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129572609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129562619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129571777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129572609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129574759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129562619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129571777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129572609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129574759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129562619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129571777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129572609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129574759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129562619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129571777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129572609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129574759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1629129571777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129562619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129578203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129572609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129574759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129578203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129580049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129574759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129578203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129574759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129581509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129578203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129582513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "dcae-sch",
"timestamp": 1629129581915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129578203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129583511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "dcae-sch",
"timestamp": 1629129581915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "policy-id",
"timestamp": 1629129583516,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:02:09.518Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6
2021-08-16T16:02:09.518Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:02:09.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129578203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "cds",
"timestamp": 1629129584517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:02:09.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6
2021-08-16T16:02:09.532Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "dcae-sch",
"timestamp": 1629129581915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129578203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "dcae-sch",
"timestamp": 1629129581915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "dcae-sch",
"timestamp": 1629129581915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129586514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129587160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "dcae-sch",
"timestamp": 1629129581915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129586514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129588249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129588462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "dcae-sch",
"timestamp": 1629129581915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129586514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "aai-ml",
"timestamp": 1629129589253,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:02:09.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6
2021-08-16T16:02:09.550Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:02:09.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129589641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129586514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129590655,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:02:09.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6
2021-08-16T16:02:09.568Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-16T16:02:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129586514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629129591657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T16:02:09.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129586514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129592141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129586514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129592141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129592141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129592141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129592141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129592141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129592141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129600539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129602434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129603718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129604443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629129604722,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:02:09.585Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6
2021-08-16T16:02:09.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:02:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T16:02:09.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "clamp",
"timestamp": 1629129605446,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T16:02:09.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6
2021-08-16T16:02:09.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T16:02:10.129Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:10.130Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T16:02:10.130Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"35cbe615-1b5d-4e51-9c63-5418e77867d6","serviceName":"vFW 2021-08-16 15-57-30","serviceVersion":"1.0","serviceUUID":"9036a06a-16ca-44ba-beda-3a81e7bd0be9","serviceDescription":"catalog service description","serviceInvariantUUID":"be222d1d-550c-49d6-a635-8d3b1ae61716","resources":[{"resourceInstanceName":"vFW b8973bdd-21de 0","resourceName":"vFW b8973bdd-21de","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"546ae906-65ca-40c0-8765-9f2d0fba0db1","resourceInvariantUUID":"2d763029-a14e-4a61-ac19-c5b4ee46b63b","resourceCustomizationUUID":"5d4da9b6-caa3-418b-903d-b7a60e95840b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml","artifactChecksum":"MGYwZTE1YjI1NjY5NDk3ZTRhZjEwZmFlNjI5OTAxNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5bec2061-bcb1-4cb4-8c03-c1bdf30186a4","artifactVersion":"1"},{"artifactName":"vfwb8973bdd21de0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json","artifactChecksum":"Mzg5NjliNDNiMTAyM2I0ZjU3M2Y0ZDI3Yjg5NTIwMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"484036c2-cbb1-4eba-b3df-88ff3af29a1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml","artifactChecksum":"MmU3MjNmZDk4YzVmZDYzMjQ4Y2M1YjQzYjRkMzc2NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53fe2cfa-7f26-4750-9493-4ba0e880a808","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9d9051b-643f-45c9-b143-425c93cafc27","artifactVersion":"2","generatedFromUUID":"484036c2-cbb1-4eba-b3df-88ff3af29a1a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816155730-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml","artifactChecksum":"NTIzOTY2ODc5MmJlMzFkYzQ4ZTcxYWY0ZTdmZTAwMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef583be8-cc14-4b4c-ad14-0dd9ae5b6556","artifactVersion":"1"},{"artifactName":"service-Vfw20210816155730-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar","artifactChecksum":"YmEzNjMzYWYxMzA1ZjMxNjJlYmNkMDk4YWYzYmJmZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"670513f7-1ac6-4357-9352-1c5c4002bc57","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T16:02:10.132Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T16:02:10.132Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:10.134Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:10.134Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129725831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:10.234Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:10.234Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:10.235Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:10.244Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:10.245Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:11.134Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T16:02:11.135Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:11.137Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:11.138Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129725831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T16:02:11.238Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:11.239Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:11.239Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:11.250Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:11.250Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T16:02:12.138Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T16:02:12.139Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:12.142Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:12.142Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129725831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T16:02:12.243Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:12.244Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:12.244Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:12.258Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:12.259Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:13.143Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T16:02:13.144Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:13.146Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:13.146Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129725831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:13.247Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:13.248Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:13.248Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:13.259Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:13.259Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:14.147Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T16:02:14.148Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:14.150Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:14.150Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129725831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T16:02:14.250Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:14.251Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:14.251Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:14.263Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:14.263Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:15.150Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T16:02:15.151Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:15.155Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:15.155Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129725831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T16:02:15.255Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:15.256Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:15.257Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:15.265Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:15.266Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:16.156Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T16:02:16.157Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:16.159Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:16.159Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129725831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T16:02:16.259Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:16.260Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:16.261Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:16.271Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:16.272Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:17.160Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"serviceName": "vFW 2021-08-16 15-57-30",
"serviceVersion": "1.0",
"serviceUUID": "9036a06a-16ca-44ba-beda-3a81e7bd0be9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "be222d1d-550c-49d6-a635-8d3b1ae61716",
"resources": [
{
"resourceInstanceName": "vFW b8973bdd-21de 0",
"resourceCustomizationUUID": "5d4da9b6-caa3-418b-903d-b7a60e95840b",
"resourceName": "vFW b8973bdd-21de",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "546ae906-65ca-40c0-8765-9f2d0fba0db1",
"resourceInvariantUUID": "2d763029-a14e-4a61-ac19-c5b4ee46b63b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb8973bdd21de0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"artifactChecksum": "Mzg5NjliNDNiMTAyM2I0ZjU3M2Y0ZDI3Yjg5NTIwMzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "484036c2-cbb1-4eba-b3df-88ff3af29a1a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9d9051b-643f-45c9-b143-425c93cafc27",
"generatedFromUUID": "484036c2-cbb1-4eba-b3df-88ff3af29a1a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9d9051b-643f-45c9-b143-425c93cafc27",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210816155730-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"artifactChecksum": "YmEzNjMzYWYxMzA1ZjMxNjJlYmNkMDk4YWYzYmJmZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "670513f7-1ac6-4357-9352-1c5c4002bc57"
}
],
"workloadContext": "Production"
}
2021-08-16T16:02:17.160Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T16:02:17.160Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9036a06a-16ca-44ba-beda-3a81e7bd0be9 ASDC
2021-08-16T16:02:17.162Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:35cbe615-1b5d-4e51-9c63-5418e77867d6
ServiceName:vFW 2021-08-16 15-57-30
ServiceVersion:1.0
ServiceUUID:9036a06a-16ca-44ba-beda-3a81e7bd0be9
ServiceInvariantUUID:be222d1d-550c-49d6-a635-8d3b1ae61716
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210816155730-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar
ArtifactUUID:670513f7-1ac6-4357-9352-1c5c4002bc57
ArtifactChecksum:YmEzNjMzYWYxMzA1ZjMxNjJlYmNkMDk4YWYzYmJmZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b8973bdd-21de 0
ResourceCustomizationUUID:5d4da9b6-caa3-418b-903d-b7a60e95840b
ResourceInvariantUUID:2d763029-a14e-4a61-ac19-c5b4ee46b63b
ResourceName:vFW b8973bdd-21de
ResourceType:VF
ResourceUUID:546ae906-65ca-40c0-8765-9f2d0fba0db1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb8973bdd21de0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json
ArtifactUUID:b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24
ArtifactChecksum:Mzg5NjliNDNiMTAyM2I0ZjU3M2Y0ZDI3Yjg5NTIwMzg=
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/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml
ArtifactUUID:484036c2-cbb1-4eba-b3df-88ff3af29a1a
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/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env
ArtifactUUID:e9d9051b-643f-45c9-b143-425c93cafc27
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/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env
ArtifactUUID:e9d9051b-643f-45c9-b143-425c93cafc27
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-16T16:02:17.162Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9036a06a-16ca-44ba-beda-3a81e7bd0be9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T16:02:17.192Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T16:02:17.192Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 670513f7-1ac6-4357-9352-1c5c4002bc57 from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:17.886Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T16:02:17.894Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar 670513f7-1ac6-4357-9352-1c5c4002bc57 98779
2021-08-16T16:02:17.895Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar ASDC sendASDCNotification
2021-08-16T16:02:17.895Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:17.895Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T16:02:17.896Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:17.898Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:17.898Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129737895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:17.998Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:17.999Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:17.999Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:18.010Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:18.010Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:18.899Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T16:02:18.901Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T16:02:18.901Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 670513f7-1ac6-4357-9352-1c5c4002bc57, URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar to file: /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:18.902Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816155730-csar.csar
2021-08-16T16:02:18.902Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:18.902Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:19.130Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11309903955540628679/Definitions/service-Vfw20210816155730-template.yml
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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-08-16T16:02:20.989Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b8973bdd-21de 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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8a1715-49dc-4b4f-8abc-5bd55c676c16
2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a35a01c-e297-4d82-a633-d49a790aaa1c
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e14181e6-2526-48fc-87ca-7947a2714fc6
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:21.000Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:21.000Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:21.000Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-16 15-57-30
Description:catalog service description
Model UUID:9036a06a-16ca-44ba-beda-3a81e7bd0be9
Model Version:NULL
Model InvariantUuid:be222d1d-550c-49d6-a635-8d3b1ae61716
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b8973bdd-21de
Model UUID:97c44ba1-a1fb-4a89-b905-509ad550362d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d763029-a14e-4a61-ac19-c5b4ee46b63b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5d4da9b6-caa3-418b-903d-b7a60e95840b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bb074aa3-5235-4129-8557-d62e3055b581
ModelName:VfwB8973bdd21de..base_vfw..module-0
ModelUuid:70c5d0ee-0927-4e76-a047-dbc57427e105
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ca8a1715-49dc-4b4f-8abc-5bd55c676c16
ModelInvariantUuid:373c414d-7696-4d80-8ef9-295f3ac18db7
ModelName:vFW b8973bdd-21de-nodes.vfwCvfc
ModelUuid:c4c47594-86fb-4378-9e1f-2613b81b2386
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bf69875e-3333-47e9-8e2b-0b14923264fa
ModelInvariantUuid:9f9d77b1-03af-47cc-9383-5afc795512de
ModelName:VfwB8973bdd21de.compute.nodes.heat.vfw
ModelUuid:5191486c-61d6-41dc-9725-0c79b0a8b79e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6a35a01c-e297-4d82-a633-d49a790aaa1c
ModelInvariantUuid:f2cf230f-3ab7-443c-8a5a-800f77b78825
ModelName:vFW b8973bdd-21de-nodes.vsnCvfc
ModelUuid:c3490c9a-edc4-4c56-ab54-51ca6560e873
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fc6c04a3-4e44-4918-b18d-544e97b77690
ModelInvariantUuid:c873c8a1-a9bf-436c-880c-d448bf1bc004
ModelName:VfwB8973bdd21de.compute.nodes.heat.vsn
ModelUuid:9590168a-9f86-4477-bbfb-a44b8fcfcd5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e14181e6-2526-48fc-87ca-7947a2714fc6
ModelInvariantUuid:74d18276-d49d-4523-89b8-163933f37d03
ModelName:vFW b8973bdd-21de-nodes.vpgCvfc
ModelUuid:11bc0597-ec9b-4005-ad99-fa04518414dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cc5eee1a-5447-43d2-9629-02189527fa73
ModelInvariantUuid:447841cb-18ae-4cc3-9855-9d0b4bbe1e49
ModelName:VfwB8973bdd21de.compute.nodes.heat.vpg
ModelUuid:e4edaefb-d0f9-424e-b683-00a48a0f207d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-16T16:02:21.005Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 546ae906-65ca-40c0-8765-9f2d0fba0db1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||vFW b8973bdd-21de 0
2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 546ae906-65ca-40c0-8765-9f2d0fba0db1
2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24 from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json
2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json
2021-08-16T16:02:21.820Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24 785
2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json ASDC sendASDCNotification
2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json
2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:21.824Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:21.824Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129741821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:21.924Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:21.925Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:21.925Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:21.936Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:21.936Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T16:02:22.825Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB8973bdd21de..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb074aa3-5235-4129-8557-d62e3055b581",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70c5d0ee-0927-4e76-a047-dbc57427e105",
"vfModuleModelCustomizationUUID": "66293322-0dcd-4b62-a737-b81156b94dea",
"isBase": true,
"artifacts": [
"484036c2-cbb1-4eba-b3df-88ff3af29a1a",
"e9d9051b-643f-45c9-b143-425c93cafc27"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-16T16:02:22.829Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB8973bdd21de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70c5d0ee-0927-4e76-a047-dbc57427e105
VfModuleModelInvariantUUID:bb074aa3-5235-4129-8557-d62e3055b581
VfModuleModelDescription:NULL
Artifacts UUID List:{
484036c2-cbb1-4eba-b3df-88ff3af29a1a
,
e9d9051b-643f-45c9-b143-425c93cafc27
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-16T16:02:22.831Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB8973bdd21de..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb074aa3-5235-4129-8557-d62e3055b581",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70c5d0ee-0927-4e76-a047-dbc57427e105",
"vfModuleModelCustomizationUUID": "66293322-0dcd-4b62-a737-b81156b94dea",
"isBase": true,
"artifacts": [
"484036c2-cbb1-4eba-b3df-88ff3af29a1a",
"e9d9051b-643f-45c9-b143-425c93cafc27"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-16T16:02:22.831Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB8973bdd21de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70c5d0ee-0927-4e76-a047-dbc57427e105
VfModuleModelInvariantUUID:bb074aa3-5235-4129-8557-d62e3055b581
VfModuleModelDescription:NULL
Artifacts UUID List:{
484036c2-cbb1-4eba-b3df-88ff3af29a1a
,
e9d9051b-643f-45c9-b143-425c93cafc27
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-16T16:02:22.831Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 484036c2-cbb1-4eba-b3df-88ff3af29a1a from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml
2021-08-16T16:02:22.832Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T16:02:22.832Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml
2021-08-16T16:02:24.520Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml 484036c2-cbb1-4eba-b3df-88ff3af29a1a 20368
2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml
2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:24.523Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:24.523Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129744521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:24.623Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:24.625Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:24.625Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:24.635Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:24.636Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:25.524Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9d9051b-643f-45c9-b143-425c93cafc27 from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env
2021-08-16T16:02:25.525Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T16:02:25.525Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env
2021-08-16T16:02:27.373Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env e9d9051b-643f-45c9-b143-425c93cafc27 2098
2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env
2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T16:02:27.375Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T16:02:27.376Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T16:02:27.377Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629129747374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T16:02:27.477Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T16:02:27.478Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-16T16:02:27.478Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ...
2021-08-16T16:02:27.488Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T16:02:27.489Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T16:02:28.378Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9036a06a-16ca-44ba-beda-3a81e7bd0be9
2021-08-16T16:02:28.379Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b8973bdd-21de 0 546ae906-65ca-40c0-8765-9f2d0fba0db1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T16:02:28.398Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:28.398Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5d4da9b6-caa3-418b-903d-b7a60e95840b
2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d4da9b6-caa3-418b-903d-b7a60e95840b matches Tosca VF Customization UUID: 5d4da9b6-caa3-418b-903d-b7a60e95840b
2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5d4da9b6-caa3-418b-903d-b7a60e95840b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-16T16:02:28.402Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:28.402Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T16:02:28.403Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5d4da9b6-caa3-418b-903d-b7a60e95840b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64e39595
2021-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66293322-0dcd-4b62-a737-b81156b94dea
2021-08-16T16:02:28.405Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66293322-0dcd-4b62-a737-b81156b94dea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-16T16:02:28.407Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:28.408Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:28.408Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T16:02:28.408Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:28.409Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:28.409Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T16:02:28.409Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria
2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8a1715-49dc-4b4f-8abc-5bd55c676c16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-16T16:02:28.414Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria
2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery