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)
2022-06-23T03:31:40.694Z||main|||||INFO|500||The following profiles are active: basic
2022-06-23T03:31:52.214Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-23T03:31:52.215Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-23T03:31:52.336Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-23T03:31:56.204Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-23T03:31:56.593Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-23T03:31:57.068Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-23T03:31:57.075Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-23T03:31:57.171Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-23T03:31:57.394Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-23T03:31:57.981Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-23T03:31:59.829Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-23T03:32:01.997Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-23T03:32:02.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-23T03:32:02.590Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-23T03:32:02.818Z||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.
2022-06-23T03:32:03.972Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-23T03:32:05.129Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-23T03:32:05.148Z||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$$3b0cdf14.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)
2022-06-23T03:32:05.149Z||main|||||WARN|500||The sdc end point is not alive
2022-06-23T03:32:07.993Z||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
2022-06-23T03:32:11.034Z||main|||||WARN|500||---
2022-06-23T03:32:11.083Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-23T03:32:11.084Z||main|||||WARN|500||---
2022-06-23T03:32:11.524Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-23T03:32:16.150Z||main|||||INFO|500||Started Application in 38.519 seconds (JVM running for 40.702)
2022-06-23T03:32:16.178Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:32:16.179Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:32:16.192Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:32:16.221Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:32:16.264Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86b0ae1b-1432-4343-a99d-50242c9204bc url= /sdc/v1/artifactTypes
2022-06-23T03:32:16.264Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:32:17.392Z||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.26.244] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 50 common frames omitted
2022-06-23T03:32:17.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c2af6ad
2022-06-23T03:32:17.397Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T03:32:17.414Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T03:32:17.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T03:32:17.419Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 33 common frames omitted
2022-06-23T03:33:06.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:33:06.145Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:33:06.148Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:33:06.167Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:33:06.183Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ea99e90-2884-41ff-8c83-bd49a3a89280 url= /sdc/v1/artifactTypes
2022-06-23T03:33:06.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:33:07.214Z||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.26.244] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 50 common frames omitted
2022-06-23T03:33:07.215Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d9f66ec
2022-06-23T03:33:07.215Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T03:33:07.215Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T03:33:07.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T03:33:07.217Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 33 common frames omitted
2022-06-23T03:33:56.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:33:56.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:33:56.143Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:33:56.149Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:33:56.155Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f34157f-f3c7-4a74-aea4-23544bfe6b31 url= /sdc/v1/artifactTypes
2022-06-23T03:33:56.156Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:33:57.169Z||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.26.244] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 50 common frames omitted
2022-06-23T03:33:57.171Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53103bee
2022-06-23T03:33:57.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T03:33:57.172Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T03:33:57.173Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T03:33:57.174Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 33 common frames omitted
2022-06-23T03:34:46.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:34:46.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:34:46.145Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:34:46.148Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:34:46.153Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73d9e648-d51f-4d51-b131-bdca8fbab61b url= /sdc/v1/artifactTypes
2022-06-23T03:34:46.154Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:34:47.183Z||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.26.244] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 49 common frames omitted
2022-06-23T03:34:47.184Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53e10ff6
2022-06-23T03:34:47.184Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T03:34:47.185Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T03:34:47.186Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T03:34:47.187Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 32 common frames omitted
2022-06-23T03:35:36.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:35:36.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:35:36.144Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:35:36.147Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:35:36.154Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cdfe00c-65f5-4a96-9452-579e84d4e685 url= /sdc/v1/artifactTypes
2022-06-23T03:35:36.155Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:35:37.169Z||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.26.244] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 49 common frames omitted
2022-06-23T03:35:37.170Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7915abd3
2022-06-23T03:35:37.170Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T03:35:37.171Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T03:35:37.171Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T03:35:37.172Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 32 common frames omitted
2022-06-23T03:36:26.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:36:26.145Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:36:26.146Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:36:26.175Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:36:26.179Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 597f55c2-b0fa-4464-8f11-aaa05ff817ec url= /sdc/v1/artifactTypes
2022-06-23T03:36:26.180Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:36:27.214Z||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.26.244] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 49 common frames omitted
2022-06-23T03:36:27.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55b75a0c
2022-06-23T03:36:27.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T03:36:27.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T03:36:27.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T03:36:27.218Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 32 common frames omitted
2022-06-23T03:37:16.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:37:16.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:37:16.143Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:37:16.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:37:16.159Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 755ab228-b49c-44c5-aba8-ff2f94d538c1 url= /sdc/v1/artifactTypes
2022-06-23T03:37:16.159Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:37:17.197Z||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.26.244] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 49 common frames omitted
2022-06-23T03:37:17.198Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48c29819
2022-06-23T03:37:17.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-23T03:37:17.199Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-23T03:37:17.199Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-23T03:37:17.200Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$610f2d50.periodicControllerTask()
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)
... 32 common frames omitted
2022-06-23T03:38:06.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-23T03:38:06.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-23T03:38:06.143Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-23T03:38:06.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-23T03:38:06.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56d4648d-e345-41bc-9693-a7ab9a724073 url= /sdc/v1/artifactTypes
2022-06-23T03:38:06.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-23T03:38:06.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-23T03:38:06.393Z||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
2022-06-23T03:38:06.418Z||scheduling-1|||||DEBUG|500||create keys
2022-06-23T03:38:06.426Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-23T03:38:06.454Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:38:06.478Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 23ad7591-49bd-4f64-9553-af6cde881e0a url= /sdc/v1/registerForDistribution
2022-06-23T03:38:06.636Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 23ad7591-49bd-4f64-9553-af6cde881e0a url= /sdc/v1/registerForDistribution
2022-06-23T03:38:06.637Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-23T03:38:06.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:38:06.651Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:38:06.659Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-23T03:38:06.661Z||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.
2022-06-23T03:38:06.661Z||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.
2022-06-23T03:38:06.662Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:38:06.662Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:38:17.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:38:17.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:39:06.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:39:06.646Z||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.
2022-06-23T03:39:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:39:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:39:06.650Z||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.
2022-06-23T03:39:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:39:16.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:39:16.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:40:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:40:06.648Z||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.
2022-06-23T03:40:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:40:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:40:06.649Z||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.
2022-06-23T03:40:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:40:16.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:40:16.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:41:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:41:06.646Z||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.
2022-06-23T03:41:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:41:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:41:06.649Z||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.
2022-06-23T03:41:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:41:16.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:41:16.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:41:58.029Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-23T03:42:06.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:42:06.646Z||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.
2022-06-23T03:42:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:42:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:42:06.649Z||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.
2022-06-23T03:42:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:42:16.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:42:16.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:43:06.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:43:06.646Z||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.
2022-06-23T03:43:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:43:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:43:06.649Z||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.
2022-06-23T03:43:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:43:16.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:43:16.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:44:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:44:06.648Z||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.
2022-06-23T03:44:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:44:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:44:06.650Z||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.
2022-06-23T03:44:06.652Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:44:16.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:44:16.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:45:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:45:06.647Z||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.
2022-06-23T03:45:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:45:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:45:06.652Z||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.
2022-06-23T03:45:06.652Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:45:16.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:45:16.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:46:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:46:06.646Z||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.
2022-06-23T03:46:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:46:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:46:06.649Z||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.
2022-06-23T03:46:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:46:16.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:46:16.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:47:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:47:06.646Z||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.
2022-06-23T03:47:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:47:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:47:06.649Z||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.
2022-06-23T03:47:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:47:16.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:47:16.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:48:06.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:48:06.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T03:48:06.646Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ...
2022-06-23T03:48:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:48:06.649Z||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.
2022-06-23T03:48:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:48:16.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:48:16.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:49:06.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:49:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:49:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-23T03:49:06.649Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ...
2022-06-23T03:49:06.649Z||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.
2022-06-23T03:49:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:49:16.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:49:16.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:50:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:50:06.647Z||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.
2022-06-23T03:50:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:50:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:50:06.650Z||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.
2022-06-23T03:50:06.651Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:50:16.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:50:16.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:51:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:51:06.647Z||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.
2022-06-23T03:51:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:51:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:51:06.649Z||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.
2022-06-23T03:51:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:51:16.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:51:16.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:52:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:52:06.646Z||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.
2022-06-23T03:52:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:52:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:52:06.649Z||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.
2022-06-23T03:52:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:52:16.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:52:16.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:53:06.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:53:06.647Z||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.
2022-06-23T03:53:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:53:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:53:06.649Z||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.
2022-06-23T03:53:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:53:16.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:53:16.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:54:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:54:06.646Z||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.
2022-06-23T03:54:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:54:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:54:06.649Z||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.
2022-06-23T03:54:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:54:16.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:54:16.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:55:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:55:06.648Z||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.
2022-06-23T03:55:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:55:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:55:06.649Z||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.
2022-06-23T03:55:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:55:16.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:55:16.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:56:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:56:06.646Z||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.
2022-06-23T03:56:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:56:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:56:06.649Z||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.
2022-06-23T03:56:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:56:16.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:56:16.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:57:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:57:06.646Z||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.
2022-06-23T03:57:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:57:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:57:06.649Z||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.
2022-06-23T03:57:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:57:16.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:57:16.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:58:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:58:06.646Z||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.
2022-06-23T03:58:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:58:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:58:06.649Z||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.
2022-06-23T03:58:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:58:16.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:58:16.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:59:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:59:06.646Z||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.
2022-06-23T03:59:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:59:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T03:59:06.649Z||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.
2022-06-23T03:59:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T03:59:16.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T03:59:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:00:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:00:06.647Z||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.
2022-06-23T04:00:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:00:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:00:06.649Z||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.
2022-06-23T04:00:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:00:16.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:00:16.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:01:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:01:06.646Z||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.
2022-06-23T04:01:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:01:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:01:06.649Z||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.
2022-06-23T04:01:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:01:16.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:01:16.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:02:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:02:06.646Z||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.
2022-06-23T04:02:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:02:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:02:06.649Z||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.
2022-06-23T04:02:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:02:16.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:02:16.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:03:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:03:06.646Z||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.
2022-06-23T04:03:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:03:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:03:06.649Z||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.
2022-06-23T04:03:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:03:16.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:03:16.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:04:06.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:04:06.647Z||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.
2022-06-23T04:04:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:04:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:04:06.649Z||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.
2022-06-23T04:04:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:04:16.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:04:16.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:05:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:05:06.648Z||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.
2022-06-23T04:05:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:05:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:05:06.649Z||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.
2022-06-23T04:05:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:05:16.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:05:16.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:06:06.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:06:06.648Z||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.
2022-06-23T04:06:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:06:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:06:06.649Z||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.
2022-06-23T04:06:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:06:16.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:06:16.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:07:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:07:06.646Z||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.
2022-06-23T04:07:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:07:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:07:06.649Z||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.
2022-06-23T04:07:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:07:16.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:07:16.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:08:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:08:06.646Z||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.
2022-06-23T04:08:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:08:06.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:08:06.656Z||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.
2022-06-23T04:08:06.656Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:08:16.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:08:16.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:09:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:09:06.648Z||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.
2022-06-23T04:09:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:09:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:09:06.649Z||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.
2022-06-23T04:09:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:09:16.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:09:16.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:10:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:10:06.646Z||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.
2022-06-23T04:10:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:10:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:10:06.649Z||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.
2022-06-23T04:10:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:10:16.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:10:16.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:11:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:11:06.646Z||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.
2022-06-23T04:11:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:11:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:11:06.649Z||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.
2022-06-23T04:11:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:11:16.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:11:16.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:12:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:12:06.646Z||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.
2022-06-23T04:12:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:12:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:12:06.649Z||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.
2022-06-23T04:12:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:12:16.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:12:16.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:13:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:13:06.648Z||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.
2022-06-23T04:13:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:13:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:13:06.649Z||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.
2022-06-23T04:13:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:13:16.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:13:16.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:14:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:14:06.646Z||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.
2022-06-23T04:14:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:14:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:14:06.649Z||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.
2022-06-23T04:14:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:14:16.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:14:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:15:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:15:06.646Z||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.
2022-06-23T04:15:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:15:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:15:06.649Z||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.
2022-06-23T04:15:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:15:16.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:15:16.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:16:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:16:06.645Z||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.
2022-06-23T04:16:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:16:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:16:06.649Z||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.
2022-06-23T04:16:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:16:16.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:16:16.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:17:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:17:06.646Z||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.
2022-06-23T04:17:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:17:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:17:06.649Z||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.
2022-06-23T04:17:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:17:16.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:17:16.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:18:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:18:06.647Z||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.
2022-06-23T04:18:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:18:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:18:06.649Z||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.
2022-06-23T04:18:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:18:16.257Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:18:16.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:19:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:19:06.646Z||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.
2022-06-23T04:19:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:19:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:19:06.649Z||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.
2022-06-23T04:19:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:19:16.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:19:16.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:20:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:20:06.646Z||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.
2022-06-23T04:20:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:20:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:20:06.649Z||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.
2022-06-23T04:20:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:20:16.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:20:16.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:21:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:21:06.646Z||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.
2022-06-23T04:21:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:21:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:21:06.649Z||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.
2022-06-23T04:21:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:21:16.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:21:16.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:22:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:22:06.648Z||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.
2022-06-23T04:22:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:22:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:22:06.649Z||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.
2022-06-23T04:22:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:22:16.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:22:16.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:23:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:23:06.646Z||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.
2022-06-23T04:23:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:23:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:23:06.649Z||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.
2022-06-23T04:23:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:23:16.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:23:16.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:24:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:24:06.646Z||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.
2022-06-23T04:24:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:24:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:24:06.649Z||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.
2022-06-23T04:24:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:24:16.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:24:16.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:25:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:25:06.646Z||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.
2022-06-23T04:25:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:25:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:25:06.649Z||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.
2022-06-23T04:25:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:25:16.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:25:16.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:26:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:26:06.646Z||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.
2022-06-23T04:26:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:26:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:26:06.649Z||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.
2022-06-23T04:26:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:26:16.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:26:16.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:27:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:27:06.647Z||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.
2022-06-23T04:27:06.647Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:27:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:27:06.650Z||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.
2022-06-23T04:27:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:27:16.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:27:16.210Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:28:06.646Z||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.
2022-06-23T04:28:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:28:06.649Z||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.
2022-06-23T04:28:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:13.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:13.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-23T04:28:13.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"58cf1710-2cc7-484b-86d4-aadf486ce4c0","serviceName":"vFW 2022-06-23 04-26-52","serviceVersion":"1.0","serviceUUID":"ccc9d74f-aad1-4fce-9233-393cecdd719c","serviceDescription":"catalog service description","serviceInvariantUUID":"066913b2-161d-4a2e-b436-aa0c3fe9e475","resources":[{"resourceInstanceName":"vFW 21b7988e-55d4 0","resourceName":"vFW 21b7988e-55d4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"688a31b8-f0a4-4e01-ab9f-497fcad7db47","resourceInvariantUUID":"115d0190-7d06-43da-b2f0-d3b6b2d67a7b","resourceCustomizationUUID":"ee0fb85f-ef8b-4976-93dc-1d9224c26f6d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml","artifactChecksum":"YTViNjhlYTgzNmZkODRhOTZlNDcyODk4OTJiY2E4NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04bb7ae2-a4d3-4bdc-9797-d7194efa8129","artifactVersion":"1"},{"artifactName":"vfw21b7988e55d40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json","artifactChecksum":"NTQxNjk4NWVmNjQ0Y2QzNGM2YTBlZGE4ZDQxYjc5ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29318b26-05a8-4609-a257-49e49865dce5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e22643c9-e685-4854-af3f-794f74bfefb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml","artifactChecksum":"MDYzYzI2YmYzYmNjNTgyNzJhNDc2NmFkZTU0ZTQ5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76e00ab1-d029-41c5-8eb9-e83871f28e93","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0b57afe-ce10-42d9-85fc-3d30b04296cc","artifactVersion":"2","generatedFromUUID":"e22643c9-e685-4854-af3f-794f74bfefb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220623042652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml","artifactChecksum":"ZWM3MWQxNjY0Y2M3Y2UyNDVhZGQwYmIxZjk3OTdhMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dc8551a-5615-429c-a2a7-c5bbcfc02b40","artifactVersion":"1"},{"artifactName":"service-Vfw20220623042652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar","artifactChecksum":"ZjFhOTQxYjZjZmQ0MmI0NTFjYmZiZmVmZTcyMzAxOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27a27bab-797c-4687-b455-cb265da3174e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-23T04:28:13.226Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:28:13.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:13.248Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:13.248Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:28:13.348Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-23T04:28:13.353Z||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.
2022-06-23T04:28:13.354Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:13.371Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:13.372Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:28:13.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:13.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-23T04:28:13.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:28:13.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-23T04:28:13.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-23T04:28:13.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958492860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:28:13.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-23T04:28:14.259Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:28:14.259Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:14.263Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:14.263Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:28:14.362Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-23T04:28:14.363Z||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.
2022-06-23T04:28:14.363Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:14.375Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:14.375Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:15.264Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:28:15.265Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:15.267Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:15.267Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:28:15.367Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:28:15.368Z||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.
2022-06-23T04:28:15.368Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:15.381Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:15.382Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:16.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:28:16.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:16.275Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:16.275Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:28:16.375Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T04:28:16.376Z||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.
2022-06-23T04:28:16.376Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:16.409Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:16.410Z||pool-6-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:28:17.277Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:28:17.278Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:17.280Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:17.281Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-23T04:28:17.386Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-23T04:28:17.387Z||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.
2022-06-23T04:28:17.387Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:17.411Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:17.412Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:18.281Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:28:18.282Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:18.286Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:18.286Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:28:18.386Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T04:28:18.387Z||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.
2022-06-23T04:28:18.387Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:18.399Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:18.400Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:19.289Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:28:19.292Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:19.296Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:19.296Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:28:19.395Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T04:28:19.396Z||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.
2022-06-23T04:28:19.396Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:19.411Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:19.412Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:28:20.309Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"serviceName": "vFW 2022-06-23 04-26-52",
"serviceVersion": "1.0",
"serviceUUID": "ccc9d74f-aad1-4fce-9233-393cecdd719c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "066913b2-161d-4a2e-b436-aa0c3fe9e475",
"resources": [
{
"resourceInstanceName": "vFW 21b7988e-55d4 0",
"resourceCustomizationUUID": "ee0fb85f-ef8b-4976-93dc-1d9224c26f6d",
"resourceName": "vFW 21b7988e-55d4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "688a31b8-f0a4-4e01-ab9f-497fcad7db47",
"resourceInvariantUUID": "115d0190-7d06-43da-b2f0-d3b6b2d67a7b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw21b7988e55d40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"artifactChecksum": "NTQxNjk4NWVmNjQ0Y2QzNGM2YTBlZGE4ZDQxYjc5ZTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "29318b26-05a8-4609-a257-49e49865dce5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e22643c9-e685-4854-af3f-794f74bfefb3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0b57afe-ce10-42d9-85fc-3d30b04296cc",
"generatedFromUUID": "e22643c9-e685-4854-af3f-794f74bfefb3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0b57afe-ce10-42d9-85fc-3d30b04296cc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220623042652-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"artifactChecksum": "ZjFhOTQxYjZjZmQ0MmI0NTFjYmZiZmVmZTcyMzAxOWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27a27bab-797c-4687-b455-cb265da3174e"
}
],
"workloadContext": "Production"
}
2022-06-23T04:28:20.311Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-23T04:28:20.312Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ccc9d74f-aad1-4fce-9233-393cecdd719c ASDC
2022-06-23T04:28:20.475Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:58cf1710-2cc7-484b-86d4-aadf486ce4c0
ServiceName:vFW 2022-06-23 04-26-52
ServiceVersion:1.0
ServiceUUID:ccc9d74f-aad1-4fce-9233-393cecdd719c
ServiceInvariantUUID:066913b2-161d-4a2e-b436-aa0c3fe9e475
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220623042652-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar
ArtifactUUID:27a27bab-797c-4687-b455-cb265da3174e
ArtifactChecksum:ZjFhOTQxYjZjZmQ0MmI0NTFjYmZiZmVmZTcyMzAxOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 21b7988e-55d4 0
ResourceCustomizationUUID:ee0fb85f-ef8b-4976-93dc-1d9224c26f6d
ResourceInvariantUUID:115d0190-7d06-43da-b2f0-d3b6b2d67a7b
ResourceName:vFW 21b7988e-55d4
ResourceType:VF
ResourceUUID:688a31b8-f0a4-4e01-ab9f-497fcad7db47
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw21b7988e55d40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json
ArtifactUUID:29318b26-05a8-4609-a257-49e49865dce5
ArtifactChecksum:NTQxNjk4NWVmNjQ0Y2QzNGM2YTBlZGE4ZDQxYjc5ZTI=
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/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml
ArtifactUUID:e22643c9-e685-4854-af3f-794f74bfefb3
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/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env
ArtifactUUID:a0b57afe-ce10-42d9-85fc-3d30b04296cc
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/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env
ArtifactUUID:a0b57afe-ce10-42d9-85fc-3d30b04296cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-23T04:28:20.476Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccc9d74f-aad1-4fce-9233-393cecdd719c 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 (?, ?, ?, ?, ?)
2022-06-23T04:28:20.768Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T04:28:20.770Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-23T04:28:20.771Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-23T04:28:20.772Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27a27bab-797c-4687-b455-cb265da3174e from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:20.772Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:28:20.774Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:21.059Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:28:21.080Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar 27a27bab-797c-4687-b455-cb265da3174e 99016
2022-06-23T04:28:21.081Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar ASDC sendASDCNotification
2022-06-23T04:28:21.081Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:21.083Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:28:21.084Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:21.086Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:21.086Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958501081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:28:21.186Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:28:21.188Z||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.
2022-06-23T04:28:21.189Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:21.207Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:21.207Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:22.086Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T04:28:22.088Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-23T04:28:22.088Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 27a27bab-797c-4687-b455-cb265da3174e, URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar to file: /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:22.089Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220623042652-csar.csar
2022-06-23T04:28:22.201Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:22.201Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:23.056Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15658701282746495314/Definitions/service-Vfw20220623042652-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-23T04:28:26.283Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-23T04:28:26.288Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 21b7988e-55d4 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-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:26.291Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-23T04:28:26.297Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.299Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:26.303Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:26.303Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-23T04:28:26.304Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T04:28:26.306Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.306Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria
2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T04:28:26.315Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria
2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11f4a8f0-8fa0-4dd9-9c7c-cde4a230801a
2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria
2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c87d2913-1279-4baa-a83c-79a074427b5d
2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria
2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c15b183-3e6c-4097-80c2-cab85c870855
2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-23 04-26-52
Description:catalog service description
Model UUID:ccc9d74f-aad1-4fce-9233-393cecdd719c
Model Version:NULL
Model InvariantUuid:066913b2-161d-4a2e-b436-aa0c3fe9e475
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 21b7988e-55d4
Model UUID:88c74dd3-d3af-4b00-9d6c-050877a9d6ae
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:115d0190-7d06-43da-b2f0-d3b6b2d67a7b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ee0fb85f-ef8b-4976-93dc-1d9224c26f6d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cc856a71-b51f-4231-8465-9d7044692dfb
ModelName:Vfw21b7988e55d4..base_vfw..module-0
ModelUuid:f5bf7055-8766-42d8-bab1-6c004391657f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:11f4a8f0-8fa0-4dd9-9c7c-cde4a230801a
ModelInvariantUuid:9c06dfc6-73fd-4a77-96f3-331d88d0861b
ModelName:vFW 21b7988e-55d4-nodes.vfwCvfc
ModelUuid:0c89a0de-3d54-4a88-8805-8539b219e0b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3d6b08cd-3efb-49de-acda-d6e6de9d32ee
ModelInvariantUuid:b8661684-8e78-4672-8e4e-2a45c7d37c14
ModelName:Vfw21b7988e55d4.compute.nodes.heat.vfw
ModelUuid:98d98307-0423-4451-afc7-5a74e8e7b559
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c87d2913-1279-4baa-a83c-79a074427b5d
ModelInvariantUuid:50d4a3d1-46cf-4246-82b9-b8f6ca1ab8e0
ModelName:vFW 21b7988e-55d4-nodes.vsnCvfc
ModelUuid:1ae8d938-4ba8-43f7-b822-27ca7be60faa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ea87c93f-c319-447e-bcc0-02af45dd8d1c
ModelInvariantUuid:22766f13-aa03-4e35-80f9-a628be467cda
ModelName:Vfw21b7988e55d4.compute.nodes.heat.vsn
ModelUuid:ddc60455-6a73-4ebc-9341-26c4fee939fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9c15b183-3e6c-4097-80c2-cab85c870855
ModelInvariantUuid:fcb04f8f-e005-4559-b17d-322029e58548
ModelName:vFW 21b7988e-55d4-nodes.vpgCvfc
ModelUuid:df937103-a140-4d26-a96c-c3d079653760
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a2d39494-987f-4677-8287-df305a692898
ModelInvariantUuid:1a7d3d87-da6e-4224-90d0-b8bb42af4f04
ModelName:Vfw21b7988e55d4.compute.nodes.heat.vpg
ModelUuid:27112362-1aca-4818-8c85-ba60b7c9be1e
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-23T04:28:26.352Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 688a31b8-f0a4-4e01-ab9f-497fcad7db47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:28:26.441Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||vFW 21b7988e-55d4 0
2022-06-23T04:28:26.449Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 688a31b8-f0a4-4e01-ab9f-497fcad7db47
2022-06-23T04:28:26.450Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29318b26-05a8-4609-a257-49e49865dce5 from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json
2022-06-23T04:28:26.450Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:28:26.450Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json
2022-06-23T04:28:26.515Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:28:26.516Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json 29318b26-05a8-4609-a257-49e49865dce5 785
2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json ASDC sendASDCNotification
2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json
2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:26.520Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:26.520Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958506517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:28:26.621Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-23T04:28:26.622Z||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.
2022-06-23T04:28:26.622Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:26.641Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:26.641Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:28:27.522Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw21b7988e55d4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cc856a71-b51f-4231-8465-9d7044692dfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5bf7055-8766-42d8-bab1-6c004391657f",
"vfModuleModelCustomizationUUID": "3f8ef8e9-c123-4dce-9481-743507007729",
"isBase": true,
"artifacts": [
"e22643c9-e685-4854-af3f-794f74bfefb3",
"a0b57afe-ce10-42d9-85fc-3d30b04296cc"
],
"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": ""
}
}
]
2022-06-23T04:28:27.537Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21b7988e55d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5bf7055-8766-42d8-bab1-6c004391657f
VfModuleModelInvariantUUID:cc856a71-b51f-4231-8465-9d7044692dfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22643c9-e685-4854-af3f-794f74bfefb3
,
a0b57afe-ce10-42d9-85fc-3d30b04296cc
}
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
}
2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw21b7988e55d4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cc856a71-b51f-4231-8465-9d7044692dfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5bf7055-8766-42d8-bab1-6c004391657f",
"vfModuleModelCustomizationUUID": "3f8ef8e9-c123-4dce-9481-743507007729",
"isBase": true,
"artifacts": [
"e22643c9-e685-4854-af3f-794f74bfefb3",
"a0b57afe-ce10-42d9-85fc-3d30b04296cc"
],
"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": ""
}
}
]
2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21b7988e55d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5bf7055-8766-42d8-bab1-6c004391657f
VfModuleModelInvariantUUID:cc856a71-b51f-4231-8465-9d7044692dfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22643c9-e685-4854-af3f-794f74bfefb3
,
a0b57afe-ce10-42d9-85fc-3d30b04296cc
}
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
}
2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e22643c9-e685-4854-af3f-794f74bfefb3 from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml
2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:28:27.541Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml
2022-06-23T04:28:27.676Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:28:27.677Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml e22643c9-e685-4854-af3f-794f74bfefb3 20368
2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml
2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:27.680Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:27.680Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958507677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:28:27.780Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:28:27.781Z||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.
2022-06-23T04:28:27.782Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:27.814Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:27.815Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:28:28.681Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0b57afe-ce10-42d9-85fc-3d30b04296cc from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env
2022-06-23T04:28:28.681Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:28:28.681Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env
2022-06-23T04:28:28.786Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:28:28.786Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env a0b57afe-ce10-42d9-85fc-3d30b04296cc 2098
2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env
2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:28.789Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:28.789Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958508787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:28:28.889Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:28:28.891Z||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.
2022-06-23T04:28:28.891Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:28.905Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:28.905Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:29.790Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ccc9d74f-aad1-4fce-9233-393cecdd719c
2022-06-23T04:28:29.791Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 21b7988e-55d4 0 688a31b8-f0a4-4e01-ab9f-497fcad7db47 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:28:29.828Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74c8d9a0, org.onap.sdc.toscaparser.api.parameters.Input@55499b0b, org.onap.sdc.toscaparser.api.parameters.Input@3f846f2f, org.onap.sdc.toscaparser.api.parameters.Input@3d31b789, org.onap.sdc.toscaparser.api.parameters.Input@f066c56]
2022-06-23T04:28:29.832Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.832Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ee0fb85f-ef8b-4976-93dc-1d9224c26f6d
2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ee0fb85f-ef8b-4976-93dc-1d9224c26f6d matches Tosca VF Customization UUID: ee0fb85f-ef8b-4976-93dc-1d9224c26f6d
2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ee0fb85f-ef8b-4976-93dc-1d9224c26f6d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-23T04:28:29.844Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.845Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.849Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ee0fb85f-ef8b-4976-93dc-1d9224c26f6d: {\"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\"}
2022-06-23T04:28:29.849Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a0ac8a4
2022-06-23T04:28:29.849Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.850Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T04:28:29.851Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f8ef8e9-c123-4dce-9481-743507007729
2022-06-23T04:28:29.852Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f8ef8e9-c123-4dce-9481-743507007729
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-23T04:28:29.860Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.861Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:29.861Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:29.862Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.863Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:29.863Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:29.863Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria
2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11f4a8f0-8fa0-4dd9-9c7c-cde4a230801a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T04:28:29.876Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.876Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria
2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:29.879Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.879Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T04:28:29.879Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c87d2913-1279-4baa-a83c-79a074427b5d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T04:28:29.883Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.884Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:29.884Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria
2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-23T04:28:29.889Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-23T04:28:29.889Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.889Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-23T04:28:29.891Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-23T04:28:29.891Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-23T04:28:29.891Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-23T04:28:29.892Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c15b183-3e6c-4097-80c2-cab85c870855
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T04:28:29.895Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.895Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:29.895Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:28:29.896Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.896Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria
2022-06-23T04:28:29.897Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=ee0fb85f-ef8b-4976-93dc-1d9224c26f6d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:28:29.899Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.899Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.899Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ccc9d74f-aad1-4fce-9233-393cecdd719c: vFW 21b7988e-55d4
2022-06-23T04:28:29.900Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.900Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.900Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.901Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.901Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.901Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:28:29.903Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-23 04-26-52
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-06-23T04:28:30.186Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 21b7988e-55d4 688a31b8-f0a4-4e01-ab9f-497fcad7db47 1 ASDC deployResourceStructure
2022-06-23T04:28:30.186Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json ASDC sendASDCNotification
2022-06-23T04:28:30.187Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json
2022-06-23T04:28:30.187Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:28:30.187Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:30.189Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:30.189Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958510186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T04:28:30.289Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:28:30.290Z||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.
2022-06-23T04:28:30.291Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:30.305Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:30.306Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:28:31.191Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-23T04:28:31.191Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml
2022-06-23T04:28:31.191Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:28:31.192Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:31.194Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:31.194Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958511191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T04:28:31.294Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:28:31.295Z||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.
2022-06-23T04:28:31.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:31.311Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:31.312Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:32.195Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-23T04:28:32.195Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env
2022-06-23T04:28:32.196Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:28:32.196Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:32.198Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:32.198Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958512195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-23T04:28:32.299Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-23T04:28:32.300Z||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.
2022-06-23T04:28:32.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:32.319Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:32.320Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:33.199Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar ASDC sendASDCNotification
2022-06-23T04:28:33.199Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar
2022-06-23T04:28:33.200Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:28:33.200Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:28:33.202Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:28:33.203Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958513199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:28:33.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:28:33.304Z||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.
2022-06-23T04:28:33.304Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:28:33.318Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:28:33.319Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:28:34.204Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:28:34.230Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:28:34.232Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:28:34.232Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T04:28:34.233Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T04:29:04.233Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:29:04.245Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:29:04.247Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:29:04.247Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T04:29:04.247Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T04:29:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:29:06.649Z||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.
2022-06-23T04:29:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:29:06.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:29:06.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:29:06.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958488736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:29:06.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:29:34.248Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:29:34.262Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:29:34.265Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:29:34.265Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T04:29:34.265Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T04:30:04.266Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:30:04.280Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:30:04.282Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:30:04.284Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T04:30:04.285Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T04:30:06.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:30:06.650Z||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.
2022-06-23T04:30:06.650Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:30:06.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:30:06.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:30:06.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958493053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:30:06.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:30:34.285Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:30:34.299Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:30:34.301Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:30:34.302Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T04:30:34.302Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T04:31:04.303Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:31:04.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:31:04.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:31:04.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-23T04:31:04.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-23T04:31:06.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:31:06.651Z||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.
2022-06-23T04:31:06.651Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:31:06.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:31:06.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958494261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958492860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958488736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958493053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958494261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958492860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958488736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958493053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958494261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958492860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958488736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958493053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958497765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958494261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958492860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958488736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958493053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958497765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958494261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958492860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958488736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958493053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958499079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958497765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958499310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958494261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958492860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958486645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958488736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958499079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958493053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958499310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958497765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958494261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958501460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.743Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958499079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958499310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958501081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958497765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958501108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958502200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958502616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958499079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958499310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958497765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958503220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958503702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958499079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958499310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958497765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "policy-id",
"timestamp": 1655958504228,
"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=?
2022-06-23T04:31:06.764Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0
2022-06-23T04:31:06.765Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958499079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958504811,
"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=?
2022-06-23T04:31:06.783Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0
2022-06-23T04:31:06.783Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 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=?
2022-06-23T04:31:06.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958499310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958505631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958499079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958505816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958499310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "cds",
"timestamp": 1655958506657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-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=?
2022-06-23T04:31:06.799Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0
2022-06-23T04:31:06.799Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958507179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958506517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958507677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958508787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958510186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958511191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958513052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958512195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958513151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958513199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958514162,
"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=?
2022-06-23T04:31:06.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0
2022-06-23T04:31:06.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958515067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "clamp",
"timestamp": 1655958516073,
"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=?
2022-06-23T04:31:06.843Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0
2022-06-23T04:31:06.843Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958512860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958512766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958514261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958512860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958512766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958514261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958512860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958512766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958514261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958512860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958512766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958514261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958512860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958512766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958514261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958512860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958512766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958514261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "ves-openapi-manager",
"timestamp": 1655958512860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958512766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958514261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958528559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958528070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "cds",
"timestamp": 1655958529568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-23T04:31:06.886Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011
2022-06-23T04:31:06.886Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958528736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958529311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "policy-id",
"timestamp": 1655958530093,
"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=?
2022-06-23T04:31:06.903Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011
2022-06-23T04:31:06.903Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958528736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958529989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958529311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958528736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "aai-ml",
"timestamp": 1655958530995,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T04:31:06.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0
2022-06-23T04:31:06.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958529311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958528736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958529311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958528736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958531999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958529311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958528736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958531999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958529311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958528736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958531999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958529079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958529311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958536565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958531999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958537056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958537626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958531999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958531999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:31:06.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958538679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958531999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:31:06.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-23T04:31:06.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958539706,
"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=?
2022-06-23T04:31:06.970Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011
2022-06-23T04:31:06.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 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=?
2022-06-23T04:31:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958540324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655958540711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T04:31:06.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958539800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655958541330,
"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=?
2022-06-23T04:31:06.983Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011
2022-06-23T04:31:06.983Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 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 (?, ?, ?, ?, ?)
2022-06-23T04:31:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:31:06.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958547050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:31:06.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:31:34.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:31:34.339Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0
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=?
2022-06-23T04:31:34.342Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:31:34.342Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:31:34.344Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:31:34.344Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:31:34.344Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T04:31:34.349Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-23T04:32:04.350Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 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=?
2022-06-23T04:32:04.363Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and serviceModelVersionId: ccc9d74f-aad1-4fce-9233-393cecdd719c
2022-06-23T04:32:04.363Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 066913b2-161d-4a2e-b436-aa0c3fe9e475
2022-06-23T04:32:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:32:06.649Z||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.
2022-06-23T04:32:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:07.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:07.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:32:07.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958549058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:32:07.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:32:07.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:32:07.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "clamp",
"timestamp": 1655958550061,
"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=?
2022-06-23T04:32:07.192Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011
2022-06-23T04:32:07.192Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 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 (?, ?, ?, ?, ?)
2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958552086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:32:07.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "aai-ml",
"timestamp": 1655958553091,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T04:32:07.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011
2022-06-23T04:32:07.205Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 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 (?, ?, ?, ?, ?)
2022-06-23T04:32:19.861Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0
2022-06-23T04:32:19.982Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-23T04:32:20.519Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-23T04:32:20.526Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0|INFO|500||Invoke
2022-06-23T04:32:20.648Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-23T04:32:21.068Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0|INFO|500||InvokeReturn
2022-06-23T04:32:21.069Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220623-04:32:20:659-12445], vertex-id=[209080], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:32:20 GMT], Content-Type=[application/json]}
2022-06-23T04:32:21.070Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-23T04:32:21.073Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-23T04:32:21.073Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:32:21.078Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-23T04:32:21.079Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-23T04:32:21.080Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-23T04:32:21.081Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:21.083Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:21.083Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958741080,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T04:32:21.183Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T04:32:21.184Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-23T04:32:21.185Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:21.206Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:21.207Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-23T04:32:22.100Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:32:22.100Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|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.
2022-06-23T04:32:22.100Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:26.579Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:26.580Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-23T04:32:26.580Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"67e0980e-4f33-4066-907a-93bd375b7011","serviceName":"basic_onboard_OsTddM","serviceVersion":"1.0","serviceUUID":"50ae4875-a9dd-42ce-a4ed-8285600e9e4d","serviceDescription":"service","serviceInvariantUUID":"09804e48-ff5b-4d56-9480-f02779044b2d","resources":[{"resourceInstanceName":"basic_onboard_OsTddM 0","resourceName":"basic_onboard_OsTddM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a3aa2a7-423b-4e3f-8c74-6580890804ac","resourceInvariantUUID":"607bcc13-8b56-4ec5-b7b8-9c30345d9968","resourceCustomizationUUID":"a8f1e73f-2f0d-49af-ad0b-4648f855c71d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml","artifactChecksum":"YjFlMDA1MTkzZGZhYmFkYzJjODY4NTFmMTNmNTQ0Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec29d5cb-d70c-400c-a453-7da87c76e00d","artifactVersion":"1"},{"artifactName":"basic_onboard_ostddm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json","artifactChecksum":"ZGY1NTRiNDg3YWY5OWZkODljOTIwYWE1YTM0YTM3MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcfd43f7-ccc8-49cc-8873-29faf40d5a41","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c87aaa5b-9df5-4d3e-8ab9-149701bb33d8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c25d4487-7d59-4fef-89f1-6a7266699e37","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9cb893a-0e1f-4b10-a520-3ade1367b8fa","artifactVersion":"2","generatedFromUUID":"c87aaa5b-9df5-4d3e-8ab9-149701bb33d8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOstddm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml","artifactChecksum":"MzcxYjBiNmE0NjNmOTU4ZGMwOTMzZGZhMzc3NjgyOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3d950ad-fa4b-497f-bc9d-e88a93e059be","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOstddm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar","artifactChecksum":"MThiOGEzZjA1MzkxN2VlY2ZiODNkOTk5Y2E3ZmFjYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dad637b9-a180-469a-928f-8eff3ccc0cbc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-23T04:32:26.582Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:32:26.583Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:26.584Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:26.584Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:32:26.685Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:26.686Z||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.
2022-06-23T04:32:26.686Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:26.700Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:26.701Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:27.585Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:32:27.586Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:27.588Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:27.589Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:32:27.689Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:27.689Z||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.
2022-06-23T04:32:27.690Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:27.705Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:27.706Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:28.589Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:32:28.590Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:28.592Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:28.592Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:32:28.692Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:28.693Z||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.
2022-06-23T04:32:28.693Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:28.707Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:28.707Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:29.593Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:32:29.594Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:29.599Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:29.600Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:32:29.697Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-23T04:32:29.698Z||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.
2022-06-23T04:32:29.699Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:29.713Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:29.714Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:32:30.601Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:32:30.602Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:30.604Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:30.604Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-23T04:32:30.709Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-23T04:32:30.709Z||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.
2022-06-23T04:32:30.710Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:30.729Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:30.730Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:31.605Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:32:31.606Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:31.608Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:31.608Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:32:31.708Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:31.709Z||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.
2022-06-23T04:32:31.709Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:31.724Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:31.724Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:32.608Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:32:32.609Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:32.611Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:32.611Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:32:32.711Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:32.712Z||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.
2022-06-23T04:32:32.712Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:32.735Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:32.735Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-23T04:32:33.613Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"serviceName": "basic_onboard_OsTddM",
"serviceVersion": "1.0",
"serviceUUID": "50ae4875-a9dd-42ce-a4ed-8285600e9e4d",
"serviceDescription": "service",
"serviceInvariantUUID": "09804e48-ff5b-4d56-9480-f02779044b2d",
"resources": [
{
"resourceInstanceName": "basic_onboard_OsTddM 0",
"resourceCustomizationUUID": "a8f1e73f-2f0d-49af-ad0b-4648f855c71d",
"resourceName": "basic_onboard_OsTddM",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3a3aa2a7-423b-4e3f-8c74-6580890804ac",
"resourceInvariantUUID": "607bcc13-8b56-4ec5-b7b8-9c30345d9968",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ostddm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"artifactChecksum": "ZGY1NTRiNDg3YWY5OWZkODljOTIwYWE1YTM0YTM3MGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcfd43f7-ccc8-49cc-8873-29faf40d5a41",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c87aaa5b-9df5-4d3e-8ab9-149701bb33d8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9cb893a-0e1f-4b10-a520-3ade1367b8fa",
"generatedFromUUID": "c87aaa5b-9df5-4d3e-8ab9-149701bb33d8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9cb893a-0e1f-4b10-a520-3ade1367b8fa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOstddm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"artifactChecksum": "MThiOGEzZjA1MzkxN2VlY2ZiODNkOTk5Y2E3ZmFjYTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dad637b9-a180-469a-928f-8eff3ccc0cbc"
}
],
"workloadContext": "Production"
}
2022-06-23T04:32:33.613Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-23T04:32:33.613Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50ae4875-a9dd-42ce-a4ed-8285600e9e4d ASDC
2022-06-23T04:32:33.614Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:67e0980e-4f33-4066-907a-93bd375b7011
ServiceName:basic_onboard_OsTddM
ServiceVersion:1.0
ServiceUUID:50ae4875-a9dd-42ce-a4ed-8285600e9e4d
ServiceInvariantUUID:09804e48-ff5b-4d56-9480-f02779044b2d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOstddm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar
ArtifactUUID:dad637b9-a180-469a-928f-8eff3ccc0cbc
ArtifactChecksum:MThiOGEzZjA1MzkxN2VlY2ZiODNkOTk5Y2E3ZmFjYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OsTddM 0
ResourceCustomizationUUID:a8f1e73f-2f0d-49af-ad0b-4648f855c71d
ResourceInvariantUUID:607bcc13-8b56-4ec5-b7b8-9c30345d9968
ResourceName:basic_onboard_OsTddM
ResourceType:VF
ResourceUUID:3a3aa2a7-423b-4e3f-8c74-6580890804ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ostddm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json
ArtifactUUID:fcfd43f7-ccc8-49cc-8873-29faf40d5a41
ArtifactChecksum:ZGY1NTRiNDg3YWY5OWZkODljOTIwYWE1YTM0YTM3MGU=
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/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c87aaa5b-9df5-4d3e-8ab9-149701bb33d8
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/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env
ArtifactUUID:d9cb893a-0e1f-4b10-a520-3ade1367b8fa
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/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env
ArtifactUUID:d9cb893a-0e1f-4b10-a520-3ade1367b8fa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-23T04:32:33.614Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50ae4875-a9dd-42ce-a4ed-8285600e9e4d 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=?
2022-06-23T04:32:33.648Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T04:32:33.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-23T04:32:33.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-23T04:32:33.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dad637b9-a180-469a-928f-8eff3ccc0cbc from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:33.650Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:32:33.650Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:33.966Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:32:33.970Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar dad637b9-a180-469a-928f-8eff3ccc0cbc 71583
2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar ASDC sendASDCNotification
2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:33.973Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:33.973Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958753971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:32:34.073Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:34.075Z||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.
2022-06-23T04:32:34.075Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:34.088Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:34.089Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:34.974Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T04:32:34.975Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-23T04:32:34.975Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dad637b9-a180-469a-928f-8eff3ccc0cbc, URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar to file: /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:34.976Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:34.977Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:34.977Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:35.125Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3325378181042089812/Definitions/service-BasicOnboardOstddm-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
2022-06-23T04:32:36.439Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-23T04:32:36.440Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-23T04:32:36.440Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.440Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OsTddM 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-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is not matching search criteria
2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is not matching search criteria
2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d2d327c-29e5-4c8b-9ab1-5f4b355157a3
2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OsTddM
Description:service
Model UUID:50ae4875-a9dd-42ce-a4ed-8285600e9e4d
Model Version:NULL
Model InvariantUuid:09804e48-ff5b-4d56-9480-f02779044b2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OsTddM
Model UUID:fc0faeac-3cd2-4175-b10c-0ff56ccaab07
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:607bcc13-8b56-4ec5-b7b8-9c30345d9968
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a8f1e73f-2f0d-49af-ad0b-4648f855c71d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:da1e0e31-1903-4c82-9e5b-81817ada93c7
ModelName:BasicOnboardOstddm..base_ubuntu18..module-0
ModelUuid:087863ab-7aed-4137-a2d0-bc42079bb811
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5d2d327c-29e5-4c8b-9ab1-5f4b355157a3
ModelInvariantUuid:d44833d8-632b-4bb4-97e5-35b718a26220
ModelName:basic_onboard_OsTddM-nodes.ubuntu18Cvfc
ModelUuid:102d71fd-679a-4816-bf0e-d02e654b2880
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7c8f4c81-1575-428b-a0e3-bed45ff003a1
ModelInvariantUuid:0baeb541-492f-4e92-bce6-02c94febf0b1
ModelName:BasicOnboardOstddm.compute.nodes.heat.ubuntu18
ModelUuid:b8ce7638-cf15-4219-8d26-7ca71a030c03
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-23T04:32:36.459Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a3aa2a7-423b-4e3f-8c74-6580890804ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||basic_onboard_OsTddM 0
2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a3aa2a7-423b-4e3f-8c74-6580890804ac
2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcfd43f7-ccc8-49cc-8873-29faf40d5a41 from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json
2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json
2022-06-23T04:32:36.526Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:32:36.527Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json fcfd43f7-ccc8-49cc-8873-29faf40d5a41 798
2022-06-23T04:32:36.527Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json ASDC sendASDCNotification
2022-06-23T04:32:36.527Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json
2022-06-23T04:32:36.528Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:32:36.528Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:36.530Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:36.530Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958756527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:32:36.630Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-23T04:32:36.631Z||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.
2022-06-23T04:32:36.632Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:36.646Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:36.646Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:37.531Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOstddm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "da1e0e31-1903-4c82-9e5b-81817ada93c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "087863ab-7aed-4137-a2d0-bc42079bb811",
"vfModuleModelCustomizationUUID": "4aa0e607-69c9-4db6-8330-aa83c683c452",
"isBase": true,
"artifacts": [
"c87aaa5b-9df5-4d3e-8ab9-149701bb33d8",
"d9cb893a-0e1f-4b10-a520-3ade1367b8fa"
],
"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": ""
}
}
]
2022-06-23T04:32:37.536Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOstddm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:087863ab-7aed-4137-a2d0-bc42079bb811
VfModuleModelInvariantUUID:da1e0e31-1903-4c82-9e5b-81817ada93c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c87aaa5b-9df5-4d3e-8ab9-149701bb33d8
,
d9cb893a-0e1f-4b10-a520-3ade1367b8fa
}
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
}
2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOstddm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "da1e0e31-1903-4c82-9e5b-81817ada93c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "087863ab-7aed-4137-a2d0-bc42079bb811",
"vfModuleModelCustomizationUUID": "4aa0e607-69c9-4db6-8330-aa83c683c452",
"isBase": true,
"artifacts": [
"c87aaa5b-9df5-4d3e-8ab9-149701bb33d8",
"d9cb893a-0e1f-4b10-a520-3ade1367b8fa"
],
"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": ""
}
}
]
2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOstddm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:087863ab-7aed-4137-a2d0-bc42079bb811
VfModuleModelInvariantUUID:da1e0e31-1903-4c82-9e5b-81817ada93c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c87aaa5b-9df5-4d3e-8ab9-149701bb33d8
,
d9cb893a-0e1f-4b10-a520-3ade1367b8fa
}
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
}
2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c87aaa5b-9df5-4d3e-8ab9-149701bb33d8 from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml
2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:32:37.539Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml
2022-06-23T04:32:37.592Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml c87aaa5b-9df5-4d3e-8ab9-149701bb33d8 5033
2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml
2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:32:37.594Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:37.596Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:37.596Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958757593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:32:37.696Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:37.697Z||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.
2022-06-23T04:32:37.697Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:37.714Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:37.714Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:38.597Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9cb893a-0e1f-4b10-a520-3ade1367b8fa from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env
2022-06-23T04:32:38.598Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-23T04:32:38.598Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env
2022-06-23T04:32:38.686Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-23T04:32:38.687Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env d9cb893a-0e1f-4b10-a520-3ade1367b8fa 909
2022-06-23T04:32:38.687Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-23T04:32:38.687Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env
2022-06-23T04:32:38.688Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:32:38.688Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:38.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:38.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958758687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:32:38.790Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:38.791Z||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.
2022-06-23T04:32:38.791Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:38.809Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:38.810Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:39.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 50ae4875-a9dd-42ce-a4ed-8285600e9e4d
2022-06-23T04:32:39.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OsTddM 0 3a3aa2a7-423b-4e3f-8c74-6580890804ac ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:32:39.705Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50bd3510, org.onap.sdc.toscaparser.api.parameters.Input@5420942b, org.onap.sdc.toscaparser.api.parameters.Input@36d0f348, org.onap.sdc.toscaparser.api.parameters.Input@1fde5c33, org.onap.sdc.toscaparser.api.parameters.Input@26f2ef6d]
2022-06-23T04:32:39.708Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.708Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.708Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-23T04:32:39.709Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a8f1e73f-2f0d-49af-ad0b-4648f855c71d
2022-06-23T04:32:39.709Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a8f1e73f-2f0d-49af-ad0b-4648f855c71d matches Tosca VF Customization UUID: a8f1e73f-2f0d-49af-ad0b-4648f855c71d
2022-06-23T04:32:39.709Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a8f1e73f-2f0d-49af-ad0b-4648f855c71d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-23T04:32:39.712Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.712Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.713Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a8f1e73f-2f0d-49af-ad0b-4648f855c71d: {\"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\"}
2022-06-23T04:32:39.713Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a0aa267
2022-06-23T04:32:39.713Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.714Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-23T04:32:39.714Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4aa0e607-69c9-4db6-8330-aa83c683c452
2022-06-23T04:32:39.714Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4aa0e607-69c9-4db6-8330-aa83c683c452
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-23T04:32:39.716Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.717Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:39.717Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:32:39.718Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.718Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:39.718Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is not matching search criteria
2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-23T04:32:39.720Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d2d327c-29e5-4c8b-9ab1-5f4b355157a3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-23T04:32:39.722Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.723Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:39.723Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-23T04:32:39.723Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.724Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria
2022-06-23T04:32:39.724Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=a8f1e73f-2f0d-49af-ad0b-4648f855c71d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:32:39.725Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.726Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.726Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 50ae4875-a9dd-42ce-a4ed-8285600e9e4d: basic_onboard_OsTddM
2022-06-23T04:32:39.726Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.727Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.727Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.728Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.728Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.728Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.729Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.729Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.729Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:32:39.730Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:32:39.730Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_OsTddM
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-06-23T04:32:39.820Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OsTddM 3a3aa2a7-423b-4e3f-8c74-6580890804ac 1 ASDC deployResourceStructure
2022-06-23T04:32:39.820Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json ASDC sendASDCNotification
2022-06-23T04:32:39.821Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json
2022-06-23T04:32:39.821Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:32:39.821Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:39.823Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:39.823Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958759820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T04:32:39.923Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:39.925Z||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.
2022-06-23T04:32:39.925Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:39.940Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:39.940Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:40.824Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-23T04:32:40.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml
2022-06-23T04:32:40.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:32:40.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:40.828Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:40.828Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958760824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T04:32:40.928Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:40.929Z||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.
2022-06-23T04:32:40.929Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:40.956Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:40.956Z||pool-31-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:41.829Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-23T04:32:41.829Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env
2022-06-23T04:32:41.830Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:32:41.830Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:41.832Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:41.832Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958761829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-23T04:32:41.933Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:41.933Z||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.
2022-06-23T04:32:41.934Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:41.960Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:41.962Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:42.833Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar ASDC sendASDCNotification
2022-06-23T04:32:42.834Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar
2022-06-23T04:32:42.834Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-23T04:32:42.834Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:32:42.836Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:32:42.837Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958762833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:32:42.937Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:32:42.938Z||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.
2022-06-23T04:32:42.938Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:32:42.960Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:32:42.961Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:32:43.837Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67e0980e-4f33-4066-907a-93bd375b7011
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=?
2022-06-23T04:32:43.849Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67e0980e-4f33-4066-907a-93bd375b7011
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=?
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:32:43.854Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:32:43.854Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-23T04:32:43.854Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T04:32:43.859Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-23T04:33:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:33:06.649Z||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.
2022-06-23T04:33:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:33:07.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:33:07.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958741080,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T04:33:07.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:33:07.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T04:33:07.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "NOTIFIED"
}
2022-06-23T04:33:07.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T04:33:07.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-23T04:33:07.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T04:33:07.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:33:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T04:33:07.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-23T04:33:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T04:33:07.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:33:07.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T04:33:07.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958742099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:33:07.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-23T04:33:07.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958753971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:33:07.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958756527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:33:07.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958757593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:33:07.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958758687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:33:07.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958759820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-23T04:33:07.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958760824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-23T04:33:07.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958761829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-23T04:33:07.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:07.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-23T04:33:07.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958762833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:33:07.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:33:13.859Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67e0980e-4f33-4066-907a-93bd375b7011 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=?
2022-06-23T04:33:13.866Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67e0980e-4f33-4066-907a-93bd375b7011 and serviceModelVersionId: 50ae4875-a9dd-42ce-a4ed-8285600e9e4d
2022-06-23T04:33:13.866Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09804e48-ff5b-4d56-9480-f02779044b2d
2022-06-23T04:33:13.866Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0
2022-06-23T04:33:13.870Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-23T04:33:13.920Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|INFO|500||Invoke
2022-06-23T04:33:13.921Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67e0980e-4f33-4066-907a-93bd375b7011], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0adb8546-a720-4c77-b70b-932918919887], X-ECOMP-RequestID=[67e0980e-4f33-4066-907a-93bd375b7011], X-TransactionId=[], X-ONAP-RequestID=[67e0980e-4f33-4066-907a-93bd375b7011], Content-Type=[application/merge-patch+json]}
2022-06-23T04:33:13.951Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-23T04:33:14.108Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-04:33:13:959-95450], vertex-id=[188512], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:33:13 GMT], Content-Type=[application/json]}
2022-06-23T04:33:14.108Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-23T04:33:14.115Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|INFO|500||InvokeReturn
2022-06-23T04:33:14.118Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-23T04:33:14.118Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:33:14.124Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-23T04:33:14.124Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67e0980e-4f33-4066-907a-93bd375b7011 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-23T04:33:14.124Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-23T04:33:14.125Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:33:14.131Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:33:14.132Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958794124,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T04:33:14.227Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-23T04:33:14.228Z||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.
2022-06-23T04:33:14.229Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:33:14.255Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:33:14.256Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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=?
2022-06-23T04:33:15.143Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:33:15.144Z|67e0980e-4f33-4066-907a-93bd375b7011|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.
2022-06-23T04:33:15.144Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:33:24.702Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:33:24.703Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:33:24.704Z|67e0980e-4f33-4066-907a-93bd375b7011|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.
2022-06-23T04:33:24.704Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:33:34.259Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:33:34.260Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:33:34.261Z|67e0980e-4f33-4066-907a-93bd375b7011|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.
2022-06-23T04:33:34.261Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:33:43.824Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:33:43.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:33:43.826Z|67e0980e-4f33-4066-907a-93bd375b7011|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.
2022-06-23T04:33:43.826Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:33:53.374Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:34:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:34:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|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.
2022-06-23T04:34:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:34:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:34:06.649Z||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.
2022-06-23T04:34:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:34:07.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:34:07.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-23T04:34:07.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67e0980e-4f33-4066-907a-93bd375b7011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655958794124,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-23T04:34:07.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:34:16.253Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:35:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:35:06.646Z|67e0980e-4f33-4066-907a-93bd375b7011|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.
2022-06-23T04:35:06.646Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:35:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:35:06.649Z||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.
2022-06-23T04:35:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:35:16.199Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:35:16.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:36:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:36:06.648Z||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.
2022-06-23T04:36:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:36:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:36:06.649Z||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.
2022-06-23T04:36:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:36:16.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:36:16.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:37:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:37:06.646Z||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.
2022-06-23T04:37:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:37:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:37:06.649Z||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.
2022-06-23T04:37:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:37:16.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:37:16.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:38:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:38:06.646Z||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.
2022-06-23T04:38:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:38:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:38:06.649Z||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.
2022-06-23T04:38:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:38:16.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:38:16.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:39:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:39:06.646Z||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.
2022-06-23T04:39:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:39:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:39:06.649Z||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.
2022-06-23T04:39:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:39:16.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:39:16.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:40:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:40:06.646Z||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.
2022-06-23T04:40:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:40:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:40:06.649Z||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.
2022-06-23T04:40:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:40:16.207Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:40:16.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:41:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:41:06.648Z||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.
2022-06-23T04:41:06.648Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:41:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:41:06.649Z||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.
2022-06-23T04:41:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:41:16.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:41:16.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:42:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:42:06.645Z||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.
2022-06-23T04:42:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:42:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:42:06.649Z||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.
2022-06-23T04:42:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:42:16.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:42:16.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:43:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:43:06.645Z||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.
2022-06-23T04:43:06.646Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:43:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-23T04:43:06.649Z||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.
2022-06-23T04:43:06.649Z||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 l8eCd2UWFgpYSDN2) ...
2022-06-23T04:43:07.290Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:43:07.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:43:07.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "clamp",
"timestamp": 1655959369079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:43:07.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"73d1c12e-59f4-4861-814c-a27be959aeff","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e","serviceDescription":"service","serviceInvariantUUID":"1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8","resourceInvariantUUID":"ce05f8a2-5e75-4a2e-a194-4685ef9dbd31","resourceCustomizationUUID":"9b4c815b-0321-4fd5-8c84-8fd215d9105f","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MjEyYjFmYjFjMTA3MzBjNjczZThhZmVmMWZhNzIyMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"992d1805-803b-450a-bb8e-7d26deac223d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTA1NzU2NWE4ZGYwMDFhZDMwNWM0YjdmOWJlNjJiYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f05882f-7f42-41d8-b918-8f5f2e5aca95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-23T04:43:07.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "ves-openapi-manager",
"timestamp": 1655959372860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:43:07.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655959369311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:43:07.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655959368736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:43:07.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "policy-id",
"timestamp": 1655959374261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:43:07.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "clamp",
"timestamp": 1655959369079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:43:07.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "ves-openapi-manager",
"timestamp": 1655959372860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:43:07.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655959368736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:43:07.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655959369311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:43:07.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "policy-id",
"timestamp": 1655959374261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:43:07.299Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:43:07.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655959380159,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:43:07.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:43:07.300Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "policy-id",
"timestamp": 1655959380019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:43:07.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "policy-id",
"timestamp": 1655959381048,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:43:07.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:43:07.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655959382126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-23T04:43:07.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:43:07.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "policy-id",
"timestamp": 1655959382055,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-23T04:43:07.305Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:43:07.305Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655959386645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"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: 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 (?, ?, ?, ?, ?)
2022-06-23T04:43:07.319Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff
2022-06-23T04:43:07.320Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff 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 (?, ?, ?, ?, ?)
2022-06-23T04:43:07.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "cds",
"timestamp": 1655959382765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-23T04:43:07.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655959383131,
"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=?
2022-06-23T04:43:07.333Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff
2022-06-23T04:43:07.334Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff 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 (?, ?, ?, ?, ?)
2022-06-23T04:43:07.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "cds",
"timestamp": 1655959382765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:43:07.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-23T04:43:07.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "cds",
"timestamp": 1655959385558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:43:07.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-23T04:43:07.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-23T04:43:07.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "cds",
"timestamp": 1655959386564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-23T04:43:07.351Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff
2022-06-23T04:43:07.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff 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 (?, ?, ?, ?, ?)
2022-06-23T04:43:07.404Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-23T04:43:07.405Z||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.
2022-06-23T04:43:07.406Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:43:07.424Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:43:07.425Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:43:08.306Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-23T04:43:08.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:43:08.309Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:43:08.309Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655959386645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-23T04:43:08.410Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:43:08.411Z||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.
2022-06-23T04:43:08.411Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:43:08.424Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:43:08.425Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:43:09.310Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e",
"serviceDescription": "service",
"serviceInvariantUUID": "1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9b4c815b-0321-4fd5-8c84-8fd215d9105f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8",
"resourceInvariantUUID": "ce05f8a2-5e75-4a2e-a194-4685ef9dbd31",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MTA1NzU2NWE4ZGYwMDFhZDMwNWM0YjdmOWJlNjJiYjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9f05882f-7f42-41d8-b918-8f5f2e5aca95"
}
],
"workloadContext": "Production"
}
2022-06-23T04:43:09.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-23T04:43:09.311Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e ASDC
2022-06-23T04:43:09.312Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:73d1c12e-59f4-4861-814c-a27be959aeff
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e
ServiceInvariantUUID:1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:9f05882f-7f42-41d8-b918-8f5f2e5aca95
ArtifactChecksum:MTA1NzU2NWE4ZGYwMDFhZDMwNWM0YjdmOWJlNjJiYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9b4c815b-0321-4fd5-8c84-8fd215d9105f
ResourceInvariantUUID:ce05f8a2-5e75-4a2e-a194-4685ef9dbd31
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-23T04:43:09.312Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e 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=?
2022-06-23T04:43:09.351Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f05882f-7f42-41d8-b918-8f5f2e5aca95 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-23T04:43:09.354Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-23T04:43:09.469Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-23T04:43:09.472Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9f05882f-7f42-41d8-b918-8f5f2e5aca95 52507
2022-06-23T04:43:09.472Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-23T04:43:09.473Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-23T04:43:09.473Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-23T04:43:09.473Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-23T04:43:09.476Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-23T04:43:09.476Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655959389472,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-23T04:43:09.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-23T04:43:09.577Z||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.
2022-06-23T04:43:09.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ...
2022-06-23T04:43:09.591Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-23T04:43:09.591Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-23T04:43:10.476Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-23T04:43:10.478Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-23T04:43:10.478Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9f05882f-7f42-41d8-b918-8f5f2e5aca95, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:10.479Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-23T04:43:10.479Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:10.479Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:10.724Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2008774756261276886/Definitions/service-BasicNetwork-template.yml
2022-06-23T04:43:11.281Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-23T04:43:11.281Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-23T04:43:11.284Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.284Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.284Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.289Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.289Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e
Model Version:NULL
Model InvariantUuid:1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ce05f8a2-5e75-4a2e-a194-4685ef9dbd31
Model UUID:a364f2e2-cb83-48c4-acb1-cc5cff69a19b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9b4c815b-0321-4fd5-8c84-8fd215d9105f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-23T04:43:11.295Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8
2022-06-23T04:43:11.295Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||No resources found for Service: 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:43:11.300Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||
2022-06-23T04:43:11.300Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-23T04:43:11.301Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e
2022-06-23T04:43:11.302Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e
2022-06-23T04:43:11.302Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-23T04:43:11.302Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-23T04:43:11.307Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2917f676, org.onap.sdc.toscaparser.api.parameters.Input@5292886f, org.onap.sdc.toscaparser.api.parameters.Input@1042a59d, org.onap.sdc.toscaparser.api.parameters.Input@33645d9c, org.onap.sdc.toscaparser.api.parameters.Input@25d6b9c0]
2022-06-23T04:43:11.308Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.308Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.309Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.309Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.309Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e: Generic NeutronNet
2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-23T04:43:11.342Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-23T04:43:11.342Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-23T04:43:11.343Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive