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-01-29T01:14:09.941Z||main|||||INFO|500||The following profiles are active: basic
2022-01-29T01:14:18.077Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-29T01:14:18.077Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-29T01:14:18.155Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-29T01:14:20.393Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-29T01:14:20.567Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-29T01:14:20.935Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-29T01:14:20.944Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-29T01:14:21.020Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-29T01:14:21.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-29T01:14:21.513Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-29T01:14:22.265Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-29T01:14:23.949Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-29T01:14:24.001Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-29T01:14:24.525Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-29T01:14:24.730Z||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-01-29T01:14:25.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-29T01:14:26.714Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-29T01:14:26.730Z||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$$9eadfab5.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-01-29T01:14:26.731Z||main|||||WARN|500||The sdc end point is not alive
2022-01-29T01:14:29.093Z||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-01-29T01:14:31.491Z||main|||||WARN|500||---
2022-01-29T01:14:31.491Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-29T01:14:31.491Z||main|||||WARN|500||---
2022-01-29T01:14:31.877Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-29T01:14:35.819Z||main|||||INFO|500||Started Application in 29.693 seconds (JVM running for 30.736)
2022-01-29T01:14:35.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:14:35.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:14:35.842Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:14:35.890Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:14:35.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74989230-43e1-4ade-b410-27a5d24267dc url= /sdc/v1/artifactTypes
2022-01-29T01:14:35.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:14:37.043Z||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.62.255] 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$$80535643.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-01-29T01:14:37.047Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3464cc23
2022-01-29T01:14:37.047Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:14:37.060Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:14:37.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:14:37.064Z||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$$80535643.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-01-29T01:15:25.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:15:25.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:15:25.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:15:25.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:15:25.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55770ed0-ae5f-4bb2-b391-624112847118 url= /sdc/v1/artifactTypes
2022-01-29T01:15:25.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:15:26.864Z||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.62.255] 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$$80535643.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-01-29T01:15:26.865Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@698c8970
2022-01-29T01:15:26.865Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:15:26.865Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:15:26.865Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:15:26.866Z||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$$80535643.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-01-29T01:16:15.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:16:15.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:16:15.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:16:15.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:16:15.827Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04c16253-46b0-4866-a418-cfda303d18e3 url= /sdc/v1/artifactTypes
2022-01-29T01:16:15.828Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:16:16.846Z||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.62.255] 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$$80535643.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-01-29T01:16:16.848Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42cce2c
2022-01-29T01:16:16.848Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:16:16.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:16:16.849Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:16:16.849Z||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$$80535643.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-01-29T01:17:05.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:17:05.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:17:05.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:17:05.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:17:05.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 434d9750-96e9-4dfe-8da9-10032be75941 url= /sdc/v1/artifactTypes
2022-01-29T01:17:05.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:17:06.862Z||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.62.255] 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$$80535643.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-01-29T01:17:06.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79d2e748
2022-01-29T01:17:06.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:17:06.864Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:17:06.864Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:17:06.865Z||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$$80535643.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-01-29T01:17:55.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:17:55.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:17:55.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:17:55.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:17:55.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b9bb962-e4e1-40d3-a1cb-2c009c078e70 url= /sdc/v1/artifactTypes
2022-01-29T01:17:55.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:17:56.846Z||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.62.255] 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$$80535643.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-01-29T01:17:56.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e044ab3
2022-01-29T01:17:56.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:17:56.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:17:56.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:17:56.848Z||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$$80535643.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-01-29T01:18:45.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:18:45.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:18:45.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:18:45.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:18:45.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2ce024c-b124-4b9a-87a3-4e2ebbdb943c url= /sdc/v1/artifactTypes
2022-01-29T01:18:45.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:18:46.862Z||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.62.255] 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$$80535643.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-01-29T01:18:46.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e7911a2
2022-01-29T01:18:46.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:18:46.863Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:18:46.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:18:46.864Z||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$$80535643.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-01-29T01:19:35.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:19:35.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:19:35.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:19:35.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:19:35.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f7173a2c-4404-40f8-9d50-7f90a29471ed url= /sdc/v1/artifactTypes
2022-01-29T01:19:35.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:19:36.846Z||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.62.255] 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$$80535643.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-01-29T01:19:36.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78b5e2cc
2022-01-29T01:19:36.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:19:36.847Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:19:36.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:19:36.848Z||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$$80535643.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-01-29T01:20:25.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:20:25.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:20:25.815Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:20:25.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:20:25.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49c308eb-5b21-4143-9440-59e3c49e13a3 url= /sdc/v1/artifactTypes
2022-01-29T01:20:25.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:20:26.866Z||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.62.255] 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$$80535643.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-01-29T01:20:26.867Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73934a01
2022-01-29T01:20:26.867Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:20:26.867Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:20:26.867Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:20:26.868Z||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$$80535643.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-01-29T01:21:15.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:21:15.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:21:15.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:21:15.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:21:15.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d665e9e-5c3a-4609-b1e5-6151c6075af6 url= /sdc/v1/artifactTypes
2022-01-29T01:21:15.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:21:16.846Z||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.62.255] 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$$80535643.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-01-29T01:21:16.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@507bc765
2022-01-29T01:21:16.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:21:16.847Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:21:16.847Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:21:16.848Z||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$$80535643.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-01-29T01:22:05.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:22:05.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:22:05.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:22:05.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:22:05.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0eea171d-536f-4b19-9013-6982afc80e18 url= /sdc/v1/artifactTypes
2022-01-29T01:22:05.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:22:06.862Z||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.62.255] 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$$80535643.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-01-29T01:22:06.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67f85531
2022-01-29T01:22:06.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:22:06.864Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:22:06.864Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:22:06.864Z||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$$80535643.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-01-29T01:22:55.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:22:55.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:22:55.815Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:22:55.817Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:22:55.821Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9fba8a4-b38a-4035-a4c9-1ed285745166 url= /sdc/v1/artifactTypes
2022-01-29T01:22:55.821Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:22:56.847Z||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.62.255] 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$$80535643.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-01-29T01:22:56.848Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@982ccb9
2022-01-29T01:22:56.848Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:22:56.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:22:56.849Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:22:56.849Z||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$$80535643.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-01-29T01:23:45.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:23:45.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:23:45.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:23:45.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:23:45.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7cc0c54f-eaff-4e8d-88ed-e58fbad544df url= /sdc/v1/artifactTypes
2022-01-29T01:23:45.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:23:46.862Z||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.62.255] 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$$80535643.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-01-29T01:23:46.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b2c6840
2022-01-29T01:23:46.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:23:46.864Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:23:46.864Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:23:46.865Z||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$$80535643.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-01-29T01:24:26.201Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-29T01:24:35.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:24:35.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:24:35.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:24:35.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:24:35.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae347667-e057-404d-8aee-97df3896c9c5 url= /sdc/v1/artifactTypes
2022-01-29T01:24:35.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:24:36.847Z||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.62.255] 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$$80535643.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-01-29T01:24:36.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b3188c6
2022-01-29T01:24:36.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:24:36.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:24:36.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:24:36.848Z||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$$80535643.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-01-29T01:25:25.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:25:25.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:25:25.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:25:25.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:25:25.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f61d0f8a-80a9-4435-b051-5597f114d917 url= /sdc/v1/artifactTypes
2022-01-29T01:25:25.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:25:26.862Z||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.62.255] 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$$80535643.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-01-29T01:25:26.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cf04b27
2022-01-29T01:25:26.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:25:26.863Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:25:26.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:25:26.864Z||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$$80535643.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-01-29T01:26:15.819Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:26:15.820Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:26:15.820Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:26:15.823Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:26:15.829Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54778a8f-c04f-4f46-bf57-281f1c78fbe5 url= /sdc/v1/artifactTypes
2022-01-29T01:26:15.829Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:26:16.033Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-29T01:26:16.040Z||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-01-29T01:26:16.061Z||scheduling-1|||||DEBUG|500||create keys
2022-01-29T01:26:16.067Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-29T01:26:16.413Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:26:16.429Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0e06e27d-075b-483d-bc40-d2a8c280dd59 url= /sdc/v1/registerForDistribution
2022-01-29T01:26:17.029Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0e06e27d-075b-483d-bc40-d2a8c280dd59 url= /sdc/v1/registerForDistribution
2022-01-29T01:26:17.029Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-29T01:26:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:26:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:26:17.042Z||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-01-29T01:26:17.042Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-29T01:26:17.042Z||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-01-29T01:26:17.043Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:26:17.043Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:26:27.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:26:27.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:27:17.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:27:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:27:17.041Z||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-01-29T01:27:17.041Z||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-01-29T01:27:17.041Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:27:17.041Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:27:26.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:27:26.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:28:17.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:28:17.036Z||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-01-29T01:28:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:28:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:28:17.038Z||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-01-29T01:28:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:28:26.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:28:26.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:29:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:29:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:29:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:29:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:29:17.038Z||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-01-29T01:29:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:29:26.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:29:26.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:30:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:30:17.036Z||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-01-29T01:30:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:30:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:30:17.039Z||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-01-29T01:30:17.039Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:30:26.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:30:26.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:31:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:31:17.036Z||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-01-29T01:31:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:31:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:31:17.038Z||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-01-29T01:31:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:31:26.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:31:26.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:32:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:32:17.036Z||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-01-29T01:32:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:32:17.037Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:32:17.038Z||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-01-29T01:32:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:32:26.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:32:26.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:33:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:33:17.036Z||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-01-29T01:33:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:33:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:33:17.039Z||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-01-29T01:33:17.039Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:33:26.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:33:26.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:34:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:34:17.036Z||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-01-29T01:34:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:34:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:34:17.038Z||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-01-29T01:34:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:34:26.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:34:26.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:35:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:35:17.036Z||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-01-29T01:35:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:35:17.038Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:35:17.038Z||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-01-29T01:35:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:35:26.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:35:26.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:36:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:36:17.036Z||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-01-29T01:36:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:36:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:36:17.038Z||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-01-29T01:36:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:36:26.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:36:26.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:37:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:37:17.036Z||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-01-29T01:37:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:37:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:37:17.038Z||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-01-29T01:37:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:37:26.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:37:26.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:38:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:38:17.037Z||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-01-29T01:38:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:38:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:38:17.038Z||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-01-29T01:38:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:38:26.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:38:26.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:39:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:39:17.036Z||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-01-29T01:39:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:39:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:39:17.038Z||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-01-29T01:39:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:39:26.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:39:26.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:40:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:40:17.036Z||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-01-29T01:40:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:40:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:40:17.038Z||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-01-29T01:40:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:40:26.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:40:26.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:41:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:41:17.036Z||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-01-29T01:41:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:41:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:41:17.038Z||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-01-29T01:41:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:41:26.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:41:26.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:42:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:42:17.036Z||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-01-29T01:42:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:42:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:42:17.038Z||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-01-29T01:42:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:42:26.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:42:26.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:43:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:43:17.036Z||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-01-29T01:43:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:43:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:43:17.038Z||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-01-29T01:43:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:43:26.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:43:26.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:44:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:44:17.036Z||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-01-29T01:44:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:44:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:44:17.038Z||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-01-29T01:44:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:44:26.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:44:26.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:45:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:45:17.036Z||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-01-29T01:45:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:45:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:45:17.038Z||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-01-29T01:45:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:45:26.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:45:26.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:46:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:46:17.036Z||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-01-29T01:46:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:46:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:46:17.038Z||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-01-29T01:46:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:46:26.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:46:26.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:47:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:47:17.036Z||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-01-29T01:47:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:47:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:47:17.038Z||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-01-29T01:47:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:47:26.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:47:26.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:48:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:48:17.036Z||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-01-29T01:48:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:48:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:48:17.038Z||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-01-29T01:48:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:48:26.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:48:26.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:49:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:49:17.036Z||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-01-29T01:49:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:49:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:49:17.037Z||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-01-29T01:49:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:49:26.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:49:26.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:50:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:50:17.036Z||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-01-29T01:50:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:50:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:50:17.038Z||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-01-29T01:50:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:50:26.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:50:26.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:51:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:51:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:51:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:51:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:51:17.038Z||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-01-29T01:51:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:51:26.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:51:26.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:52:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:52:17.037Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:52:17.037Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:52:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:52:17.038Z||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-01-29T01:52:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:52:26.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:52:26.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:53:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:53:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:53:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:53:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:53:17.038Z||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-01-29T01:53:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:53:26.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:53:26.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:54:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:54:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:54:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:54:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:54:17.038Z||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-01-29T01:54:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:54:26.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:54:26.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:55:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:55:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:55:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:55:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:55:17.038Z||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-01-29T01:55:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:55:26.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:55:26.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:56:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:56:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:56:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:56:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:56:17.038Z||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-01-29T01:56:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:56:26.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:56:26.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:57:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:57:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:57:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:57:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:57:17.038Z||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-01-29T01:57:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:57:26.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:57:26.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:58:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:58:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:58:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:58:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:58:17.038Z||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-01-29T01:58:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:58:26.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:58:26.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:59:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:59:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T01:59:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:59:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:59:17.038Z||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-01-29T01:59:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:59:26.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T01:59:26.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:00:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:00:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:00:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:00:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:00:17.037Z||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-01-29T02:00:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:00:26.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:00:26.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:01:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:01:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:01:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:01:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:01:17.038Z||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-01-29T02:01:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:01:26.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:01:26.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:02:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:02:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:02:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:02:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:02:17.038Z||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-01-29T02:02:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:02:26.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:02:26.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:03:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:03:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:03:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:03:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:03:17.038Z||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-01-29T02:03:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:03:26.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:03:26.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:04:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:04:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:04:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:04:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:04:17.038Z||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-01-29T02:04:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:04:26.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:04:26.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:05:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:05:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:05:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:05:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:05:17.038Z||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-01-29T02:05:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:05:26.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:05:26.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:06:17.036Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:06:17.036Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:06:17.037Z||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-01-29T02:06:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:19.663Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:19.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-29T02:06:19.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"60ee6b30-8b48-4c50-9956-a27874bc11db","serviceName":"vFW 2022-01-29 02-04-12","serviceVersion":"1.0","serviceUUID":"a4c2c217-4fdf-49f0-82f5-ee63cac34805","serviceDescription":"catalog service description","serviceInvariantUUID":"b9f63cd8-fbc6-4873-945c-b02a39240932","resources":[{"resourceInstanceName":"vFW 65ca5eed-aece 0","resourceName":"vFW 65ca5eed-aece","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f2dabd7-3a0d-4e90-b817-7ebcfca633a8","resourceInvariantUUID":"e5568234-26e9-425a-9a33-4180e30a1451","resourceCustomizationUUID":"7bb0c917-3de6-4860-a8df-c66b4c514636","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml","artifactChecksum":"NmRkYTQ3ZDcyMWMzMzQyNjkxYjI5NTkwNjUyZmJhMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ead8bf3-bbc8-42a0-aa9f-afc3af32e73c","artifactVersion":"1"},{"artifactName":"vfw65ca5eedaece0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json","artifactChecksum":"NjJkOGE5Mjg1Mjc4NTVkNTg2MzhlMmJmNDM1NTMwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"96f75e5b-d2b1-4f33-bed5-1520da2dcc20","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb18f2c8-0f42-43ef-a037-596b3e8b843a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml","artifactChecksum":"MGZkZjk0MTFkNjY4NDAzMTM2MmQ4NWVhMjQzMTk4MjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed3bd5be-9aa3-4540-886a-4b04898cef29","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"577aa5cf-81d6-414e-96a0-8bf0ab5afdfb","artifactVersion":"2","generatedFromUUID":"cb18f2c8-0f42-43ef-a037-596b3e8b843a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220129020412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml","artifactChecksum":"YWEwNmYxODM4NDU1NTdkNjEyMGY3YjVlNjBlMWZiYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffc247f8-0357-40d3-87a7-bccfe0fc54e2","artifactVersion":"1"},{"artifactName":"service-Vfw20220129020412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar","artifactChecksum":"ZmU5ZjcyZWQxZjE1MDM3NzhmZjc2Y2JkMDUzNWY4NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b47ef817-6577-4181-9a0e-b7d16fd02b0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:06:19.671Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:19.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:19.684Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:19.684Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:06:19.784Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-29T02:06:19.788Z||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-01-29T02:06:19.788Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:19.814Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:19.815Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":3,"count":1}
2022-01-29T02:06:19.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:19.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:06:19.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:06:19.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:06:19.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:06:19.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421976149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:06:19.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:06:20.689Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:20.690Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:20.692Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:20.692Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:06:20.792Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:20.793Z||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-01-29T02:06:20.793Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:20.805Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:20.806Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:21.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:21.693Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:21.695Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:21.695Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:06:21.795Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:06:21.796Z||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-01-29T02:06:21.796Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:21.817Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:21.818Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:22.696Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:22.697Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:22.699Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:22.699Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:06:22.799Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:22.800Z||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-01-29T02:06:22.800Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:22.819Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:22.820Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:23.699Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:23.700Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:23.702Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:23.702Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-29T02:06:23.802Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:23.803Z||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-01-29T02:06:23.803Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:23.818Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:23.819Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:24.702Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:24.703Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:24.705Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:24.705Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:06:24.805Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:24.806Z||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-01-29T02:06:24.806Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:24.819Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:24.819Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:06:25.705Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:25.706Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:25.707Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:25.708Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:06:25.808Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:25.808Z||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-01-29T02:06:25.808Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:25.824Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:25.826Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:26.709Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"serviceName": "vFW 2022-01-29 02-04-12",
"serviceVersion": "1.0",
"serviceUUID": "a4c2c217-4fdf-49f0-82f5-ee63cac34805",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b9f63cd8-fbc6-4873-945c-b02a39240932",
"resources": [
{
"resourceInstanceName": "vFW 65ca5eed-aece 0",
"resourceCustomizationUUID": "7bb0c917-3de6-4860-a8df-c66b4c514636",
"resourceName": "vFW 65ca5eed-aece",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2f2dabd7-3a0d-4e90-b817-7ebcfca633a8",
"resourceInvariantUUID": "e5568234-26e9-425a-9a33-4180e30a1451",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw65ca5eedaece0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"artifactChecksum": "NjJkOGE5Mjg1Mjc4NTVkNTg2MzhlMmJmNDM1NTMwYWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "96f75e5b-d2b1-4f33-bed5-1520da2dcc20",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cb18f2c8-0f42-43ef-a037-596b3e8b843a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "577aa5cf-81d6-414e-96a0-8bf0ab5afdfb",
"generatedFromUUID": "cb18f2c8-0f42-43ef-a037-596b3e8b843a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "577aa5cf-81d6-414e-96a0-8bf0ab5afdfb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220129020412-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"artifactChecksum": "ZmU5ZjcyZWQxZjE1MDM3NzhmZjc2Y2JkMDUzNWY4NTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b47ef817-6577-4181-9a0e-b7d16fd02b0b"
}
],
"workloadContext": "Production"
}
2022-01-29T02:06:26.710Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:06:26.710Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4c2c217-4fdf-49f0-82f5-ee63cac34805 ASDC
2022-01-29T02:06:26.795Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:60ee6b30-8b48-4c50-9956-a27874bc11db
ServiceName:vFW 2022-01-29 02-04-12
ServiceVersion:1.0
ServiceUUID:a4c2c217-4fdf-49f0-82f5-ee63cac34805
ServiceInvariantUUID:b9f63cd8-fbc6-4873-945c-b02a39240932
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220129020412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
ArtifactUUID:b47ef817-6577-4181-9a0e-b7d16fd02b0b
ArtifactChecksum:ZmU5ZjcyZWQxZjE1MDM3NzhmZjc2Y2JkMDUzNWY4NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 65ca5eed-aece 0
ResourceCustomizationUUID:7bb0c917-3de6-4860-a8df-c66b4c514636
ResourceInvariantUUID:e5568234-26e9-425a-9a33-4180e30a1451
ResourceName:vFW 65ca5eed-aece
ResourceType:VF
ResourceUUID:2f2dabd7-3a0d-4e90-b817-7ebcfca633a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw65ca5eedaece0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
ArtifactUUID:96f75e5b-d2b1-4f33-bed5-1520da2dcc20
ArtifactChecksum:NjJkOGE5Mjg1Mjc4NTVkNTg2MzhlMmJmNDM1NTMwYWE=
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/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
ArtifactUUID:cb18f2c8-0f42-43ef-a037-596b3e8b843a
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/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
ArtifactUUID:577aa5cf-81d6-414e-96a0-8bf0ab5afdfb
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/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
ArtifactUUID:577aa5cf-81d6-414e-96a0-8bf0ab5afdfb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-29T02:06:26.795Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4c2c217-4fdf-49f0-82f5-ee63cac34805 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-01-29T02:06:26.949Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:06:26.950Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:06:26.950Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:06:26.951Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b47ef817-6577-4181-9a0e-b7d16fd02b0b from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:26.951Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:26.952Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:27.161Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:27.174Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar b47ef817-6577-4181-9a0e-b7d16fd02b0b 98899
2022-01-29T02:06:27.175Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar ASDC sendASDCNotification
2022-01-29T02:06:27.175Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:27.176Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:27.177Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:27.178Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:27.178Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421987175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:06:27.278Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:27.279Z||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-01-29T02:06:27.279Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:27.293Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:27.293Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:28.179Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:06:28.179Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:06:28.180Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b47ef817-6577-4181-9a0e-b7d16fd02b0b, URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar to file: /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.180Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.281Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.282Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.683Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13898949749319620056/Definitions/service-Vfw20220129020412-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-29T02:06:31.153Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 65ca5eed-aece 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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:06:31.164Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.165Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.188Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.188Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:06:31.190Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:06:31.191Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.191Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.195Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:06:31.198Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.198Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=af5b77a5-8b6a-4b8e-b2f9-96adc390b0b3
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6807d8d8-4053-47a8-b193-9e961b2f349a
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2048a2d7-3ede-434f-82bf-1e692708cd47
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-29 02-04-12
Description:catalog service description
Model UUID:a4c2c217-4fdf-49f0-82f5-ee63cac34805
Model Version:NULL
Model InvariantUuid:b9f63cd8-fbc6-4873-945c-b02a39240932
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 65ca5eed-aece
Model UUID:ac10a8ff-cdff-4309-8cb7-7b5c06b77aa1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e5568234-26e9-425a-9a33-4180e30a1451
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7bb0c917-3de6-4860-a8df-c66b4c514636
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c4cc070c-48db-46c1-84ba-9843a60af3d4
ModelName:Vfw65ca5eedAece..base_vfw..module-0
ModelUuid:674f1c23-f246-4c88-a238-4f1e8bdb9e51
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:af5b77a5-8b6a-4b8e-b2f9-96adc390b0b3
ModelInvariantUuid:2706f857-cb58-4d81-8267-ab939da4408a
ModelName:vFW 65ca5eed-aece-nodes.vfwCvfc
ModelUuid:f4c61136-497b-41eb-a28d-258c0edc353c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:474331b0-a0a2-4b91-af40-3b9def1ae007
ModelInvariantUuid:90ef1eeb-3606-49c3-aa34-23fd0d02c6ca
ModelName:Vfw65ca5eedAece.compute.nodes.heat.vfw
ModelUuid:4e90e76c-0615-47b0-81fb-9b571f5cf0f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6807d8d8-4053-47a8-b193-9e961b2f349a
ModelInvariantUuid:7507be58-14ac-41af-812d-e06cd64c34aa
ModelName:vFW 65ca5eed-aece-nodes.vsnCvfc
ModelUuid:92bf2be7-f9c2-4d10-a747-facc3cd03f4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a711f349-82fa-4f6b-bfa9-b733cee16210
ModelInvariantUuid:7b84c815-fcf7-4562-b830-a24b205c8a08
ModelName:Vfw65ca5eedAece.compute.nodes.heat.vsn
ModelUuid:701474b6-37b0-4869-95f6-c6a16f1e848f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2048a2d7-3ede-434f-82bf-1e692708cd47
ModelInvariantUuid:77af4d87-e720-4443-b5d7-c845465f8c2c
ModelName:vFW 65ca5eed-aece-nodes.vpgCvfc
ModelUuid:53146a3d-2477-4e7c-ab61-b7cb9e729b93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:33f057ec-e160-437e-8651-071a5642f149
ModelInvariantUuid:d4e8eb8d-374d-45ec-a4c6-bdb6e4ee2f59
ModelName:Vfw65ca5eedAece.compute.nodes.heat.vpg
ModelUuid:d8b73e17-9cce-4616-a4e3-dadbe8b2ef49
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-01-29T02:06:31.224Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8
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-01-29T02:06:31.306Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||vFW 65ca5eed-aece 0
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 96f75e5b-d2b1-4f33-bed5-1520da2dcc20 from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:31.368Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:31.368Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json 96f75e5b-d2b1-4f33-bed5-1520da2dcc20 785
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json ASDC sendASDCNotification
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:31.371Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:31.371Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421991369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:06:31.471Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:31.472Z||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-01-29T02:06:31.472Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:31.485Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:31.485Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:32.372Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw65ca5eedAece..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c4cc070c-48db-46c1-84ba-9843a60af3d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "674f1c23-f246-4c88-a238-4f1e8bdb9e51",
"vfModuleModelCustomizationUUID": "718a26e0-3b45-41d0-87b3-a4c0682dc1a7",
"isBase": true,
"artifacts": [
"cb18f2c8-0f42-43ef-a037-596b3e8b843a",
"577aa5cf-81d6-414e-96a0-8bf0ab5afdfb"
],
"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-01-29T02:06:32.386Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw65ca5eedAece..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:674f1c23-f246-4c88-a238-4f1e8bdb9e51
VfModuleModelInvariantUUID:c4cc070c-48db-46c1-84ba-9843a60af3d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb18f2c8-0f42-43ef-a037-596b3e8b843a
,
577aa5cf-81d6-414e-96a0-8bf0ab5afdfb
}
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-01-29T02:06:32.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw65ca5eedAece..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c4cc070c-48db-46c1-84ba-9843a60af3d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "674f1c23-f246-4c88-a238-4f1e8bdb9e51",
"vfModuleModelCustomizationUUID": "718a26e0-3b45-41d0-87b3-a4c0682dc1a7",
"isBase": true,
"artifacts": [
"cb18f2c8-0f42-43ef-a037-596b3e8b843a",
"577aa5cf-81d6-414e-96a0-8bf0ab5afdfb"
],
"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-01-29T02:06:32.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw65ca5eedAece..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:674f1c23-f246-4c88-a238-4f1e8bdb9e51
VfModuleModelInvariantUUID:c4cc070c-48db-46c1-84ba-9843a60af3d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb18f2c8-0f42-43ef-a037-596b3e8b843a
,
577aa5cf-81d6-414e-96a0-8bf0ab5afdfb
}
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-01-29T02:06:32.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cb18f2c8-0f42-43ef-a037-596b3e8b843a from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:32.389Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:32.389Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:32.679Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:32.680Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml cb18f2c8-0f42-43ef-a037-596b3e8b843a 20368
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:32.683Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:32.683Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421992681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:06:32.783Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:32.784Z||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-01-29T02:06:32.784Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:32.798Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:32.799Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:33.684Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 577aa5cf-81d6-414e-96a0-8bf0ab5afdfb from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:33.685Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:33.685Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:33.985Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:33.985Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env 577aa5cf-81d6-414e-96a0-8bf0ab5afdfb 2098
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:33.988Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:33.988Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421993986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:06:34.088Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:34.089Z||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-01-29T02:06:34.089Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:34.102Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:34.103Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:34.989Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a4c2c217-4fdf-49f0-82f5-ee63cac34805
2022-01-29T02:06:34.989Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 65ca5eed-aece 0 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8 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-01-29T02:06:35.016Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32f39228, org.onap.sdc.toscaparser.api.parameters.Input@6db6af2b, org.onap.sdc.toscaparser.api.parameters.Input@473871f8, org.onap.sdc.toscaparser.api.parameters.Input@6ff9aa78, org.onap.sdc.toscaparser.api.parameters.Input@41b5077d]
2022-01-29T02:06:35.019Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7bb0c917-3de6-4860-a8df-c66b4c514636
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bb0c917-3de6-4860-a8df-c66b4c514636 matches Tosca VF Customization UUID: 7bb0c917-3de6-4860-a8df-c66b4c514636
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7bb0c917-3de6-4860-a8df-c66b4c514636 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-01-29T02:06:35.025Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.025Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.026Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7bb0c917-3de6-4860-a8df-c66b4c514636: {\"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-01-29T02:06:35.026Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@164306eb
2022-01-29T02:06:35.026Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.027Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:06:35.027Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 718a26e0-3b45-41d0-87b3-a4c0682dc1a7
2022-01-29T02:06:35.028Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 718a26e0-3b45-41d0-87b3-a4c0682dc1a7
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-01-29T02:06:35.032Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.032Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.032Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.033Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.033Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.033Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:35.036Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.036Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=af5b77a5-8b6a-4b8e-b2f9-96adc390b0b3
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-01-29T02:06:35.041Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6807d8d8-4053-47a8-b193-9e961b2f349a
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-01-29T02:06:35.046Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.046Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.047Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.048Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.051Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.051Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-29T02:06:35.051Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2048a2d7-3ede-434f-82bf-1e692708cd47
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-01-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.054Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.054Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=7bb0c917-3de6-4860-a8df-c66b4c514636
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-01-29T02:06:35.055Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a4c2c217-4fdf-49f0-82f5-ee63cac34805: vFW 65ca5eed-aece
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-01-29 02-04-12
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-01-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 65ca5eed-aece 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8 1 ASDC deployResourceStructure
2022-01-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json ASDC sendASDCNotification
2022-01-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:35.292Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:35.294Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:35.294Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421995291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-29T02:06:35.394Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:35.395Z||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-01-29T02:06:35.395Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:35.411Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:35.411Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:36.295Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-29T02:06:36.295Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:36.296Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:36.296Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:36.297Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:36.298Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421996295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-29T02:06:36.398Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:36.398Z||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-01-29T02:06:36.398Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:36.412Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:36.412Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:37.301Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:37.301Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421997298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-29T02:06:37.401Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:37.402Z||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-01-29T02:06:37.402Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:37.414Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:37.415Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:38.302Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar ASDC sendASDCNotification
2022-01-29T02:06:38.302Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:38.303Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:38.303Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:38.305Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:38.305Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421998302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:06:38.405Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:38.406Z||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-01-29T02:06:38.406Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:38.419Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:06:38.419Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:39.306Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:06:39.332Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:06:39.334Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:06:39.334Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:06:39.335Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:07:09.335Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:07:09.344Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:07:09.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:07:09.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:07:09.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:07:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:07:17.038Z||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-01-29T02:07:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:07:17.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:07:17.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:07:17.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:07:17.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:07:39.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:07:39.354Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:07:39.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:07:39.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:07:39.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:08:09.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:08:09.364Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:08:09.366Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:08:09.366Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:08:09.366Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:08:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:08:17.038Z||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-01-29T02:08:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:08:17.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:08:17.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:08:17.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421976476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:08:17.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:08:17.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421972690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421970258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:08:39.367Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:08:39.376Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:08:39.378Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:08:39.379Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:08:39.379Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:09:09.379Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:09:09.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:09:09.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:09:09.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:09:09.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:09:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:09:17.038Z||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-01-29T02:09:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:09:17.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421972690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421976476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421976149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421970258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421972690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421976149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421976476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421970258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421972690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421976476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421976149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421970258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643421982717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421972690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421976149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421976476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421970258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643421982717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421972690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421976149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421976476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421970258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643421982717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421976476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421977035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421971090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421972690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421976149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421970258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643421982717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421987161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421987175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421987176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421987176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "ves-openapi-manager",
"timestamp": 1643421986608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421987262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643421987264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643421982717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "cds",
"timestamp": 1643421988196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-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-01-29T02:09:17.099Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.100Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-01-29T02:09:17.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421988182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421988236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "ves-openapi-manager",
"timestamp": 1643421986608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643421982717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "policy-id",
"timestamp": 1643421989185,
"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-01-29T02:09:17.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.113Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "ves-openapi-manager",
"timestamp": 1643421986608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421989327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643421982717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "ves-openapi-manager",
"timestamp": 1643421986608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421990374,
"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-01-29T02:09:17.127Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.127Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-01-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "ves-openapi-manager",
"timestamp": 1643421986608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421991369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643421991378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421991704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "ves-openapi-manager",
"timestamp": 1643421986608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421992681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643421992707,
"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-01-29T02:09:17.141Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.141Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-01-29T02:09:17.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "ves-openapi-manager",
"timestamp": 1643421986608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421993986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421995291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421996295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421997298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643421998302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643422002791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "aai-ml",
"timestamp": 1643422003796,
"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-01-29T02:09:17.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.158Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-01-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643422006213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643422008221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:09:17.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "clamp",
"timestamp": 1643422009224,
"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-01-29T02:09:17.170Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.170Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-01-29T02:09:39.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:09:39.400Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
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-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:09:39.404Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:09:39.404Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-01-29T02:09:39.408Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:10:09.409Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db 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-01-29T02:10:09.418Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60ee6b30-8b48-4c50-9956-a27874bc11db and serviceModelVersionId: a4c2c217-4fdf-49f0-82f5-ee63cac34805
2022-01-29T02:10:09.418Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9f63cd8-fbc6-4873-945c-b02a39240932
2022-01-29T02:10:17.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:10:17.041Z||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-01-29T02:10:17.041Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:17.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422056476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422061090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422062690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422056476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422061090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422062690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422056476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422061090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422062690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422056476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422061090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422062690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422066149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422056476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422061090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422066608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422062690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422066149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422056476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422061090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422066608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422062690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422066149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422056476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422061090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422066608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422062690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422066149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422066608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422070513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422070522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422070608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422066149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422070258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422066608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422071701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422066149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422070258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422066608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422066149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422072904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422070258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422066608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422072717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422073922,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-29T02:10:17.610Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.610Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-01-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422070258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422074018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422074170,
"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-01-29T02:10:17.623Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.623Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-01-29T02:10:17.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422072717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422070258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422074925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "cds",
"timestamp": 1643422075024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-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-01-29T02:10:17.637Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.637Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-01-29T02:10:17.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422072717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422070258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422072717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422076458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422070258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422072717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "aai-ml",
"timestamp": 1643422077462,
"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-01-29T02:10:17.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-01-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422077968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422072717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422078971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422072717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "policy-id",
"timestamp": 1643422079973,
"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-01-29T02:10:17.693Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.693Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-01-29T02:10:17.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422085218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422087226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "clamp",
"timestamp": 1643422088229,
"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-01-29T02:10:17.701Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.702Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-01-29T02:10:21.246Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0
2022-01-29T02:10:21.344Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:10:21.779Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?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-01-29T02:10:21.783Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0|INFO|500||Invoke
2022-01-29T02:10:21.920Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-29T02:10:22.324Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0|INFO|500||InvokeReturn
2022-01-29T02:10:22.324Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220129-02:10:21:928-33503], vertex-id=[196792], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:10:21 GMT], Content-Type=[application/json]}
2022-01-29T02:10:22.325Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:10:22.328Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:10:22.328Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-01-29T02:10:22.335Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-01-29T02:10:22.342Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60ee6b30-8b48-4c50-9956-a27874bc11db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:10:22.343Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:10:22.344Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:22.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:22.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422222343,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:10:22.446Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:22.447Z||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-01-29T02:10:22.447Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:22.460Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:22.460Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:10:23.357Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:10:23.357Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:10:23.357Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:27.933Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:27.934Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-29T02:10:27.934Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d743eeb0-ccce-4629-b7f7-14e3ed5bc109","serviceName":"basic_onboard_jPXtDO","serviceVersion":"1.0","serviceUUID":"b1335b79-c6d3-4a68-82c1-b89eb744bac4","serviceDescription":"service","serviceInvariantUUID":"3719a020-70fd-424e-9ff3-8afecffa388a","resources":[{"resourceInstanceName":"basic_onboard_jPXtDO 0","resourceName":"basic_onboard_jPXtDO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31022d25-b282-45aa-9b2b-470798a09554","resourceInvariantUUID":"07a586df-1a8b-4047-9111-9de4a204c271","resourceCustomizationUUID":"ed3a6a90-9a04-4e32-ae7a-45dceaf06675","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml","artifactChecksum":"YzQzODE2MTUyOGY5ZGJmZDY0Yzc0NTUyNzFjNDQ3YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1956459-3a67-47f5-9f4c-22225915cd3e","artifactVersion":"1"},{"artifactName":"basic_onboard_jpxtdo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json","artifactChecksum":"ZWNkMDAxODMxOTU1NWFjYzNhYWQwMzRkOWU3NDg3ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aac9ac19-6cc6-479a-a150-777bc294e8b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"229f2678-0e5b-42d2-a2a3-c0de5e1edfb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"15b8b9f9-9614-4e31-94c0-baa23030747e","artifactVersion":"2","generatedFromUUID":"9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJpxtdo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml","artifactChecksum":"YmM5YmU2OTQ1YjdlYzI5M2FmNzM0NjYwMmE4MzIxNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e6aa3b6-689e-4e7d-9bda-fb0bdad92c19","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJpxtdo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar","artifactChecksum":"ZGU3YzhjZTIwNzhmMWQ4MDI1OTczMjJiZTkwMzBhYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dad77396-4742-44e5-932a-eb509d98e047","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:10:27.937Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:27.937Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:27.939Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:27.939Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:28.039Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:28.040Z||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-01-29T02:10:28.040Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:28.054Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:28.054Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:28.940Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:28.940Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:28.942Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:28.942Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:10:29.042Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:29.043Z||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-01-29T02:10:29.043Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:29.056Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:29.056Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:10:29.943Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:29.944Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:29.946Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:29.946Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:10:30.046Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:30.048Z||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-01-29T02:10:30.048Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:30.061Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:30.062Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:30.946Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:30.947Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:30.949Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:30.949Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:31.049Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:31.050Z||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-01-29T02:10:31.050Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:31.064Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:31.064Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:31.950Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:31.951Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:31.952Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:31.953Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-29T02:10:32.053Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:32.053Z||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-01-29T02:10:32.054Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:32.067Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:32.067Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:10:32.953Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:32.954Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:32.955Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:32.956Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:10:33.056Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:33.056Z||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-01-29T02:10:33.057Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:33.068Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:33.069Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:33.956Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:33.957Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:33.958Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:33.958Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:10:34.058Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:10:34.059Z||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-01-29T02:10:34.059Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:34.073Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:34.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:34.960Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"serviceName": "basic_onboard_jPXtDO",
"serviceVersion": "1.0",
"serviceUUID": "b1335b79-c6d3-4a68-82c1-b89eb744bac4",
"serviceDescription": "service",
"serviceInvariantUUID": "3719a020-70fd-424e-9ff3-8afecffa388a",
"resources": [
{
"resourceInstanceName": "basic_onboard_jPXtDO 0",
"resourceCustomizationUUID": "ed3a6a90-9a04-4e32-ae7a-45dceaf06675",
"resourceName": "basic_onboard_jPXtDO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "31022d25-b282-45aa-9b2b-470798a09554",
"resourceInvariantUUID": "07a586df-1a8b-4047-9111-9de4a204c271",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jpxtdo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"artifactChecksum": "ZWNkMDAxODMxOTU1NWFjYzNhYWQwMzRkOWU3NDg3ZGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aac9ac19-6cc6-479a-a150-777bc294e8b2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "15b8b9f9-9614-4e31-94c0-baa23030747e",
"generatedFromUUID": "9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "15b8b9f9-9614-4e31-94c0-baa23030747e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJpxtdo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"artifactChecksum": "ZGU3YzhjZTIwNzhmMWQ4MDI1OTczMjJiZTkwMzBhYWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dad77396-4742-44e5-932a-eb509d98e047"
}
],
"workloadContext": "Production"
}
2022-01-29T02:10:34.960Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:10:34.960Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1335b79-c6d3-4a68-82c1-b89eb744bac4 ASDC
2022-01-29T02:10:34.961Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d743eeb0-ccce-4629-b7f7-14e3ed5bc109
ServiceName:basic_onboard_jPXtDO
ServiceVersion:1.0
ServiceUUID:b1335b79-c6d3-4a68-82c1-b89eb744bac4
ServiceInvariantUUID:3719a020-70fd-424e-9ff3-8afecffa388a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJpxtdo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
ArtifactUUID:dad77396-4742-44e5-932a-eb509d98e047
ArtifactChecksum:ZGU3YzhjZTIwNzhmMWQ4MDI1OTczMjJiZTkwMzBhYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jPXtDO 0
ResourceCustomizationUUID:ed3a6a90-9a04-4e32-ae7a-45dceaf06675
ResourceInvariantUUID:07a586df-1a8b-4047-9111-9de4a204c271
ResourceName:basic_onboard_jPXtDO
ResourceType:VF
ResourceUUID:31022d25-b282-45aa-9b2b-470798a09554
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jpxtdo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
ArtifactUUID:aac9ac19-6cc6-479a-a150-777bc294e8b2
ArtifactChecksum:ZWNkMDAxODMxOTU1NWFjYzNhYWQwMzRkOWU3NDg3ZGI=
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/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f
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/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
ArtifactUUID:15b8b9f9-9614-4e31-94c0-baa23030747e
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/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
ArtifactUUID:15b8b9f9-9614-4e31-94c0-baa23030747e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-29T02:10:34.961Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1335b79-c6d3-4a68-82c1-b89eb744bac4 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-01-29T02:10:34.990Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dad77396-4742-44e5-932a-eb509d98e047 from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:34.992Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:35.201Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:35.204Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar dad77396-4742-44e5-932a-eb509d98e047 71562
2022-01-29T02:10:35.204Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar ASDC sendASDCNotification
2022-01-29T02:10:35.205Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:35.205Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:35.205Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:35.207Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:35.207Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422235204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:35.307Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:35.308Z||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-01-29T02:10:35.308Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:35.321Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:35.321Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:36.207Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:10:36.208Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:10:36.209Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dad77396-4742-44e5-932a-eb509d98e047, URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar to file: /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.209Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.209Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.210Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.491Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13209937022105857428/Definitions/service-BasicOnboardJpxtdo-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-01-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jPXtDO 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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is not matching search criteria
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is not matching search criteria
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9db54835-8a2a-404a-a34c-7bd655ea05cd
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jPXtDO
Description:service
Model UUID:b1335b79-c6d3-4a68-82c1-b89eb744bac4
Model Version:NULL
Model InvariantUuid:3719a020-70fd-424e-9ff3-8afecffa388a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jPXtDO
Model UUID:04fd1dd1-c7cc-47fc-8270-14f4c8b01f59
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07a586df-1a8b-4047-9111-9de4a204c271
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ed3a6a90-9a04-4e32-ae7a-45dceaf06675
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:481c873a-a18e-4667-9aef-32d90246a1c0
ModelName:BasicOnboardJpxtdo..base_ubuntu18..module-0
ModelUuid:a3424c89-316f-4e6b-beab-c0c98ad35436
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9db54835-8a2a-404a-a34c-7bd655ea05cd
ModelInvariantUuid:8c209257-125b-40c3-879c-d6ee87d6b7ef
ModelName:basic_onboard_jPXtDO-nodes.ubuntu18Cvfc
ModelUuid:14bb41d3-c710-463b-bcb6-57137ba5590e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6387458f-77cf-4eda-a475-0469c4d70887
ModelInvariantUuid:f9b62922-d8b6-41cb-b137-3ee71b56eb47
ModelName:BasicOnboardJpxtdo.compute.nodes.heat.ubuntu18
ModelUuid:419da018-430c-45a3-8ea6-dd330bdd1128
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-01-29T02:10:37.737Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 31022d25-b282-45aa-9b2b-470798a09554
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-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||basic_onboard_jPXtDO 0
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31022d25-b282-45aa-9b2b-470798a09554
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aac9ac19-6cc6-479a-a150-777bc294e8b2 from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:37.888Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:37.888Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json aac9ac19-6cc6-479a-a150-777bc294e8b2 798
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json ASDC sendASDCNotification
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:37.891Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:37.891Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422237889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:37.991Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:37.992Z||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-01-29T02:10:37.992Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:38.005Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:38.005Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:10:38.891Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJpxtdo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "481c873a-a18e-4667-9aef-32d90246a1c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3424c89-316f-4e6b-beab-c0c98ad35436",
"vfModuleModelCustomizationUUID": "bb19929e-cefe-4891-8467-5f5867662e61",
"isBase": true,
"artifacts": [
"9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f",
"15b8b9f9-9614-4e31-94c0-baa23030747e"
],
"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-01-29T02:10:38.897Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJpxtdo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3424c89-316f-4e6b-beab-c0c98ad35436
VfModuleModelInvariantUUID:481c873a-a18e-4667-9aef-32d90246a1c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f
,
15b8b9f9-9614-4e31-94c0-baa23030747e
}
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-01-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJpxtdo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "481c873a-a18e-4667-9aef-32d90246a1c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3424c89-316f-4e6b-beab-c0c98ad35436",
"vfModuleModelCustomizationUUID": "bb19929e-cefe-4891-8467-5f5867662e61",
"isBase": true,
"artifacts": [
"9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f",
"15b8b9f9-9614-4e31-94c0-baa23030747e"
],
"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-01-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJpxtdo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3424c89-316f-4e6b-beab-c0c98ad35436
VfModuleModelInvariantUUID:481c873a-a18e-4667-9aef-32d90246a1c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f
,
15b8b9f9-9614-4e31-94c0-baa23030747e
}
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-01-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml 9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f 5033
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:39.176Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:39.176Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:39.177Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:39.178Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422239175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:39.278Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:39.278Z||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-01-29T02:10:39.278Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:39.289Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:39.290Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:40.178Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 15b8b9f9-9614-4e31-94c0-baa23030747e from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:40.179Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:40.179Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:40.477Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env 15b8b9f9-9614-4e31-94c0-baa23030747e 909
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:40.479Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:40.481Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:40.481Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422240478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:10:40.581Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:40.582Z||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-01-29T02:10:40.582Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:40.595Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:40.596Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:41.481Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b1335b79-c6d3-4a68-82c1-b89eb744bac4
2022-01-29T02:10:41.482Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jPXtDO 0 31022d25-b282-45aa-9b2b-470798a09554 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-01-29T02:10:41.492Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58da4cea, org.onap.sdc.toscaparser.api.parameters.Input@110ddfd0, org.onap.sdc.toscaparser.api.parameters.Input@28b09086, org.onap.sdc.toscaparser.api.parameters.Input@30cb7884, org.onap.sdc.toscaparser.api.parameters.Input@3afccf6b]
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ed3a6a90-9a04-4e32-ae7a-45dceaf06675
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed3a6a90-9a04-4e32-ae7a-45dceaf06675 matches Tosca VF Customization UUID: ed3a6a90-9a04-4e32-ae7a-45dceaf06675
2022-01-29T02:10:41.495Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ed3a6a90-9a04-4e32-ae7a-45dceaf06675 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-01-29T02:10:41.496Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ed3a6a90-9a04-4e32-ae7a-45dceaf06675: {\"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-01-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22d8f445
2022-01-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.498Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:10:41.498Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb19929e-cefe-4891-8467-5f5867662e61
2022-01-29T02:10:41.498Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb19929e-cefe-4891-8467-5f5867662e61
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-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is not matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9db54835-8a2a-404a-a34c-7bd655ea05cd
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-01-29T02:10:41.503Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.503Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.503Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:41.504Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.504Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.504Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=ed3a6a90-9a04-4e32-ae7a-45dceaf06675
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-01-29T02:10:41.505Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.505Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b1335b79-c6d3-4a68-82c1-b89eb744bac4: basic_onboard_jPXtDO
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_jPXtDO
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-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jPXtDO 31022d25-b282-45aa-9b2b-470798a09554 1 ASDC deployResourceStructure
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json ASDC sendASDCNotification
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:41.575Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:41.575Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422241573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:41.675Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:41.676Z||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-01-29T02:10:41.676Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:41.690Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:41.690Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:42.576Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-29T02:10:42.577Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:42.577Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:42.577Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:42.578Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:42.578Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422242576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:42.678Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:42.679Z||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-01-29T02:10:42.679Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:42.693Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:42.694Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:43.579Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-29T02:10:43.579Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:43.580Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:43.580Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:43.581Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:43.581Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422243579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:43.682Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:43.682Z||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-01-29T02:10:43.682Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:43.695Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:43.695Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:44.582Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar ASDC sendASDCNotification
2022-01-29T02:10:44.582Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:44.583Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:44.583Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:44.584Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:44.584Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422244582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:10:44.685Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:44.685Z||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-01-29T02:10:44.685Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:44.700Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:10:44.700Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:45.585Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109
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-01-29T02:10:45.596Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109
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-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-01-29T02:10:45.605Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:11:15.606Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-01-29T02:11:15.611Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109 and serviceModelVersionId: b1335b79-c6d3-4a68-82c1-b89eb744bac4
2022-01-29T02:11:15.611Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3719a020-70fd-424e-9ff3-8afecffa388a
2022-01-29T02:11:15.612Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0
2022-01-29T02:11:15.616Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:11:15.652Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?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-01-29T02:11:15.652Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0|INFO|500||Invoke
2022-01-29T02:11:15.673Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-29T02:11:15.734Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0|INFO|500||InvokeReturn
2022-01-29T02:11:15.734Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220129-02:11:15:679-94533], vertex-id=[188544], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:11:15 GMT], Content-Type=[application/json]}
2022-01-29T02:11:15.735Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:11:15.735Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:11:15.735Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-01-29T02:11:15.739Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-01-29T02:11:15.739Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d743eeb0-ccce-4629-b7f7-14e3ed5bc109 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:11:15.739Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:11:15.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:11:15.741Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:11:15.741Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422275739,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:11:15.841Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:11:15.842Z||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-01-29T02:11:15.842Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:15.858Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:11:15.858Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:11:16.752Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:16.753Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:11:16.753Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:17.038Z||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-01-29T02:11:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:17.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:11:17.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422222343,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422223357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422235204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422237889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422239175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422240478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422241573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422242576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422243579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422244582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422275739,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:26.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:11:26.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:26.295Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:11:26.295Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:35.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:11:35.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:35.835Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:11:35.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:45.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:11:45.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:45.372Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:11:45.372Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:54.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:12:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:12:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:12:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:12:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:12:17.037Z||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-01-29T02:12:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:12:26.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:12:26.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:13:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:13:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:13:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:13:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:13:17.038Z||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-01-29T02:13:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:13:26.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:13:26.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:14:17.036Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:14:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:14:17.037Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:14:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:14:17.037Z||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-01-29T02:14:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:14:26.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:14:26.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:15:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:15:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:15:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:15:17.037Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:15:17.038Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|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-01-29T02:15:17.038Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:15:26.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:15:26.582Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:16:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:16:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:16:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:16:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:16:17.038Z||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-01-29T02:16:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:16:26.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:16:26.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:17:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:17:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:17:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:17:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:17:17.037Z||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-01-29T02:17:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:17:26.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:17:26.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:18:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:18:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:18:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:18:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:18:17.037Z||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-01-29T02:18:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:18:26.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:18:26.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:19:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:19:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:19:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:19:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:19:17.038Z||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-01-29T02:19:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:19:26.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:19:26.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:20:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:20:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:20:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:20:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:20:17.038Z||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-01-29T02:20:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:20:26.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:20:26.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:21:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:21:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:21:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:21:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:21:17.037Z||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-01-29T02:21:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:21:26.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:21:26.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:22:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:22:17.036Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:22:17.037Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:22:17.037Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:22:17.037Z||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-01-29T02:22:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:22:26.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:22:26.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:23:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:23:17.037Z||pool-2-thread-10|||||WARN|500||GET 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-01-29T02:23:17.037Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:17.038Z||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-01-29T02:23:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:17.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:17.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422956476,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422951149,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422950258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422967866,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422967874,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422967871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422961090,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "cds",
"timestamp": 1643422968881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-01-29T02:23:17.486Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.486Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-01-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422968875,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422968919,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "policy-id",
"timestamp": 1643422969877,
"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-01-29T02:23:17.500Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.500Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422969911,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422970098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422962690,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422971114,
"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-01-29T02:23:17.514Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.514Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-01-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422971497,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422972116,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422973501,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422966608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422974504,
"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-01-29T02:23:17.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-01-29T02:23:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422976326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "aai-ml",
"timestamp": 1643422977330,
"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-01-29T02:23:17.536Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422972717,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422985359,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422986362,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422989392,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422990395,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_ERROR"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "policy-id",
"timestamp": 1643422990258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "clamp",
"timestamp": 1643422991398,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"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-01-29T02:23:17.555Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.555Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "aai-ml",
"timestamp": 1643422991090,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "policy-id",
"timestamp": 1643422990258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "aai-ml",
"timestamp": 1643422991090,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "policy-id",
"timestamp": 1643422990258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422976476,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422992690,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "aai-ml",
"timestamp": 1643422991090,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "policy-id",
"timestamp": 1643422990258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "ves-openapi-manager",
"timestamp": 1643422986608,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422994287,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422994300,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422992690,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "aai-ml",
"timestamp": 1643422991090,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "policy-id",
"timestamp": 1643422990258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422992690,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422995347,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "aai-ml",
"timestamp": 1643422991090,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "policy-id",
"timestamp": 1643422990258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643422992690,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "cds",
"timestamp": 1643422996385,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-01-29T02:23:17.579Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2dc0933-9389-4296-ac15-37e5db053077
2022-01-29T02:23:17.579Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2dc0933-9389-4296-ac15-37e5db053077 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-01-29T02:23:17.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643422996401,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "aai-ml",
"timestamp": 1643422991090,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
"consumerID": "policy-id",
"timestamp": 1643422990258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-29T02:23:17.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:17.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"baa2fee4-4d1a-4536-88fe-cf2ead9172da","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d97fc86d-f98a-4d1c-b71b-54daa7d3abb4","serviceDescription":"service","serviceInvariantUUID":"6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8bab5394-6c26-413a-9c32-e4499849ae33","resourceInvariantUUID":"aab8e706-4d64-45e5-900e-252477cc20e8","resourceCustomizationUUID":"3b8c9d96-2e38-454d-afae-efc293bc272a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8d6b4fe2-d7bf-4438-8d45-b1432e77925a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MDQ0ZGQ0MDk4MzI2YWYyY2MxMDg4NGU4MzA2MWM2Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09264f47-cc6a-41d6-a989-471f2cf1c7ac","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YjkyNzUxYzNkN2U2MDI4OWZhZmRiNDkyMDJkNGEyMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d2c3c3c-b70d-4989-8632-389a3281aa40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53959abf-b8e0-4c75-9cd2-f3479030462c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4c2530c-16dd-431a-8788-17b9ec4d541c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb15d54d-ee01-4b3e-b4df-e19a182b43f2","artifactVersion":"2","generatedFromUUID":"53959abf-b8e0-4c75-9cd2-f3479030462c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjNjM2ZiYjc4OTIyMzVhMTJjYTI0MGUxOTVjMDZiMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd32779d-266d-46d2-93f6-5b5e0fefe543","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjczYWVlNDIzZjQ1YjM2NGM3Yjg1MTI5YjUxZDYyMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cb30b5b-61b7-4850-98ab-d1401f4edfa0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:23:17.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:17.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:17.670Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:17.670Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.770Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:17.771Z||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-01-29T02:23:17.771Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:17.783Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:17.783Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:23:18.671Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:18.671Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:18.673Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:18.673Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:18.773Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:18.773Z||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-01-29T02:23:18.774Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:18.786Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:18.787Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:19.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:19.674Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:19.675Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:19.675Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-01-29T02:23:19.775Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:19.776Z||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-01-29T02:23:19.776Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:19.789Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:19.789Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:20.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:20.680Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:20.681Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:20.681Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-29T02:23:20.781Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:23:20.782Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-29T02:23:20.782Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:20.796Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:20.796Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:21.682Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:21.683Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:21.684Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:21.684Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:21.784Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:21.785Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-29T02:23:21.785Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:21.797Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:21.798Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:22.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:22.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:22.688Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:22.688Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-29T02:23:22.788Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:22.789Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-29T02:23:22.789Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:22.801Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:22.801Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:23.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:23.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:23.690Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:23.690Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-29T02:23:23.791Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:23.791Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-29T02:23:23.792Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:23.803Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:23.803Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:23:24.691Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:24.692Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:24.693Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:24.693Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643422997035,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-01-29T02:23:24.793Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:24.794Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-29T02:23:24.794Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:24.807Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:24.808Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:25.694Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "d97fc86d-f98a-4d1c-b71b-54daa7d3abb4",
"serviceDescription": "service",
"serviceInvariantUUID": "6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "3b8c9d96-2e38-454d-afae-efc293bc272a",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8bab5394-6c26-413a-9c32-e4499849ae33",
"resourceInvariantUUID": "aab8e706-4d64-45e5-900e-252477cc20e8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "YjkyNzUxYzNkN2U2MDI4OWZhZmRiNDkyMDJkNGEyMGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d2c3c3c-b70d-4989-8632-389a3281aa40",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "53959abf-b8e0-4c75-9cd2-f3479030462c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb15d54d-ee01-4b3e-b4df-e19a182b43f2",
"generatedFromUUID": "53959abf-b8e0-4c75-9cd2-f3479030462c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb15d54d-ee01-4b3e-b4df-e19a182b43f2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "ZjczYWVlNDIzZjQ1YjM2NGM3Yjg1MTI5YjUxZDYyMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3cb30b5b-61b7-4850-98ab-d1401f4edfa0"
}
],
"workloadContext": "Production"
}
2022-01-29T02:23:25.695Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:23:25.695Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d97fc86d-f98a-4d1c-b71b-54daa7d3abb4 ASDC
2022-01-29T02:23:25.695Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:baa2fee4-4d1a-4536-88fe-cf2ead9172da
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:d97fc86d-f98a-4d1c-b71b-54daa7d3abb4
ServiceInvariantUUID:6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:3cb30b5b-61b7-4850-98ab-d1401f4edfa0
ArtifactChecksum:ZjczYWVlNDIzZjQ1YjM2NGM3Yjg1MTI5YjUxZDYyMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:3b8c9d96-2e38-454d-afae-efc293bc272a
ResourceInvariantUUID:aab8e706-4d64-45e5-900e-252477cc20e8
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:8bab5394-6c26-413a-9c32-e4499849ae33
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:7d2c3c3c-b70d-4989-8632-389a3281aa40
ArtifactChecksum:YjkyNzUxYzNkN2U2MDI4OWZhZmRiNDkyMDJkNGEyMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:53959abf-b8e0-4c75-9cd2-f3479030462c
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:cb15d54d-ee01-4b3e-b4df-e19a182b43f2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:cb15d54d-ee01-4b3e-b4df-e19a182b43f2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-29T02:23:25.695Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d97fc86d-f98a-4d1c-b71b-54daa7d3abb4 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-01-29T02:23:25.720Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:23:25.720Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:23:25.720Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:23:25.721Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3cb30b5b-61b7-4850-98ab-d1401f4edfa0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-29T02:23:25.721Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:23:25.721Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-29T02:23:25.783Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 3cb30b5b-61b7-4850-98ab-d1401f4edfa0 73656
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:25.788Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:25.788Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643423005786,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-29T02:23:25.888Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:25.889Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-29T02:23:25.889Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:25.900Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-29T02:23:25.900Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:26.788Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:23:26.789Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:23:26.789Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3cb30b5b-61b7-4850-98ab-d1401f4edfa0, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:26.789Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-29T02:23:26.790Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:26.790Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:26.875Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9073406169535248692/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-01-29T02:23:27.702Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery